Searched refs:geteuid (Results 26 - 50 of 220) sorted by relevance

123456789

/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dmark_corrupt.c58 if ((saved_uid = geteuid()) != var_owner_uid) {
/netbsd-current/lib/libc/sys/
H A Dsigqueue.c57 info.si_uid = geteuid();
/netbsd-current/lib/libcompat/4.4/
H A Dcuserid.c53 if (getpwuid_r(geteuid(), &pwres, pwbuf, sizeof(pwbuf), &pw) != 0
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/
H A Duid.c52 return getuid() != geteuid() || getgid() != getegid();
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Duid.c52 return getuid() != geteuid() || getgid() != getegid();
/netbsd-current/external/bsd/tmux/dist/compat/
H A Dgetpeereid.c53 *uid = geteuid();
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dgetlog.c88 err = getpwuid_r (geteuid (), &pwd, buf, buflen, &result);
94 struct passwd *pw = getpwuid (geteuid ());
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dgetlog.c88 err = getpwuid_r (geteuid (), &pwd, buf, buflen, &result);
94 struct passwd *pw = getpwuid (geteuid ());
/netbsd-current/sbin/mount_portal/
H A Dpt_file.c101 getgid(), geteuid(), getegid(), pcr->pcr_uid, pcr->pcr_gid);
106 if ((getuid() != pcr->pcr_uid) && (geteuid() != pcr->pcr_uid)) {
109 getuid(), pcr->pcr_uid, geteuid(), pcr->pcr_uid);
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Duidswap.c58 saved_euid = geteuid();
150 if (getuid() != pw->pw_uid || geteuid() != pw->pw_uid) {
152 __func__, (u_int)getuid(), (u_int)geteuid(),
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dsafefile.c56 if (getuid() != geteuid()) {
/netbsd-current/usr.bin/skeyinfo/
H A Dskeyinfo.c57 if (geteuid())
/netbsd-current/lib/libm/softfloat/
H A Dferaiseexcept.c60 info.si_uid = geteuid();
/netbsd-current/external/bsd/openpam/dist/lib/libpam/
H A Dopenpam_restore_cred.c78 if (scred->euid != geteuid()) {
H A Dopenpam_check_owner_perms.c68 arbitrator = geteuid();
114 arbitrator = geteuid();
/netbsd-current/external/bsd/pam-u2f/dist/
H A Ddrop_privs.c54 privs->saved_euid = geteuid();
101 if ((privs->saved_euid == geteuid()) && (privs->saved_egid == getegid())) {
/netbsd-current/tests/lib/libc/sys/
H A Dt_setuid.c70 ATF_REQUIRE(geteuid() == uid);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dissuid.c208 if (getuid() != geteuid())
/netbsd-current/usr.bin/at/
H A Dperm.c88 uid_t uid = geteuid();
/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-get-passwd.c76 ASSERT_EQ(pwd.uid, geteuid());
/netbsd-current/regress/sys/kern/latency1/
H A Dlatency1.c97 if (geteuid() != 0) {
/netbsd-current/tests/usr.bin/id/
H A Dpwgr.c71 geteuid(void) function
/netbsd-current/usr.sbin/lpr/lprm/
H A Dlprm.c91 euid = geteuid();
/netbsd-current/usr.sbin/lpr/lpq/
H A Dlpq.c83 euid = geteuid();
/netbsd-current/usr.sbin/fusermount/
H A Dfusermount.c125 if (geteuid() != 0) {

Completed in 412 milliseconds

123456789