Home
last modified time | relevance | path

Searched refs:getegid (Results 1 – 25 of 81) sorted by relevance

1234

/titanic_51/usr/src/lib/libc/common/sys/
H A Dgetegid.s30 .file "getegid.s"
33 * C library -- getegid
34 * gid_t getegid (void);
39 ANSI_PRAGMA_WEAK(getegid,function)
43 ENTRY(getegid) /* shared syscall: rval1 = gid */
46 SET_SIZE(getegid)
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/
H A Dksh-regress.tst71 ksh:REGRESS:egid:getegid:egid!=rgid'
79 ksh:REGRESS:egid:getegid:egid!=rgid
89 ksh:REGRESS:egid:getegid:egid!=rgid
151 ksh:REGRESS:egid:getegid:egid!=rgid'
159 ksh:REGRESS:egid:getegid:egid!=rgid
169 ksh:REGRESS:egid:getegid:egid!=rgid
231 ksh:REGRESS:egid:getegid:egid!=rgid'
239 ksh:REGRESS:egid:getegid:egid!=rgid
249 ksh:REGRESS:egid:getegid:egid!=rgid
311 ksh:REGRESS:egid:getegid
[all...]
/titanic_51/usr/src/lib/libbc/libc/sys/common/
H A Dgetegid.c30 getegid(void) in getegid() function
/titanic_51/usr/src/lib/libnsl/dial/
H A Dstrsave.c74 else if (getegid() == s.st_gid) in eaccess()
/titanic_51/usr/src/cmd/bnu/
H A Dstrsave.c76 else if( getegid() == s.st_gid )
/titanic_51/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathshell.c75 eg = getegid(); in pathshell()
/titanic_51/usr/src/lib/libast/common/path/
H A Dpathshell.c75 eg = getegid(); in pathshell()
/titanic_51/usr/src/lib/libbc/inc/include/
H A Dunistd.h126 extern gid_t getegid(void);
/titanic_51/usr/src/lib/libbsm/common/
H A Daudit_at.c77 aug_save_egid(getegid()); in audit_at_create()
H A Daudit_kadmind.c128 aug_save_egid(getegid()); /* Effective Group ID */ in common_audit()
H A Daudit_krb5kdc.c87 aug_save_egid(getegid()); /* Effective Group ID */ in common_audit()
H A Daudit_crontab.c102 aug_save_egid(getegid()); in audit_crontab_modify()
H A Daudit_ftpd.c275 egid = getegid(); in audit_ftpd_logout()
/titanic_51/usr/src/cmd/tip/
H A Dcu.c105 egid = getegid(); in cumain()
/titanic_51/usr/src/cmd/mail/
H A Dmkdead.c37 gid_t egid = getegid(); in mkdead()
H A Dmain.c110 my_egid = getegid(); in main()
/titanic_51/usr/src/lib/libast/common/comp/
H A Deaccess.c66 egid = getegid();
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/
H A Deaccess.c66 egid = getegid();
/titanic_51/usr/src/man/man2/
H A DMakefile202 getegid.2 \
339 getegid.2 := LINKSRC = getuid.2
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/
H A Did.c276 group = (flags & R_FLAG) ? getgid() : getegid(); in getids()
333 if ((egid = getegid()) != group) in getids()
/titanic_51/usr/src/lib/libcmd/common/
H A Did.c276 group = (flags & R_FLAG) ? getgid() : getegid(); in getids()
333 if ((egid = getegid()) != group) in getids()
/titanic_51/usr/src/lib/libshell/common/bltins/
H A Dregress.c156 gid_t getegid(void) in getegid() function
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dregress.c74 "[+getegid()?The intercept effecive gid is returned. The "
156 gid_t getegid(void) in getegid() function
162 TRACE(egid, "getegid", ("%s", intercept_egid == intercept_rgid ? "egid==rgid" : "egid!=rgid")); in getegid()
/titanic_51/usr/src/cmd/sendmail/src/
H A Dmain.c248 (geteuid() != getuid() || getegid() != getgid()));
573 EffGid = getegid();
581 (int) getegid(), (int) getgid());
3700 (int) geteuid(), (int) getegid(),
3716 emptygidset[0] = (to_real_uid || RunAsGid != 0) ? RunAsGid : getegid();
3774 if (setgid(RunAsGid) < 0 && (!UseMSP || getegid() != RunAsGid))
3781 if (rval == EX_OK && getegid() != RunAsGid)
3784 (int) getegid(), (int) RunAsGid);
3879 (int) getegid(), (int) getgid());
/titanic_51/usr/src/cmd/mailx/
H A Dmain.c106 myegid = getegid(); in main()

1234