Searched refs:tt_str_op (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress_util.c369 tt_str_op(cp,==,"192.168.1.1:80");
378 tt_str_op(cp,==,"[ff00::8010]:999");
384 tt_str_op(cp,==,"<addr with socktype 99>");
460 tt_str_op(buf, ==, "50 100");
464 tt_str_op(buf, ==, "longish 1234567");
468 tt_str_op(buf, ==, "200000000000");
472 tt_str_op(buf, ==, "-200000000000");
477 tt_str_op(buf, ==, "8000 -9000");
514 tt_str_op(cp, ==, result); \
635 tt_str_op(logms
[all...]
H A Dtinytest_macros.h185 #define tt_str_op(a,op,b) \ macro
H A Dregress_iocp.c336 tt_str_op(buf, ==, "Hello world");
H A Dregress_buffer.c981 tt_str_op(data, ==, "this is what we add as read-only memory.");
1982 tt_str_op((const char *) evbuffer_pullup(buf_out1, -1), ==,
1984 tt_str_op((const char *) evbuffer_pullup(buf_out2, -1), ==,
2000 tt_str_op((const char *) evbuffer_pullup(buf, -1), ==, "This will not.");
2018 tt_str_op(evbuffer_pullup(buf_out1, -1), ==,
2020 tt_str_op(evbuffer_pullup(buf_out2, -1), ==,
2277 tt_str_op(tmp,==,"It is no longer true to say it has 29 characters");
2296 tt_str_op(tmp,==,"Here is string 1000. Here is string 999. ");
2550 tt_str_op(testdata->setup_data, ==, "end");
H A Dregress_http.c2920 tt_str_op(s,==,(want)); \
2924 tt_str_op(s2,==,(from)); \
2934 tt_str_op(s,==,(want)); \
2943 tt_str_op(s,==,(want)); \
2968 tt_str_op(s,==,"hello%00world");
2977 tt_str_op(s,==,"hello%");
3892 tt_str_op(escaped, ==, "&lt;script&gt;");
3897 tt_str_op(escaped, ==, "&quot;&#039;&amp;");
H A Dregress.c2595 tt_str_op(backend, !=, event_base_get_method(base));
2620 tt_str_op(vstr, ==, LIBEVENT_VERSION);
2750 tt_str_op(defaultname, !=, event_base_get_method(base));
2760 tt_str_op(ignoreenvname, ==, event_base_get_method(base));
H A Dregress_bufferevent.c704 tt_str_op(buf, ==, TEST_STR);
H A Dregress_dns.c1721 tt_str_op(a_out[0].ai->ai_canonname, ==, "both-canonical.example.com");
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress_util.c303 tt_str_op(cp,==,"192.168.1.1:80");
312 tt_str_op(cp,==,"[ff00::8010]:999");
318 tt_str_op(cp,==,"<addr with socktype 99>");
394 tt_str_op(buf, ==, "50 100");
398 tt_str_op(buf, ==, "longish 1234567");
402 tt_str_op(buf, ==, "200000000000");
406 tt_str_op(buf, ==, "-200000000000");
411 tt_str_op(buf, ==, "8000 -9000");
448 tt_str_op(cp, ==, result); \
569 tt_str_op(logms
[all...]
H A Dtinytest_macros.h171 #define tt_str_op(a,op,b) \ macro
H A Dregress_buffer.c576 tt_str_op(data, ==, "this is what we add as read-only memory.");
1543 tt_str_op((const char *) evbuffer_pullup(buf_out1, -1), ==,
1545 tt_str_op((const char *) evbuffer_pullup(buf_out2, -1), ==,
1561 tt_str_op((const char *) evbuffer_pullup(buf, -1), ==, "This will not.");
1579 tt_str_op(evbuffer_pullup(buf_out1, -1), ==,
1581 tt_str_op(evbuffer_pullup(buf_out2, -1), ==,
1819 tt_str_op(tmp,==,"It is no longer true to say it has 29 characters");
1838 tt_str_op(tmp,==,"Here is string 1000. Here is string 999. ");
2019 tt_str_op(ptr, ==, "end");
H A Dregress_iocp.c337 tt_str_op(buf, ==, "Hello world");
H A Dregress_http.c2599 tt_str_op(s,==,(want)); \
2603 tt_str_op(s2,==,(from)); \
2613 tt_str_op(s,==,(want)); \
2622 tt_str_op(s,==,(want)); \
2647 tt_str_op(s,==,"hello%00world");
2656 tt_str_op(s,==,"hello%");
3466 tt_str_op(escaped, ==, "&lt;script&gt;");
3471 tt_str_op(escaped, ==, "&quot;&#039;&amp;");
H A Dregress_bufferevent.c636 tt_str_op(buf, ==, TEST_STR);
H A Dregress.c2419 tt_str_op(backend, !=, event_base_get_method(base));
2444 tt_str_op(vstr, ==, LIBEVENT_VERSION);
2574 tt_str_op(defaultname, !=, event_base_get_method(base));
2584 tt_str_op(ignoreenvname, ==, event_base_get_method(base));
H A Dregress_dns.c1604 tt_str_op(a_out[0].ai->ai_canonname, ==, "both-canonical.example.com");

Completed in 315 milliseconds