Searched refs:child_gid (Results 1 – 1 of 1) sorted by relevance
322 static void test_setgid(gid_t child_gid, bool expect_success) in test_setgid() argument333 if (setgid(child_gid) < 0) in test_setgid()335 if (getgid() == child_gid) in test_setgid()