Searched refs:geteuid (Results 101 - 125 of 220) sorted by relevance

123456789

/netbsd-current/lib/libc/rpc/
H A Dauth_unix.c218 uid = geteuid();
/netbsd-current/sbin/newfs_ext2fs/
H A Dmke2fs.c403 sblock.e2fs.e2fs_ruid = geteuid();
944 node.e2di_uid = geteuid();
991 node.e2di_uid = geteuid();
1086 node.e2di_uid = geteuid();
/netbsd-current/external/mpl/dhcp/dist/server/
H A Ddhcpd.c263 if (geteuid())
695 if (geteuid())
713 if (geteuid())
/netbsd-current/lib/libc/gen/
H A Dutmpx.c252 if (geteuid() == 0) {
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dpipe_command.c337 uid_t saved_euid = geteuid();
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dfilesubr.c264 uid = geteuid();
/netbsd-current/usr.sbin/mrinfo/
H A Dmrinfo.c328 if (geteuid() != 0) {
/netbsd-current/usr.sbin/mrouted/
H A Dmain.c114 if (geteuid() != 0) {
/netbsd-current/usr.bin/tip/
H A Dtip.c146 euid = geteuid();
/netbsd-current/external/apache2/llvm/dist/clang/utils/perf-training/
H A Dperf-helper.py86 if not os.geteuid() == 0:
/netbsd-current/tests/net/net/
H A Dt_unix.c232 srvruid = geteuid();
/netbsd-current/usr.sbin/isibootd/
H A Disibootd.c159 if (geteuid() != 0)
/netbsd-current/usr.sbin/puffs/mount_psshfs/
H A Dpsshfs.c231 pctx.myuid = geteuid();
/netbsd-current/usr.bin/login/
H A Dlogin_pam.c418 saved_uid = geteuid();
/netbsd-current/lib/libc/gmon/
H A Dgmon.c401 if (issetugid() && (geteuid() != getuid() || getegid() != getgid())) {
/netbsd-current/sbin/shutdown/
H A Dshutdown.c121 if (geteuid())
/netbsd-current/usr.sbin/lpr/lpr/
H A Dlpr.c131 euid = geteuid();
/netbsd-current/external/bsd/tcpdump/dist/
H A Dtcpdump.c2032 if (getuid() == 0 || geteuid() == 0) {
2041 if (getuid() == 0 || geteuid() == 0) {
2322 if (getuid() == 0 || geteuid() == 0) {
2593 if (getuid() == 0 || geteuid() == 0) {
/netbsd-current/lib/libc/sys/
H A DMakefile.inc195 NOERR= getegid.S geteuid.S getgid.S getpid.S getppid.S getuid.S \
344 MLINKS+=getuid.2 geteuid.2
/netbsd-current/external/gpl2/lvm2/dist/tools/
H A Dlvmcmdline.c1304 if (getuid() || geteuid()) {
1322 if (getuid() || geteuid())
/netbsd-current/external/gpl3/gcc/dist/intl/
H A Ddcigettext.c403 # define geteuid() getuid()
413 if (getuid () != geteuid () || getgid () != getegid ()) \
/netbsd-current/external/gpl3/gdb/dist/intl/
H A Ddcigettext.c403 # define geteuid() getuid()
413 if (getuid () != geteuid () || getgid () != getegid ()) \
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Ddcigettext.c455 # define geteuid() getuid()
465 if (getuid () != geteuid () || getgid () != getegid ()) \
/netbsd-current/external/gpl3/gdb.old/dist/intl/
H A Ddcigettext.c403 # define geteuid() getuid()
413 if (getuid () != geteuid () || getgid () != getegid ()) \
/netbsd-current/external/gpl2/rcs/dist/src/
H A Drcsutil.c1320 uid_t euid() { cacheid(geteuid()); }
1356 if (geteuid() != u) {

Completed in 507 milliseconds

123456789