Home
last modified time | relevance | path

Searched refs:tst_brk_comment (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/lib/
Dtst_net.c115 tst_brk_comment("conversion error: '%s' is not integer", in tst_get_prefix()
121 tst_brk_comment("bad %s prefix: %s", is_ipv6 ? "IPv6" : "IPv4", in tst_get_prefix()
130 tst_brk_comment("bad IPv4 address: '%s'", ip_str); in tst_get_in_addr()
136 tst_brk_comment("bad IPv6 address: '%s'", ip_str); in tst_get_in6_addr()
/third_party/ltp/testcases/lib/
Dtst_net_vars.c152 tst_brk_comment("error calculating IPv4 address"); in get_ipv4_netmask()
179 tst_brk_comment("error calculating IPv6 address"); in get_ipv6_netmask()
198 tst_brk_comment("error calculating IPv4 address"); in get_ipv4_broadcast()
605 tst_brk_comment("mixed IPv4 and IPv6 addresses ('%s', '%s')", in main()
612 tst_brk_comment("IP addresses cannot be the same ('%s', '%s')", in main()
/third_party/ltp/include/
Dtst_private.h24 #define tst_brk_comment(...) { \ macro