Home
last modified time | relevance | path

Searched refs:set_uid (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/sbin/mount_ados/
H A Dmount_ados.c84 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 Dmount_ntfs.c84 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 Dmount_cd9660.c103 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 Dmount_msdos.c88 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 Ddhcpd.c61 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 Ddb.c1175 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 Dfs_fwd.h156 set_uid = 04000, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_fwd.h165 set_uid = 04000, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_fwd.h149 set_uid = 04000, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_fwd.h155 set_uid = 04000, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/lib/librefuse/
H A Dfuse.h185 int set_uid; member
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h2150 extern uid_t set_uid;
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dfilesystem319 set_uid = 04000,