Home
last modified time | relevance | path

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

/freebsd/lib/libc/tests/nss/
H A Dgetaddrinfo_test.c410 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 Dgethostby_test.c923 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 Dresolv_test.c252 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()