Searched refs:hostlist_file (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libc/tests/nss/ |
H A D | getaddrinfo_test.c | 410 run_tests(char *hostlist_file, const char *snapshot_file, int ai_family) in run_tests() argument 433 ATF_REQUIRE_MSG(access(hostlist_file, R_OK) == 0, in run_tests() 434 "can't access the hostlist file %s\n", hostlist_file); in run_tests() 436 printf("building host lists from %s\n", hostlist_file); in run_tests() 438 rv = TEST_SNAPSHOT_FILE_READ(addrinfo, hostlist_file, &td, in run_tests()
|
H A D | gethostby_test.c | 923 run_tests(const char *hostlist_file, const char *snapshot_file, int _af_type, in run_tests() argument 971 if (access(hostlist_file, R_OK) != 0) { in run_tests() 972 printf("can't access the hostlist file %s\n", hostlist_file); in run_tests() 978 printf("building host lists from %s\n", hostlist_file); in run_tests() 981 rv = TEST_SNAPSHOT_FILE_READ(hostent, hostlist_file, &td, in run_tests() 985 hostlist_file); in run_tests()
|
/freebsd/lib/libc/tests/resolv/ |
H A D | resolv_test.c | 252 run_tests(const char *hostlist_file, enum method method) in run_tests() argument 264 load(hostlist_file); in run_tests() 266 ATF_REQUIRE_MSG(0 < hosts->sl_cur, "0 hosts in %s", hostlist_file); in run_tests()
|