Searched refs:geteuid (Results 1 - 25 of 347) sorted by relevance

1234567891011>>

/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dgeteuid.c41 geteuid(void) function
H A Dissuid.c46 if(getuid() != geteuid())
/macosx-10.9.5/dtrace-118.1/test/tst/common/stop/
H A Dtst.stop1.c38 geteuid();
H A Dtst.stop2.c38 geteuid();
H A Dtst.stop1.d50 syscall::geteuid:entry
61 syscall::geteuid:entry
H A Dtst.stop2.d50 syscall::geteuid:entry
61 syscall::geteuid:return
/macosx-10.9.5/uucp-11/uucp/unix/
H A Dpriv.c23 return iuid == 0 || iuid == geteuid ();
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dunsafe.c49 return (geteuid() != getuid()
H A Dset_eugid.h24 uid_t __set_eugid_uid = geteuid(); \
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/detail/
H A Duser.c45 return geteuid();
71 return geteuid() == 0;
77 return geteuid() != 0;
/macosx-10.9.5/OpenPAM-20/openpam/lib/
H A Dopenpam_borrow_cred.c71 if (geteuid() != 0 && geteuid() != pwd->pw_uid) {
73 (int)geteuid());
79 scred->euid = geteuid();
92 if (geteuid() == pwd->pw_uid)
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dplatform.c84 return (getuid() == 0 || geteuid() == 0);
102 if (getuid() == 0 || geteuid() == 0)
107 if (getuid() == 0 || geteuid() == 0)
116 if (getuid() == 0 || geteuid() == 0) {
124 if (getuid() == 0 || geteuid() == 0) {
H A Daudit.c128 (int)geteuid());
138 debug("audit event euid %d user %s event %d (%s)", geteuid(),
154 debug("audit session open euid %d user %s tty name %s", geteuid(),
170 debug("audit session close euid %d user %s tty name %s", geteuid(),
182 debug("audit run command euid %d user %s command '%.200s'", geteuid(),
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Ddot_lockfile_as.c56 uid_t saved_euid = geteuid();
82 uid_t saved_euid = geteuid();
/macosx-10.9.5/Libc-997.90.3/compat-43/
H A Dsetreuid.c46 saveduid = geteuid();
/macosx-10.9.5/dtrace-118.1/test/tst/common/pid/
H A Dtst.args1.c58 geteuid();
H A Dtst.ret1.c70 geteuid();
H A Dtst.ret2.c64 geteuid();
H A Dtst.weak1.c64 geteuid();
H A Dtst.ret1.d48 syscall::geteuid:return
H A Dtst.ret2.d48 syscall::geteuid:return
/macosx-10.9.5/dtrace-118.1/test/tst/common/raise/
H A Dtst.raise1.c45 (void) geteuid();
H A Dtst.raise2.c57 (void) geteuid();
H A Dtst.raise3.c57 (void) geteuid();
/macosx-10.9.5/libarchive-29/libarchive/tar/
H A Dbsdtar_windows.h36 #define geteuid() 0 macro

Completed in 227 milliseconds

1234567891011>>