Searched refs:tt_str_op (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/ntp/sntp/libevent/test/ |
| HD | regress_util.c | 301 tt_str_op(cp,==,"192.168.1.1:80"); in regress_sockaddr_port_format() 310 tt_str_op(cp,==,"[ff00::8010]:999"); in regress_sockaddr_port_format() 316 tt_str_op(cp,==,"<addr with socktype 99>"); in regress_sockaddr_port_format() 392 tt_str_op(buf, ==, "50 100"); in test_evutil_snprintf() 396 tt_str_op(buf, ==, "longish 1234567"); in test_evutil_snprintf() 400 tt_str_op(buf, ==, "200000000000"); in test_evutil_snprintf() 404 tt_str_op(buf, ==, "-200000000000"); in test_evutil_snprintf() 409 tt_str_op(buf, ==, "8000 -9000"); in test_evutil_snprintf() 446 tt_str_op(cp, ==, result); \ in test_evutil_rtrim() 567 tt_str_op(logmsg,==,msg); \ in test_evutil_log() [all …]
|
| HD | regress_buffer.c | 574 tt_str_op(data, ==, "this is what we add as read-only memory."); in reference_cb() 1541 tt_str_op((const char *) evbuffer_pullup(buf_out1, -1), ==, in test_evbuffer_callbacks() 1543 tt_str_op((const char *) evbuffer_pullup(buf_out2, -1), ==, in test_evbuffer_callbacks() 1559 tt_str_op((const char *) evbuffer_pullup(buf, -1), ==, "This will not."); in test_evbuffer_callbacks() 1577 tt_str_op(evbuffer_pullup(buf_out1, -1), ==, in test_evbuffer_callbacks() 1579 tt_str_op(evbuffer_pullup(buf_out2, -1), ==, in test_evbuffer_callbacks() 1817 tt_str_op(tmp,==,"It is no longer true to say it has 29 characters"); in test_evbuffer_prepend() 1836 tt_str_op(tmp,==,"Here is string 1000. Here is string 999. "); in test_evbuffer_prepend() 2017 tt_str_op(ptr, ==, "end"); in test_evbuffer_freeze()
|
| HD | tinytest_macros.h | 169 #define tt_str_op(a,op,b) \ macro
|
| HD | regress_http.c | 2597 tt_str_op(s,==,(want)); \ in http_uriencode_test() 2601 tt_str_op(s2,==,(from)); \ in http_uriencode_test() 2611 tt_str_op(s,==,(want)); \ in http_uriencode_test() 2620 tt_str_op(s,==,(want)); \ in http_uriencode_test() 2645 tt_str_op(s,==,"hello%00world"); in http_uriencode_test() 2654 tt_str_op(s,==,"hello%"); in http_uriencode_test() 3464 tt_str_op(escaped, ==, "<script>"); in http_primitives() 3469 tt_str_op(escaped, ==, ""'&"); in http_primitives()
|
| HD | regress_iocp.c | 335 tt_str_op(buf, ==, "Hello world"); in test_iocp_bufferevent_async()
|
| HD | regress.c | 2417 tt_str_op(backend, !=, event_base_get_method(base)); in test_methods() 2442 tt_str_op(vstr, ==, LIBEVENT_VERSION); in test_version() 2572 tt_str_op(defaultname, !=, event_base_get_method(base)); in test_base_environ() 2582 tt_str_op(ignoreenvname, ==, event_base_get_method(base)); in test_base_environ()
|
| HD | regress_bufferevent.c | 634 tt_str_op(buf, ==, TEST_STR); in reader_eventcb()
|
| HD | regress_dns.c | 1602 tt_str_op(a_out[0].ai->ai_canonname, ==, "both-canonical.example.com"); in test_getaddrinfo_async()
|