Searched refs:getegid (Results 1 - 25 of 126) sorted by relevance

123456

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetegid.c1 /* $NetBSD: getegid.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
43 getegid(void) function
H A Dissuid.c212 if (getgid() != getegid())
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dunsafe.c78 || getgid() != getegid());
H A Dset_eugid.h27 gid_t __set_eugid_gid = getegid(); \
H A Dlstat_as.c56 gid_t saved_egid = getegid();
H A Dopen_as.c53 gid_t saved_egid = getegid();
H A Dstat_as.c56 gid_t saved_egid = getegid();
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dportability.c28 int getegid(void) function
H A Dportability.h24 int getegid(void);
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Ddot_lockfile_as.c59 gid_t saved_egid = getegid();
85 gid_t saved_egid = getegid();
H A Dmark_corrupt.c59 saved_gid = getegid();
/netbsd-current/usr.bin/at/
H A Dprivs.c92 effective_gid = getegid();
102 effective_gid = getegid();
/netbsd-current/tests/lib/libc/gen/posix_spawn/
H A Dh_spawn.c47 if (getuid() != geteuid() || getgid() != getegid()) {
50 getuid(), geteuid(), getgid(), getegid());
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dsecure_getenv.h51 if ((getuid () == geteuid ()) && (getgid () == getegid ()))
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dsecure_getenv.h51 if ((getuid () == geteuid ()) && (getgid () == getegid ()))
/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.c54 *gid = getegid();
/netbsd-current/sbin/mount_portal/
H A Dpt_file.c101 getgid(), geteuid(), getegid(), pcr->pcr_uid, pcr->pcr_gid);
116 if ((getgid() != pcr->pcr_gid) && (getegid() != pcr->pcr_gid)) {
119 getgid(), pcr->pcr_gid, getegid(), pcr->pcr_gid);
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Duidswap.c59 saved_egid = getegid();
143 if (getgid() != pw->pw_gid || getegid() != pw->pw_gid) {
145 __func__, (u_int)getgid(), (u_int)getegid(),
/netbsd-current/external/bsd/pam-u2f/dist/
H A Ddrop_privs.c55 privs->saved_egid = getegid();
101 if ((privs->saved_euid == geteuid()) && (privs->saved_egid == getegid())) {
/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-get-passwd.c79 ASSERT_EQ(pwd.gid, getegid());
/netbsd-current/external/bsd/openpam/dist/lib/libpam/
H A Dopenpam_borrow_cred.c88 scred->egid = getegid();
/netbsd-current/games/sail/
H A Dmain.c69 egid = getegid();
/netbsd-current/tests/usr.bin/id/
H A Dpwgr.c56 getegid(void) function

Completed in 240 milliseconds

123456