Lines Matching defs:egid
247 _public_ int sd_bus_creds_get_egid(sd_bus_creds *c, gid_t *egid) {
249 assert_return(egid, -EINVAL);
254 *egid = c->egid;
872 unsigned long gid, egid, sgid, fsgid;
875 if (sscanf(p, "%lu %lu %lu %lu", &gid, &egid, &sgid, &fsgid) != 4)
881 c->egid = (gid_t) egid;
1182 n->egid = c->egid;