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

12345

/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dgetegid.c41 getegid(void) function
H A Dissuid.c50 if(getgid() != getegid())
/macosx-10.10/postfix-255/postfix/src/util/
H A Dunsafe.c53 || getgid() != getegid());
H A Dset_eugid.h25 gid_t __set_eugid_gid = getegid(); \
H A Dlstat_as.c54 gid_t saved_egid = getegid();
H A Dopen_as.c51 gid_t saved_egid = getegid();
H A Dstat_as.c54 gid_t saved_egid = getegid();
H A Dmake_dirs.c134 egid = getegid();
/macosx-10.10/postfix-255/postfix/src/global/
H A Ddot_lockfile_as.c57 gid_t saved_egid = getegid();
83 gid_t saved_egid = getegid();
H A Dmark_corrupt.c57 saved_gid = getegid();
/macosx-10.10/Libc-1044.1.2/compat-43/
H A Dsetregid.c45 savedgid = getegid();
/macosx-10.10/OpenSSL098-52/src/crypto/
H A Duid.c83 if (getgid() != getegid()) return 1;
/macosx-10.10/system_cmds-643.1.1/at.tproj/
H A Dprivs.h76 effective_gid = getegid(); \
85 effective_gid = getegid(); \
/macosx-10.10/sudo-73/src/
H A Dbsm_audit.c101 tok = au_to_subject_ex(auid, geteuid(), getegid(), getuid(),
109 tok = au_to_subject(auid, geteuid(), getegid(), getuid(),
158 tok = au_to_subject_ex(auid, geteuid(), getegid(), getuid(),
163 tok = au_to_subject(auid, geteuid(), getegid(), getuid(),
/macosx-10.10/system_cmds-643.1.1/login.tproj/
H A Dlogin_audit.c121 if ((tok = au_to_subject32_ex(uid, geteuid(), getegid(), uid, gid, pid,
165 if ((tok = au_to_subject32_ex(-1, geteuid(), getegid(), -1, -1,
172 if ((tok = au_to_subject32_ex(uid, geteuid(), getegid(), uid,
218 if ((tok = au_to_subject32_ex(uid, geteuid(), getegid(), uid, gid, pid,
/macosx-10.10/OpenSSH-189/openssh/
H A Duidswap.c64 saved_egid = getegid();
126 if (setgid(getegid()) < 0)
127 debug("setgid %u: %.100s", (u_int) getegid(), strerror(errno));
249 if (getgid() != pw->pw_gid || getegid() != pw->pw_gid) {
251 __func__, (u_int)getgid(), (u_int)getegid(),
/macosx-10.10/OpenPAM-20/openpam/lib/
H A Dopenpam_borrow_cred.c80 scred->egid = getegid();
/macosx-10.10/ksh-23/ksh/src/lib/libast/path/
H A Dpathshell.c75 eg = getegid();
/macosx-10.10/uucp-11/uucp/unix/
H A Daccess.c47 iegid = getegid ();
H A Duid.c55 iegid = getegid ();
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Deaccess.c66 egid = getegid();
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.types.h114 extern gid_t getgid(), getegid();
/macosx-10.10/shell_cmds-179/id/
H A Did.c184 id = pw ? pw->pw_gid : rflag ? getgid() : getegid();
261 if ((rid = getgid()) != (eid = getegid())) {
336 if (p_egid && (egid = getegid()) != gid) {
/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A Daccess.c171 || getgid() != getegid())
/macosx-10.10/tcl-105/tcl/tcl/compat/
H A Dunistd.h50 extern gid_t getegid _ANSI_ARGS_((void));

Completed in 241 milliseconds

12345