Searched refs:set_uid (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sbin/mount_ntfs/
H A Dmount_ntfs.c84 int c, set_gid, set_uid, set_mask; local
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)
/netbsd-current/sbin/mount_ados/
H A Dmount_ados.c84 int c, mntflags, set_gid, set_uid, set_mask; local
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)
/netbsd-current/sbin/mount_msdos/
H A Dmount_msdos.c88 int c, set_gid, set_uid, set_mask, set_dirmask, set_gmtoff; local
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)
/netbsd-current/sbin/mount_cd9660/
H A Dmount_cd9660.c103 int ch, opts, set_gid, set_uid, set_mask, set_dirmask; local
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)
/netbsd-current/external/mpl/dhcp/dist/server/
H A Ddhcpd.c61 uid_t set_uid = 0; variable
701 set_uid = tmp_pwd->pw_uid;
1049 if (set_uid) {
1050 if (setuid (set_uid))
1051 log_fatal ("setuid(%d): %m", (int) set_uid);
H A Ddb.c1175 if ((set_uid != 0) && (geteuid() == 0) &&
1177 if (fchown(db_fd, set_uid, set_gid)) {
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_fwd.h156 set_uid = 04000, member in class:experimental::filesystem::v1::file_type::copy_options::perms
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_fwd.h165 set_uid = 04000, member in class:experimental::filesystem::v1::file_type::copy_options::perms
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_fwd.h149 set_uid = 04000, member in class:filesystem::file_type::copy_options::perms
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_fwd.h155 set_uid = 04000, member in class:filesystem::file_type::copy_options::perms
/netbsd-current/lib/librefuse/
H A Dfuse.h185 int set_uid; member in struct:fuse_config
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h2150 extern uid_t set_uid;

Completed in 211 milliseconds