Lines Matching refs:tt_str_op
364 tt_str_op(cp,==,"192.168.1.1:80"); in regress_sockaddr_port_format()
373 tt_str_op(cp,==,"[ff00::8010]:999"); in regress_sockaddr_port_format()
379 tt_str_op(cp,==,"<addr with socktype 99>"); in regress_sockaddr_port_format()
455 tt_str_op(buf, ==, "50 100"); in test_evutil_snprintf()
459 tt_str_op(buf, ==, "longish 1234567"); in test_evutil_snprintf()
463 tt_str_op(buf, ==, "200000000000"); in test_evutil_snprintf()
467 tt_str_op(buf, ==, "-200000000000"); in test_evutil_snprintf()
472 tt_str_op(buf, ==, "8000 -9000"); in test_evutil_snprintf()
509 tt_str_op(cp, ==, result); \ in test_evutil_rtrim()
630 tt_str_op(logmsg,==,msg); \ in test_evutil_log()
712 tt_str_op(buf, ==, "Hello"); in test_evutil_strlcpy()
716 tt_str_op(buf, ==, "pentasy"); in test_evutil_strlcpy()
720 tt_str_op(buf, ==, "overlon"); in test_evutil_strlcpy()
1337 tt_str_op(p, ==, ""); in test_event_strdup()
1344 tt_str_op(p, ==, "foo"); in test_event_strdup()
1547 tt_str_op(result, ==, "Thu, 01"); in test_evutil_date_rfc1123()
1559 tt_str_op(result, ==, c.date); in test_evutil_date_rfc1123()