taglinefilesource code
rhs545fs/hpfs/hpfs_fs.cchar *p, *rhs;
rhs557fs/hpfs/hpfs_fs.cif ((rhs = strchr(p, '=')) != 0)
rhs558fs/hpfs/hpfs_fs.c*rhs++ = '\0';
rhs560fs/hpfs/hpfs_fs.cif (!rhs || !*rhs)
rhs562fs/hpfs/hpfs_fs.c*uid = simple_strtoul(rhs, &rhs, 0);
rhs563fs/hpfs/hpfs_fs.cif (*rhs)
rhs567fs/hpfs/hpfs_fs.cif (!rhs || !*rhs)
rhs569fs/hpfs/hpfs_fs.c*gid = simple_strtoul(rhs, &rhs, 0);
rhs570fs/hpfs/hpfs_fs.cif (*rhs)
rhs574fs/hpfs/hpfs_fs.cif (!rhs || !*rhs)
rhs576fs/hpfs/hpfs_fs.c*umask = simple_strtoul(rhs, &rhs, 8);
rhs577fs/hpfs/hpfs_fs.cif (*rhs)
rhs581fs/hpfs/hpfs_fs.cif (!strcmp(rhs, "lower"))
rhs583fs/hpfs/hpfs_fs.celse if (!strcmp(rhs, "asis"))
rhs589fs/hpfs/hpfs_fs.cif (!strcmp(rhs, "binary"))
rhs591fs/hpfs/hpfs_fs.celse if (!strcmp(rhs, "text"))
rhs593fs/hpfs/hpfs_fs.celse if (!strcmp(rhs, "auto"))