taglinefilesource code
rhs546fs/hpfs/hpfs_fs.cchar *p, *rhs;
rhs558fs/hpfs/hpfs_fs.cif ((rhs = strchr(p, '=')) != 0)
rhs559fs/hpfs/hpfs_fs.c*rhs++ = '\0';
rhs561fs/hpfs/hpfs_fs.cif (!rhs || !*rhs)
rhs563fs/hpfs/hpfs_fs.c*uid = simple_strtoul(rhs, &rhs, 0);
rhs564fs/hpfs/hpfs_fs.cif (*rhs)
rhs568fs/hpfs/hpfs_fs.cif (!rhs || !*rhs)
rhs570fs/hpfs/hpfs_fs.c*gid = simple_strtoul(rhs, &rhs, 0);
rhs571fs/hpfs/hpfs_fs.cif (*rhs)
rhs575fs/hpfs/hpfs_fs.cif (!rhs || !*rhs)
rhs577fs/hpfs/hpfs_fs.c*umask = simple_strtoul(rhs, &rhs, 8);
rhs578fs/hpfs/hpfs_fs.cif (*rhs)
rhs582fs/hpfs/hpfs_fs.cif (!strcmp(rhs, "lower"))
rhs584fs/hpfs/hpfs_fs.celse if (!strcmp(rhs, "asis"))
rhs590fs/hpfs/hpfs_fs.cif (!strcmp(rhs, "binary"))
rhs592fs/hpfs/hpfs_fs.celse if (!strcmp(rhs, "text"))
rhs594fs/hpfs/hpfs_fs.celse if (!strcmp(rhs, "auto"))