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

  /external/ltp/include/
tst_res_flags.h 26 #define TRERRNO 0x400 /* Capture errno information from TEST_RETURN to
  /external/ltp/testcases/kernel/mem/hugetlb/hugemmap/
hugemmap06.c 138 tst_brkm(TBROK | TRERRNO, cleanup,
155 tst_brkm(TBROK | TRERRNO, cleanup,
  /external/ltp/testcases/kernel/syscalls/signal/
signal06.c 148 tst_brkm(TBROK | TRERRNO, NULL,
155 tst_brkm(TBROK | TRERRNO, NULL,
  /external/ltp/lib/tests/
trerrno.c 28 char *TCID = "trerrno";
59 tst_resm(TINFO | TRERRNO, "test");
82 tst_resm(TFAIL, "EPERM shouldn't be in TRERRNO output");
84 tst_resm(TPASS, "EINVAL should be in TRERRNO output");
86 tst_resm(TFAIL, "EINVAL not found in TRERRNO output");
  /external/ltp/lib/
tst_res.c 320 if (ttype & TRERRNO) {
  /external/ltp/testcases/kernel/mem/lib/
mem.c 91 tst_resm(TINFO | TRERRNO, "pthread_create");

Completed in 54 milliseconds