taglinefilesource code
rhs542fs/hpfs/hpfs_fs.cchar *p, *rhs;
rhs554fs/hpfs/hpfs_fs.cif ((rhs = strchr(p, '=')) != 0)
rhs555fs/hpfs/hpfs_fs.c*rhs++ = '\0';
rhs557fs/hpfs/hpfs_fs.cif (!rhs || !*rhs)
rhs559fs/hpfs/hpfs_fs.c*uid = simple_strtoul(rhs, &rhs, 0);
rhs560fs/hpfs/hpfs_fs.cif (*rhs)
rhs564fs/hpfs/hpfs_fs.cif (!rhs || !*rhs)
rhs566fs/hpfs/hpfs_fs.c*gid = simple_strtoul(rhs, &rhs, 0);
rhs567fs/hpfs/hpfs_fs.cif (*rhs)
rhs571fs/hpfs/hpfs_fs.cif (!rhs || !*rhs)
rhs573fs/hpfs/hpfs_fs.c*umask = simple_strtoul(rhs, &rhs, 8);
rhs574fs/hpfs/hpfs_fs.cif (*rhs)
rhs578fs/hpfs/hpfs_fs.cif (!strcmp(rhs, "lower"))
rhs580fs/hpfs/hpfs_fs.celse if (!strcmp(rhs, "asis"))
rhs586fs/hpfs/hpfs_fs.cif (!strcmp(rhs, "binary"))
rhs588fs/hpfs/hpfs_fs.celse if (!strcmp(rhs, "text"))
rhs590fs/hpfs/hpfs_fs.celse if (!strcmp(rhs, "auto"))