Searched refs:geteuid (Results 151 - 175 of 220) sorted by relevance

123456789

/netbsd-current/external/ibm-public/postfix/dist/src/postalias/
H A Dpostalias.c344 && (st.st_uid != geteuid() || st.st_gid != getegid()))
/netbsd-current/external/mpl/bind/dist/bin/named/
H A Dos.c668 if (geteuid() != uid && seteuid(uid) == -1) {
/netbsd-current/tests/lib/libc/sys/
H A Dt_ptrace_wait.h567 euid = geteuid();
/netbsd-current/external/bsd/ppp/dist/pppd/
H A Doptions.c461 euid = geteuid();
1586 euid = geteuid();
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Demul_unix.c464 uid_t euid = geteuid();
494 uid_t status = geteuid();
2552 /* 49 */ { do_unix_geteuid, "geteuid" },
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Demul_unix.c452 uid_t euid = geteuid();
482 uid_t status = geteuid();
2536 /* 49 */ { do_unix_geteuid, "geteuid" },
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dlinetrace.c559 uid_t curr_euid = geteuid ();
597 uid_t curr_euid = geteuid ();
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dlinetrace.c579 uid_t curr_euid = geteuid ();
617 uid_t curr_euid = geteuid ();
/netbsd-current/external/bsd/atf/dist/atf-c/detail/
H A Dfs_test.c680 ATF_REQUIRE(chown(atf_fs_path_cstring(&p), geteuid(), getegid()) != -1);
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/ps/
H A Dtspps.c85 euid = geteuid();
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dserver.c6664 pw->pw_gid, getuid(), getgid(), geteuid(), getegid());
6672 if (getuid() != geteuid())
6673 rc = setuid (geteuid ());
6689 pw->pw_uid, getuid(), getgid(), geteuid(), getegid());
/netbsd-current/usr.sbin/map-mbone/
H A Dmapper.c819 if (geteuid() != 0) {
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntpd.c815 if (geteuid() != sw_uid && 0 == set_user_ids())
/netbsd-current/usr.bin/newsyslog/
H A Dnewsyslog.c202 myeuid = geteuid();
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dcyrus.c588 getegid(), geteuid() );
/netbsd-current/external/bsd/openldap/dist/servers/lloadd/
H A Dupstream.c349 getegid(), geteuid() );
/netbsd-current/external/mpl/dhcp/dist/server/
H A Ddb.c1175 if ((set_uid != 0) && (geteuid() == 0) &&
/netbsd-current/lib/libpuffs/
H A Dpuffs.c528 if (geteuid() != 0)
/netbsd-current/bin/csh/
H A Dcsh.c239 euid = geteuid();
/netbsd-current/external/ibm-public/postfix/dist/src/smtpstone/
H A Dsmtp-sink.c1612 if (geteuid() == 0 && user_privs == 0)
/netbsd-current/bin/sh/
H A Dexec.c697 if (statb.st_uid == geteuid()) {
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Dinterp.c1020 unsigned int euid = geteuid (), uid = getuid ();
/netbsd-current/lib/libpam/modules/pam_krb5/
H A Dpam_krb5.c457 euid = geteuid(); /* Usually 0 */
/netbsd-current/lib/libc/net/
H A Drcmd.c701 uid = geteuid();
/netbsd-current/external/bsd/libarchive/dist/tar/
H A Dbsdtar.c212 bsdtar->user_uid = geteuid();

Completed in 479 milliseconds

123456789