Searched refs:tst_res__ (Results 1 – 1 of 1) sorted by relevance
/external/ltp/lib/ |
D | tst_res.c | 145 static void tst_res__(const char *file, const int lineno, int ttype, in tst_res__() function 463 tst_res__(file, lineno, ttype, "%s", tmesg); in tst_brk__() 466 tst_res__(file, lineno, ttype, in tst_brk__() 470 tst_res__(file, lineno, TBROK, in tst_brk__() 500 tst_res__(file, lineno, ttype, "%s", tmesg); in tst_resm_() 521 tst_res__(file, lineno, ttype, "%s", tmesg); in tst_resm_hexd_() 534 tst_res__(file, lineno, ttype, "%s", tmesg); in tst_resm_hexd_()
|