getegid           350 lib/common/logging.c                  filename, strerror(rc), geteuid(), getegid());
getegid            97 maint/gnulib/lib/euidaccess.c   gid_t egid = getegid ();
getegid           121 maint/gnulib/lib/idpriv-drop.c   if (getegid () != gid)
getegid            45 maint/gnulib/lib/idpriv-droptemp.c     saved_gid = getegid ();
getegid           109 maint/gnulib/lib/idpriv-droptemp.c   if (getegid () != gid)
getegid           196 maint/gnulib/lib/idpriv-droptemp.c   if (getegid () != saved_gid)
getegid            38 maint/gnulib/lib/secure_getenv.c   if (geteuid () != getuid () || getegid () != getgid ())
getegid            61 maint/gnulib/tests/test-chown.h   result = func (BASE "dir", st1.st_uid, getegid ());
getegid            75 maint/gnulib/tests/test-chown.h   ASSERT (st1.st_gid == getegid ());
getegid            60 maint/gnulib/tests/test-idpriv-drop.c           (int) getgid (), (int) getegid ());
getegid           143 maint/gnulib/tests/test-idpriv-drop.c   if (getegid () != gid)
getegid            60 maint/gnulib/tests/test-idpriv-droptemp.c           (int) getgid (), (int) getegid ());
getegid            93 maint/gnulib/tests/test-idpriv-droptemp.c   int privileged_gid = getegid ();
getegid           126 maint/gnulib/tests/test-idpriv-droptemp.c       if (getegid () != gid)
getegid           149 maint/gnulib/tests/test-idpriv-droptemp.c       if (getegid () != privileged_gid)
getegid            69 maint/gnulib/tests/test-lchown.h   result = func (BASE "dir", st1.st_uid, getegid ());
getegid            83 maint/gnulib/tests/test-lchown.h   ASSERT (st1.st_gid == getegid ());