Home
last modified time | relevance | path

Searched refs:getEffectiveGroupId (Results 1 – 7 of 7) sorted by relevance

/dports/devel/rudiments/rudiments-1.2.2/examples/
H A Dprocess-seteuidgid.cpp9 process::getEffectiveGroupId()); in main()
18 process::getEffectiveGroupId()); in main()
/dports/devel/rudiments/rudiments-1.2.2/test/
H A Dprocess.cpp23 gid_t egid=process::getEffectiveGroupId(); in main()
/dports/devel/rudiments/rudiments-1.2.2/include/rudiments/
H A Dprocess.h106 static gid_t getEffectiveGroupId();
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/server/
H A Dsqlrlistener.cpp409 groupentry::getName(process::getEffectiveGroupId()); in setUserAndGroup()
747 groupentry::getName(process::getEffectiveGroupId()); in ipcFileError()
940 process::getEffectiveGroupId()); in listenOnClientSocket()
986 process::getEffectiveGroupId()); in listenOnHandoffSocket()
1020 process::getEffectiveGroupId()); in listenOnDeregistrationSocket()
1054 process::getEffectiveGroupId()); in listenOnFixupSocket()
H A Dsqlr-scaler.cpp238 groupentry::getName(process::getEffectiveGroupId()); in initScaler()
H A Dsqlrservercontroller.cpp842 groupentry::getName(process::getEffectiveGroupId()); in setUserAndGroup()
1276 process::getEffectiveGroupId()); in openSockets()
/dports/devel/rudiments/rudiments-1.2.2/src/
H A Dprocess.cpp271 gid_t process::getEffectiveGroupId() { in getEffectiveGroupId() function in process