Searched refs:geteuid (Results 176 - 200 of 220) sorted by relevance

123456789

/netbsd-current/lib/libc/gen/
H A Dgetpwent.c194 if (geteuid() == 0) {
1180 if (geteuid() != 0) /* non-root can't use adjunct */
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsession.c1221 if (getuid() == 0 || geteuid() == 0) {
1291 if (getuid() != pw->pw_uid || geteuid() != pw->pw_uid)
H A Dmisc.c2750 if (geteuid() == 0 &&
H A Dsshd.c427 if (getuid() == 0 || geteuid() == 0) {
/netbsd-current/external/gpl2/gmake/dist/
H A Djob.c182 extern int geteuid ();
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dfcache.c518 if (sb2.st_uid != geteuid()) {
/netbsd-current/external/bsd/ppp/dist/pppd/
H A Dmain.c370 if (geteuid() != 0) {
H A Dauth.c483 euid = geteuid();
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dcore.c1181 uid = geteuid();
/netbsd-current/external/gpl3/gdb.old/dist/sim/m32r/
H A Dtraps-linux.c455 result = geteuid();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Daarch64-linux-tdep.c1234 SYSCALL_MAP (geteuid);
/netbsd-current/external/gpl3/gdb/dist/sim/m32r/
H A Dtraps.c444 result = geteuid ();
/netbsd-current/usr.bin/fstat/
H A Dfstat.c322 if (geteuid() == 0)
/netbsd-current/libexec/ld.elf_so/
H A Drtld.c579 _rtld_trust = ((pAUX_euid ? (uid_t)pAUX_euid->a_v : geteuid()) ==
/netbsd-current/usr.bin/find/
H A Dfunction.c475 geteuid() == 0)
/netbsd-current/external/bsd/libarchive/dist/cpio/
H A Dcpio.c179 if (geteuid() == 0)
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A DMakefile.in362 $(DEPDIR)/getegid.Plo $(DEPDIR)/geteuid.Plo \
712 getdtablesize.c getegid.c geteuid.c getgid.c gethostname.c \
1291 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/geteuid.Plo@am__quote@ # am--include-marker
2478 -rm -f $(DEPDIR)/geteuid.Plo
2685 -rm -f $(DEPDIR)/geteuid.Plo
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dcommit.c361 if (geteuid () == (uid_t) 0 && !current_parsed_root->isremote)
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Devutil.c2351 if (getuid() != geteuid())
/netbsd-current/external/bsd/libevent/dist/
H A Devutil.c2455 if (getuid() != geteuid())
/netbsd-current/usr.sbin/mtrace/
H A Dmtrace.c1158 if (geteuid() != 0) {
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Daarch64-linux-tdep.c1379 SYSCALL_MAP (geteuid);
/netbsd-current/external/ibm-public/postfix/dist/src/posttls-finger/
H A Dposttls-finger.c2247 if (!geteuid())
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_module.c1485 dt_idhash_lookup(dtp->dt_macros, "euid")->di_id = geteuid();
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dunistd.d67 uid_t geteuid() @trusted;

Completed in 557 milliseconds

123456789