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

/external/ltp/lib/
H A Dtst_res.c91 static void tst_print(const char *tcid, int tnum, int ttype, const char *tmesg);
176 tst_print(TCID, 0, ttype, tmesg);
179 tst_print(TCID, 0, TWARN,
188 case NOPASS: /* filtered by tst_print() */
192 tst_print(TCID, tst_count + 1, ttype, tmesg);
218 tst_print(Last_tcid, Last_num, Last_type, Last_mesg);
247 tst_print(Last_tcid, Last_num, Last_type, Last_mesg);
256 static void tst_print(const char *tcid, int tnum, int ttype, const char *tmesg) function
268 * tst_print() is called directly with a case of TWARN.
475 tst_print(TCI
[all...]

Completed in 63 milliseconds