/src/sbin/mount_ados/ |
mount_ados.c | 84 int c, mntflags, set_gid, set_uid, set_mask; local in function:mount_ados 87 mntflags = set_gid = set_uid = set_mask = 0; 98 set_gid = 1; 130 if (!set_gid || !set_uid || !set_mask) { 136 if (!set_gid)
|
/src/sbin/mount_ntfs/ |
mount_ntfs.c | 84 int c, set_gid, set_uid, set_mask; local in function:mount_ntfs_parseargs 88 *mntflags = set_gid = set_uid = set_mask = 0; 99 set_gid = 1; 134 if (!set_gid || !set_uid || !set_mask) { 140 if (!set_gid)
|
/src/sbin/mount_msdos/ |
mount_msdos.c | 88 int c, set_gid, set_uid, set_mask, set_dirmask, set_gmtoff; local in function:mount_msdos_parseargs 94 *mntflags = set_gid = set_uid = set_mask = set_dirmask = set_gmtoff = 0; 120 set_gid = 1; 165 if (!set_gid || !set_uid || !set_mask) { 171 if (!set_gid)
|
/src/sbin/mount_cd9660/ |
mount_cd9660.c | 103 int ch, opts, set_gid, set_uid, set_mask, set_dirmask; local in function:mount_cd9660_parseargs 108 *mntflags = opts = set_gid = set_uid = set_mask = set_dirmask = 0; 125 set_gid = 1; 190 if (!set_gid || !set_uid || !set_mask) { 196 if (!set_gid)
|
/src/lib/librefuse/ |
fuse.h | 183 int set_gid; member in struct:fuse_config
|