taglinefilesource code
rhs549fs/hpfs/hpfs_fs.cchar *p, *rhs;
rhs561fs/hpfs/hpfs_fs.cif ((rhs = strchr(p, '=')) != 0)
rhs562fs/hpfs/hpfs_fs.c*rhs++ = '\0';
rhs564fs/hpfs/hpfs_fs.cif (!rhs || !*rhs)
rhs566fs/hpfs/hpfs_fs.c*uid = simple_strtoul(rhs, &rhs, 0);
rhs567fs/hpfs/hpfs_fs.cif (*rhs)
rhs571fs/hpfs/hpfs_fs.cif (!rhs || !*rhs)
rhs573fs/hpfs/hpfs_fs.c*gid = simple_strtoul(rhs, &rhs, 0);
rhs574fs/hpfs/hpfs_fs.cif (*rhs)
rhs578fs/hpfs/hpfs_fs.cif (!rhs || !*rhs)
rhs580fs/hpfs/hpfs_fs.c*umask = simple_strtoul(rhs, &rhs, 8);
rhs581fs/hpfs/hpfs_fs.cif (*rhs)
rhs585fs/hpfs/hpfs_fs.cif (!strcmp(rhs, "lower"))
rhs587fs/hpfs/hpfs_fs.celse if (!strcmp(rhs, "asis"))
rhs593fs/hpfs/hpfs_fs.cif (!strcmp(rhs, "binary"))
rhs595fs/hpfs/hpfs_fs.celse if (!strcmp(rhs, "text"))
rhs597fs/hpfs/hpfs_fs.celse if (!strcmp(rhs, "auto"))