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

/ast/src/lib/libast/path/
H A Dpathshell.c75 eg = getegid();
/ast/src/lib/libast/comp/
H A Deaccess.c66 egid = getegid();
/ast/src/cmd/at/
H A Datx.c98 error(ERROR_SYSTEM|3, "%s %s group denied (gid=%u egid=%u => gid=%d)", argv[2], error_info.id, getgid(), getegid(), gid);
H A Datd.c1364 state->con[0].id.gid = getegid();
1482 state->con[0].id.gid = getegid();
/ast/src/lib/libtk/compat/
H A Dunistd.h50 extern gid_t getegid _ANSI_ARGS_((void));
/ast/src/cmd/ksh93/bltins/
H A Dregress.c74 "[+getegid()?The intercept effecive gid is returned. The "
156 gid_t getegid(void) function
162 TRACE(egid, "getegid", ("%s", intercept_egid == intercept_rgid ? "egid==rgid" : "egid!=rgid"));
/ast/src/lib/libcmd/
H A Did.c276 group = (flags & R_FLAG) ? getgid() : getegid();
333 if ((egid = getegid()) != group)
H A Dcksum.c564 state.gid = getegid();
/ast/src/lib/libcs/
H A Dcsrecv.c204 st.st_gid = getegid();
366 id->gid = getegid();
H A Dcssend.c128 id.gid = getegid();
H A Dcsopen.c887 n = getegid();
/ast/src/cmd/ksh93/sh/
H A Dsuid_exec.c112 egroupid = getegid();
H A Dinit.c1286 shgd->egroupid=getegid();
/ast/src/cmd/3d/
H A Dpathreal.c510 gid = getegid();
H A Dinit.c1565 state.gid = getegid();
/ast/src/cmd/cs/
H A Dcs.c302 if (ftw->statb.st_gid != getegid())
/ast/src/lib/libast/misc/
H A Dfastfind.c410 if (fp->secure = ((st.st_mode & (S_IRGRP|S_IROTH)) == S_IRGRP) && st.st_gid == getegid() && getegid() != getgid())
H A Dprocopen.c639 setgid(getegid());
/ast/src/cmd/coshell/
H A Devent.c395 log(state, con, 'I', "info server='%s' version=%d.%d host=%s pid=%d uid=%d gid=%d", fmtident(usage), EVENT_MAJOR, EVENT_MINOR, csname(css->state, 0), getpid(), geteuid(), getegid());
H A Dmain.c123 state.gids[0] = getegid();
/ast/src/cmd/nmake/
H A Drule.c1365 "getegid", (Systab_f)getegid,
/ast/src/cmd/pax/
H A Dpax.c1533 state.gid = getegid();

Completed in 340 milliseconds