Lines Matching defs:tc_util
1115 TCase *tc_util = tcase_create("util");
1117 tcase_add_checked_fixture(tc_util,
1120 tcase_add_test (tc_util, test_diff_string_lists);
1121 tcase_add_test (tc_util, test_sss_filter_sanitize);
1122 tcase_add_test (tc_util, test_size_t_overflow);
1123 tcase_add_test (tc_util, test_parse_args);
1124 tcase_add_test (tc_util, test_add_string_to_list);
1125 tcase_add_test (tc_util, test_string_in_list);
1126 tcase_add_test (tc_util, test_split_on_separator);
1127 tcase_add_test (tc_util, test_check_ipv4_addr);
1128 tcase_add_test (tc_util, test_check_ipv6_addr);
1129 tcase_add_test (tc_util, test_is_host_in_domain);
1130 tcase_add_test (tc_util, test_known_service);
1131 tcase_add_test (tc_util, test_fd_nonblocking);
1132 tcase_set_timeout(tc_util, 60);
1168 suite_add_tcase (s, tc_util);