Searched refs:tst_brkm__ (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/include/old/ |
D | test.h | 132 void tst_brkm__(const char *file, const int lineno, int ttype, 142 tst_brkm__(__FILE__, __LINE__, flags, cleanup, fmt, ##__VA_ARGS__); \ 149 tst_brkm__(file, lineno, flags, cleanup, fmt, ##__VA_ARGS__); \ 153 tst_brkm__(__FILE__, __LINE__, flags, cleanup, fmt, ##__VA_ARGS__); \
|
/third_party/ltp/lib/newlib_tests/ |
D | test02.c | 13 void tst_brkm__(char *, int, int, void (*)(void), char *); 27 tst_brkm__(__FILE__, __LINE__, TCONF, cleanup, "Non-NULL cleanup"); in do_test()
|
/third_party/ltp/lib/ |
D | tst_res.c | 578 void tst_brkm__(const char *file, const int lineno, int ttype, in tst_brkm__() function
|