Searched refs:TT_EXIT_TEST_FUNCTION (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | tinytest_macros.h | 35 #ifndef TT_EXIT_TEST_FUNCTION 36 #define TT_EXIT_TEST_FUNCTION TT_STMT_BEGIN goto end; TT_STMT_END macro 61 TT_EXIT_TEST_FUNCTION; \ 86 TT_EXIT_TEST_FUNCTION; \ 106 tt_want_(b, msg, TT_EXIT_TEST_FUNCTION); 155 TT_EXIT_TEST_FUNCTION) 159 "%ld",TT_EXIT_TEST_FUNCTION) 166 "%ld",TT_EXIT_TEST_FUNCTION); \ 171 (val1_ op val2_),"%lu",TT_EXIT_TEST_FUNCTION) 175 (val1_ op val2_),"%p",TT_EXIT_TEST_FUNCTION) [all …]
|
/freebsd/contrib/libevent/test/ |
H A D | tinytest_macros.h | 35 #ifndef TT_EXIT_TEST_FUNCTION 36 #define TT_EXIT_TEST_FUNCTION TT_STMT_BEGIN goto end; TT_STMT_END macro 61 TT_EXIT_TEST_FUNCTION; \ 86 TT_EXIT_TEST_FUNCTION; \ 106 tt_want_(b, msg, TT_EXIT_TEST_FUNCTION); 155 TT_EXIT_TEST_FUNCTION) 159 "%ld",TT_EXIT_TEST_FUNCTION) 166 "%ld",TT_EXIT_TEST_FUNCTION); \ 171 (val1_ op val2_),"%lu",TT_EXIT_TEST_FUNCTION) 175 (val1_ op val2_),"%p",TT_EXIT_TEST_FUNCTION) [all …]
|