Searched refs:tst_print (Results 1 – 1 of 1) sorted by relevance
/external/ltp/lib/ |
D | tst_res.c | 86 static void tst_print(const char *tcid, int tnum, int ttype, const char *tmesg); 171 tst_print(TCID, 0, ttype, tmesg); in tst_res__() 174 tst_print(TCID, 0, TWARN, in tst_res__() 187 tst_print(TCID, tst_count + 1, ttype, tmesg); in tst_res__() 213 tst_print(Last_tcid, Last_num, Last_type, Last_mesg); in tst_condense() 242 tst_print(Last_tcid, Last_num, Last_type, Last_mesg); in tst_flush() 251 static void tst_print(const char *tcid, int tnum, int ttype, const char *tmesg) in tst_print() function 458 tst_print(TCID, 0, TWARN, Warn_mesg); in tst_brk__()
|