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

/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c301 tt_str_op(cp,==,"192.168.1.1:80");
310 tt_str_op(cp,==,"[ff00::8010]:999");
316 tt_str_op(cp,==,"<addr with socktype 99>");
392 tt_str_op(buf, ==, "50 100");
396 tt_str_op(buf, ==, "longish 1234567");
400 tt_str_op(buf, ==, "200000000000");
404 tt_str_op(buf, ==, "-200000000000");
409 tt_str_op(buf, ==, "8000 -9000");
446 tt_str_op(cp, ==, result); \
567 tt_str_op(logms
[all...]
H A Dtinytest_macros.h169 #define tt_str_op(a,op,b) \ macro
H A Dregress_buffer.c574 tt_str_op(data, ==, "this is what we add as read-only memory.");
1541 tt_str_op((const char *) evbuffer_pullup(buf_out1, -1), ==,
1543 tt_str_op((const char *) evbuffer_pullup(buf_out2, -1), ==,
1559 tt_str_op((const char *) evbuffer_pullup(buf, -1), ==, "This will not.");
1577 tt_str_op(evbuffer_pullup(buf_out1, -1), ==,
1579 tt_str_op(evbuffer_pullup(buf_out2, -1), ==,
1817 tt_str_op(tmp,==,"It is no longer true to say it has 29 characters");
1836 tt_str_op(tmp,==,"Here is string 1000. Here is string 999. ");
2017 tt_str_op(ptr, ==, "end");
H A Dregress_iocp.c335 tt_str_op(buf, ==, "Hello world");
H A Dregress_http.c2597 tt_str_op(s,==,(want)); \
2601 tt_str_op(s2,==,(from)); \
2611 tt_str_op(s,==,(want)); \
2620 tt_str_op(s,==,(want)); \
2645 tt_str_op(s,==,"hello%00world");
2654 tt_str_op(s,==,"hello%");
3464 tt_str_op(escaped, ==, "&lt;script&gt;");
3469 tt_str_op(escaped, ==, "&quot;&#039;&amp;");
H A Dregress.c2417 tt_str_op(backend, !=, event_base_get_method(base));
2442 tt_str_op(vstr, ==, LIBEVENT_VERSION);
2572 tt_str_op(defaultname, !=, event_base_get_method(base));
2582 tt_str_op(ignoreenvname, ==, event_base_get_method(base));
H A Dregress_bufferevent.c634 tt_str_op(buf, ==, TEST_STR);
H A Dregress_dns.c1602 tt_str_op(a_out[0].ai->ai_canonname, ==, "both-canonical.example.com");

Completed in 220 milliseconds