Searched refs:TST_FMT_ (Results 1 – 1 of 1) sorted by relevance
/third_party/ltp/include/ |
D | tst_test_macros.h | 39 #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__ macro 43 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__)) 47 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR) 51 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR, PAR2)
|