Lines Matching defs:gid
69 "[101:egid?The intercept effective gid is set to \aoriginal-egid\a. The "
70 "effective gid of the underlying system process is not affected. The "
74 "[+getegid()?The intercept effecive gid is returned. The "
75 "\bsetgid\b() intercept may change this between the real gid and "
77 "[+setgid(gid)?Sets the intercept effective gid to \agid\a. "
78 "Fails if \agid\a is neither the real gid nor "
168 int setgid(gid_t gid)
174 if (gid != intercept_rgid && gid != intercept_sgid)
180 intercept_egid = gid;
183 else if (gid != intercept_rgid)