Searched refs:TST_FMT_ (Results 1 – 1 of 1) sorted by relevance
/external/ltp/include/ |
D | tst_test_macros.h | 40 #define TST_FMT_(FMT, _1, ...) FMT, ##__VA_ARGS__ macro 44 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__)) 48 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR) 52 TST_FMT_(TST_2_(dummy, ##__VA_ARGS__, SCALL) FMT, __VA_ARGS__), PAR, PAR2)
|