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

  /external/ltp/testcases/kernel/syscalls/getuid/
getuid01.c 63 TEST(GETUID(cleanup));
66 tst_resm(TFAIL | TTERRNO, "getuid failed");
68 tst_resm(TPASS, "getuid returned %ld", TEST_RETURN);
getuid03.c 21 * Testcase to check the basic functionality of the getuid() system call.
53 TEST(GETUID(cleanup));
56 tst_brkm(TBROK | TTERRNO, cleanup, "getuid failed");
58 uid = getuid();
64 UID16_CHECK(pwent->pw_uid, getuid, cleanup);
68 "does not match getuid "
72 tst_resm(TPASS, "values from getuid "
  /external/ltp/testcases/kernel/syscalls/utils/
compat_16.h 90 UID_T GETUID(void (cleanup)(void))
92 LTP_CREATE_SYSCALL(getuid, cleanup);

Completed in 542 milliseconds