Home
last modified time | relevance | path

Searched refs:tst_print (Results 1 – 1 of 1) sorted by relevance

/external/ltp/lib/
Dtst_res.c99 static void tst_print(const char *tcid, int tnum, int ttype, const char *tmesg);
188 tst_print(TCID, 0, ttype, tmesg); in tst_res__()
191 tst_print(TCID, 0, TWARN, in tst_res__()
204 tst_print(TCID, tst_count + 1, ttype, tmesg); in tst_res__()
230 tst_print(Last_tcid, Last_num, Last_type, Last_mesg); in tst_condense()
259 tst_print(Last_tcid, Last_num, Last_type, Last_mesg); in tst_old_flush()
268 static void tst_print(const char *tcid, int tnum, int ttype, const char *tmesg) in tst_print() function
491 tst_print(TCID, 0, TWARN, Warn_mesg); in tst_brk__()