Searched refs:tst_resm_ (Results 1 – 3 of 3) sorted by relevance
/external/ltp/lib/newlib_tests/ |
D | test02.c | 25 void tst_resm_(char *, int, int, char *); 36 tst_resm_(__FILE__, __LINE__, TINFO, "info message"); in do_test() 37 tst_resm_(__FILE__, __LINE__, TPASS, "passed message"); in do_test()
|
/external/ltp/include/old/ |
D | test.h | 118 void tst_resm_(const char *file, const int lineno, int ttype, 122 tst_resm_(__FILE__, __LINE__, (ttype), \
|
/external/ltp/lib/ |
D | tst_res.c | 523 void tst_resm_(const char *file, const int lineno, int ttype, in tst_resm_() function
|