| /netbsd-src/sbin/mount_ados/ |
| H A D | mount_ados.c | 84 int c, mntflags, set_gid, set_uid, set_mask; in mount_ados() local 87 mntflags = set_gid = set_uid = set_mask = 0; in mount_ados() 94 set_uid = 1; in mount_ados() 130 if (!set_gid || !set_uid || !set_mask) { in mount_ados() 134 if (!set_uid) in mount_ados()
|
| /netbsd-src/sbin/mount_ntfs/ |
| H A D | mount_ntfs.c | 84 int c, set_gid, set_uid, set_mask; in mount_ntfs_parseargs() local 88 *mntflags = set_gid = set_uid = set_mask = 0; in mount_ntfs_parseargs() 95 set_uid = 1; in mount_ntfs_parseargs() 134 if (!set_gid || !set_uid || !set_mask) { in mount_ntfs_parseargs() 138 if (!set_uid) in mount_ntfs_parseargs()
|
| /netbsd-src/sbin/mount_cd9660/ |
| H A D | mount_cd9660.c | 103 int ch, opts, set_gid, set_uid, set_mask, set_dirmask; in mount_cd9660_parseargs() local 108 *mntflags = opts = set_gid = set_uid = set_mask = set_dirmask = 0; in mount_cd9660_parseargs() 154 set_uid = 1; in mount_cd9660_parseargs() 190 if (!set_gid || !set_uid || !set_mask) { in mount_cd9660_parseargs() 194 if (!set_uid) in mount_cd9660_parseargs()
|
| /netbsd-src/sbin/mount_msdos/ |
| H A D | mount_msdos.c | 88 int c, set_gid, set_uid, set_mask, set_dirmask, set_gmtoff; in mount_msdos_parseargs() local 94 *mntflags = set_gid = set_uid = set_mask = set_dirmask = set_gmtoff = 0; in mount_msdos_parseargs() 116 set_uid = 1; in mount_msdos_parseargs() 165 if (!set_gid || !set_uid || !set_mask) { in mount_msdos_parseargs() 169 if (!set_uid) in mount_msdos_parseargs()
|
| /netbsd-src/external/mpl/dhcp/dist/server/ |
| H A D | dhcpd.c | 61 uid_t set_uid = 0; variable 701 set_uid = tmp_pwd->pw_uid; in main() 1049 if (set_uid) { in main() 1050 if (setuid (set_uid)) in main() 1051 log_fatal ("setuid(%d): %m", (int) set_uid); in main()
|
| H A D | db.c | 1175 if ((set_uid != 0) && (geteuid() == 0) && in new_lease_file() 1177 if (fchown(db_fd, set_uid, set_gid)) { in new_lease_file()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
| H A D | fs_fwd.h | 156 set_uid = 04000, in _GLIBCXX_VISIBILITY() enumerator
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
| H A D | fs_fwd.h | 165 set_uid = 04000, in _GLIBCXX_VISIBILITY() enumerator
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| H A D | fs_fwd.h | 149 set_uid = 04000, in _GLIBCXX_VISIBILITY() enumerator
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| H A D | fs_fwd.h | 155 set_uid = 04000, in _GLIBCXX_VISIBILITY() enumerator
|
| /netbsd-src/lib/librefuse/ |
| H A D | fuse.h | 185 int set_uid; member
|
| /netbsd-src/external/mpl/dhcp/dist/includes/ |
| H A D | dhcpd.h | 2150 extern uid_t set_uid;
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | filesystem | 319 set_uid = 04000,
|