/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; 94 set_uid = 1; 130 if (!set_gid || !set_uid || !set_mask) { 134 if (!set_uid)
|
/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; 95 set_uid = 1; 134 if (!set_gid || !set_uid || !set_mask) { 138 if (!set_uid)
|
/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; 116 set_uid = 1; 165 if (!set_gid || !set_uid || !set_mask) { 169 if (!set_uid)
|
/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; 154 set_uid = 1; 190 if (!set_gid || !set_uid || !set_mask) { 194 if (!set_uid)
|
/src/lib/librefuse/ |
fuse.h | 185 int set_uid; member in struct:fuse_config
|