Lines Matching defs:tc_util
1134 TCase *tc_util = tcase_create("util");
1136 tcase_add_checked_fixture(tc_util,
1139 tcase_add_test (tc_util, test_diff_string_lists);
1140 tcase_add_test (tc_util, test_sss_filter_sanitize);
1141 tcase_add_test (tc_util, test_size_t_overflow);
1142 tcase_add_test (tc_util, test_parse_args);
1143 tcase_add_test (tc_util, test_add_string_to_list);
1144 tcase_add_test (tc_util, test_string_in_list);
1145 tcase_add_test (tc_util, test_split_on_separator);
1146 tcase_add_test (tc_util, test_check_ipv4_addr);
1147 tcase_add_test (tc_util, test_check_ipv6_addr);
1148 tcase_add_test (tc_util, test_is_host_in_domain);
1149 tcase_add_test (tc_util, test_known_service);
1150 tcase_add_test (tc_util, test_fd_nonblocking);
1151 tcase_set_timeout(tc_util, 60);
1187 suite_add_tcase (s, tc_util);