Searched defs:setresgid (Results 1 - 2 of 2) sorted by relevance

/external/openssh/openbsd-compat/
H A Dbsd-setres_id.c31 setresgid(gid_t rgid, gid_t egid, gid_t sgid) function
/external/libbrillo/brillo/
H A Dprocess.cc29 #define setresgid(_g1, _g2, _g3) setregid(_g1, _g2) macro
277 if (gid_ != static_cast<gid_t>(-1) && setresgid(gid_, gid_, gid_) < 0) {

Completed in 117 milliseconds