| /netbsd/src/external/bsd/ntp/dist/sntp/libevent/test/ |
| D | regress_util.c | 366 tt_str_op(cp,==,"192.168.1.1:80"); in regress_sockaddr_port_format() 375 tt_str_op(cp,==,"[ff00::8010]:999"); in regress_sockaddr_port_format() 381 tt_str_op(cp,==,"<addr with socktype 99>"); in regress_sockaddr_port_format() 457 tt_str_op(buf, ==, "50 100"); in test_evutil_snprintf() 461 tt_str_op(buf, ==, "longish 1234567"); in test_evutil_snprintf() 465 tt_str_op(buf, ==, "200000000000"); in test_evutil_snprintf() 469 tt_str_op(buf, ==, "-200000000000"); in test_evutil_snprintf() 474 tt_str_op(buf, ==, "8000 -9000"); in test_evutil_snprintf() 511 tt_str_op(cp, ==, result); \ in test_evutil_rtrim() 632 tt_str_op(logmsg,==,msg); \ in test_evutil_log() [all …]
|
| D | regress_buffer.c | 979 tt_str_op(data, ==, "this is what we add as read-only memory."); in reference_cb() 1980 tt_str_op((const char *) evbuffer_pullup(buf_out1, -1), ==, in test_evbuffer_callbacks() 1982 tt_str_op((const char *) evbuffer_pullup(buf_out2, -1), ==, in test_evbuffer_callbacks() 1998 tt_str_op((const char *) evbuffer_pullup(buf, -1), ==, "This will not."); in test_evbuffer_callbacks() 2016 tt_str_op(evbuffer_pullup(buf_out1, -1), ==, in test_evbuffer_callbacks() 2018 tt_str_op(evbuffer_pullup(buf_out2, -1), ==, in test_evbuffer_callbacks() 2275 tt_str_op(tmp,==,"It is no longer true to say it has 29 characters"); in test_evbuffer_prepend() 2294 tt_str_op(tmp,==,"Here is string 1000. Here is string 999. "); in test_evbuffer_prepend() 2548 tt_str_op(testdata->setup_data, ==, "end"); in test_evbuffer_freeze()
|
| D | tinytest_macros.h | 185 #define tt_str_op(a,op,b) \ macro
|
| D | regress_iocp.c | 337 tt_str_op(buf, ==, "Hello world"); in test_iocp_bufferevent_async()
|
| D | regress_http.c | 2917 tt_str_op(s,==,(want)); \ in http_uriencode_test() 2921 tt_str_op(s2,==,(from)); \ in http_uriencode_test() 2931 tt_str_op(s,==,(want)); \ in http_uriencode_test() 2940 tt_str_op(s,==,(want)); \ in http_uriencode_test() 2965 tt_str_op(s,==,"hello%00world"); in http_uriencode_test() 2974 tt_str_op(s,==,"hello%"); in http_uriencode_test() 3889 tt_str_op(escaped, ==, "<script>"); in http_primitives() 3894 tt_str_op(escaped, ==, ""'&"); in http_primitives()
|
| D | regress.c | 2593 tt_str_op(backend, !=, event_base_get_method(base)); in test_methods() 2618 tt_str_op(vstr, ==, LIBEVENT_VERSION); in test_version() 2748 tt_str_op(defaultname, !=, event_base_get_method(base)); in test_base_environ() 2758 tt_str_op(ignoreenvname, ==, event_base_get_method(base)); in test_base_environ()
|
| D | regress_bufferevent.c | 702 tt_str_op(buf, ==, TEST_STR); in reader_eventcb()
|
| D | regress_dns.c | 1719 tt_str_op(a_out[0].ai->ai_canonname, ==, "both-canonical.example.com"); in test_getaddrinfo_async()
|
| /netbsd/src/external/bsd/libevent/dist/test/ |
| D | regress_util.c | 369 tt_str_op(cp,==,"192.168.1.1:80"); in regress_sockaddr_port_format() 378 tt_str_op(cp,==,"[ff00::8010]:999"); in regress_sockaddr_port_format() 384 tt_str_op(cp,==,"<addr with socktype 99>"); in regress_sockaddr_port_format() 460 tt_str_op(buf, ==, "50 100"); in test_evutil_snprintf() 464 tt_str_op(buf, ==, "longish 1234567"); in test_evutil_snprintf() 468 tt_str_op(buf, ==, "200000000000"); in test_evutil_snprintf() 472 tt_str_op(buf, ==, "-200000000000"); in test_evutil_snprintf() 477 tt_str_op(buf, ==, "8000 -9000"); in test_evutil_snprintf() 514 tt_str_op(cp, ==, result); \ in test_evutil_rtrim() 635 tt_str_op(logmsg,==,msg); \ in test_evutil_log() [all …]
|
| D | regress_buffer.c | 981 tt_str_op(data, ==, "this is what we add as read-only memory."); in reference_cb() 1982 tt_str_op((const char *) evbuffer_pullup(buf_out1, -1), ==, in test_evbuffer_callbacks() 1984 tt_str_op((const char *) evbuffer_pullup(buf_out2, -1), ==, in test_evbuffer_callbacks() 2000 tt_str_op((const char *) evbuffer_pullup(buf, -1), ==, "This will not."); in test_evbuffer_callbacks() 2018 tt_str_op(evbuffer_pullup(buf_out1, -1), ==, in test_evbuffer_callbacks() 2020 tt_str_op(evbuffer_pullup(buf_out2, -1), ==, in test_evbuffer_callbacks() 2277 tt_str_op(tmp,==,"It is no longer true to say it has 29 characters"); in test_evbuffer_prepend() 2296 tt_str_op(tmp,==,"Here is string 1000. Here is string 999. "); in test_evbuffer_prepend() 2550 tt_str_op(testdata->setup_data, ==, "end"); in test_evbuffer_freeze()
|
| D | tinytest_macros.h | 185 #define tt_str_op(a,op,b) \ macro
|
| D | regress_iocp.c | 336 tt_str_op(buf, ==, "Hello world"); in test_iocp_bufferevent_async()
|
| D | regress_http.c | 2920 tt_str_op(s,==,(want)); \ in http_uriencode_test() 2924 tt_str_op(s2,==,(from)); \ in http_uriencode_test() 2934 tt_str_op(s,==,(want)); \ in http_uriencode_test() 2943 tt_str_op(s,==,(want)); \ in http_uriencode_test() 2968 tt_str_op(s,==,"hello%00world"); in http_uriencode_test() 2977 tt_str_op(s,==,"hello%"); in http_uriencode_test() 3892 tt_str_op(escaped, ==, "<script>"); in http_primitives() 3897 tt_str_op(escaped, ==, ""'&"); in http_primitives()
|
| D | regress.c | 2595 tt_str_op(backend, !=, event_base_get_method(base)); in test_methods() 2620 tt_str_op(vstr, ==, LIBEVENT_VERSION); in test_version() 2750 tt_str_op(defaultname, !=, event_base_get_method(base)); in test_base_environ() 2760 tt_str_op(ignoreenvname, ==, event_base_get_method(base)); in test_base_environ()
|
| D | regress_bufferevent.c | 704 tt_str_op(buf, ==, TEST_STR); in reader_eventcb()
|
| D | regress_dns.c | 1721 tt_str_op(a_out[0].ai->ai_canonname, ==, "both-canonical.example.com"); in test_getaddrinfo_async()
|