Lines Matching refs:tt_str_op
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()
649 tt_str_op(buf, ==, "Hello"); in test_evutil_strlcpy()
653 tt_str_op(buf, ==, "pentasy"); in test_evutil_strlcpy()
657 tt_str_op(buf, ==, "overlon"); in test_evutil_strlcpy()
1229 tt_str_op(p, ==, ""); in test_event_strdup()
1236 tt_str_op(p, ==, "foo"); in test_event_strdup()
1437 tt_str_op(result, ==, "Thu, 01"); in test_evutil_date_rfc1123()
1449 tt_str_op(result, ==, c.date); in test_evutil_date_rfc1123()