HomeSort by relevance Sort by last modified time
    Searched refs:GETGID (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/syscalls/getgid/
getgid01.c 64 TEST(GETGID(cleanup));
67 tst_resm(TFAIL, "getgid failed");
69 tst_resm(TPASS, "getgid returned %ld",
getgid03.c 21 * Testcase to check the basic functionality of getgid().
23 * For functionality test the return value from getgid() is compared to passwd
52 TEST(GETGID(cleanup));
65 GID16_CHECK(pwent->pw_gid, getgid, cleanup);
68 tst_resm(TFAIL, "getgid() return value "
  /external/ltp/testcases/kernel/syscalls/utils/
compat_16.h 100 GID_T GETGID(void (cleanup)(void))
102 LTP_CREATE_SYSCALL(getgid, cleanup);

Completed in 72 milliseconds