Searched refs:LOGEQ (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_util.c | 627 #define LOGEQ(sev,msg) do { \ in test_evutil_log() macro 644 LOGEQ(EVENT_LOG_WARN, "Far too many wombats (99)"); in test_evutil_log() 648 LOGEQ(EVENT_LOG_MSG, "Connecting lime to coconut"); in test_evutil_log() 653 LOGEQ(EVENT_LOG_DEBUG, "A millisecond passed! We should log that!"); in test_evutil_log() 665 LOGEQ(EVENT_LOG_WARN,buf); in test_evutil_log() 688 LOGEQ(EVENT_LOG_WARN, buf); in test_evutil_log() 697 #undef LOGEQ in test_evutil_log()
|
/freebsd/contrib/libevent/test/ |
H A D | regress_util.c | 627 #define LOGEQ(sev,msg) do { \ in test_evutil_log() macro 644 LOGEQ(EVENT_LOG_WARN, "Far too many wombats (99)"); in test_evutil_log() 648 LOGEQ(EVENT_LOG_MSG, "Connecting lime to coconut"); in test_evutil_log() 653 LOGEQ(EVENT_LOG_DEBUG, "A millisecond passed! We should log that!"); in test_evutil_log() 665 LOGEQ(EVENT_LOG_WARN,buf); in test_evutil_log() 688 LOGEQ(EVENT_LOG_WARN, buf); in test_evutil_log() 697 #undef LOGEQ in test_evutil_log()
|