Searched refs:tst_res__ (Results 1 – 1 of 1) sorted by relevance
/external/ltp/lib/ |
D | tst_res.c | 159 static void tst_res__(const char *file, const int lineno, int ttype, in tst_res__() function 496 tst_res__(file, lineno, ttype, "%s", tmesg); in tst_brk__() 499 tst_res__(file, lineno, ttype, in tst_brk__() 503 tst_res__(file, lineno, TBROK, in tst_brk__() 533 tst_res__(file, lineno, ttype, "%s", tmesg); in tst_resm_() 553 res_func = tst_res__; in tst_resm_hexd_()
|