Lines Matching refs:gid
22 static gid_t gid;
91 if (buf.msg_perm.gid == gid) {
92 tst_res(TPASS, "msg_perm.gid = %u", (unsigned)gid);
94 tst_res(TFAIL, "msg_perm.gid = %u, expected %u",
95 (unsigned)buf.msg_perm.gid, (unsigned)gid);
105 if (buf.msg_perm.cgid == gid) {
106 tst_res(TPASS, "msg_perm.cgid = %u", (unsigned)gid);
109 (unsigned)buf.msg_perm.cgid, (unsigned)gid);
128 gid = getegid();