Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libc/tests/nss/
HDgetaddrinfo_test.c413 run_tests(char *hostlist_file, const char *snapshot_file, int ai_family) in run_tests() argument
436 ATF_REQUIRE_MSG(access(hostlist_file, R_OK) == 0, in run_tests()
437 "can't access the hostlist file %s\n", hostlist_file); in run_tests()
439 printf("building host lists from %s\n", hostlist_file); in run_tests()
441 rv = TEST_SNAPSHOT_FILE_READ(addrinfo, hostlist_file, &td, in run_tests()
HDgethostby_test.c926 run_tests(const char *hostlist_file, const char *snapshot_file, int _af_type, in run_tests() argument
974 if (access(hostlist_file, R_OK) != 0) { in run_tests()
975 printf("can't access the hostlist file %s\n", hostlist_file); in run_tests()
981 printf("building host lists from %s\n", hostlist_file); in run_tests()
984 rv = TEST_SNAPSHOT_FILE_READ(hostent, hostlist_file, &td, in run_tests()
988 hostlist_file); in run_tests()
/freebsd-11-stable/lib/libc/tests/resolv/
HDresolv_test.c230 run_tests(const char *hostlist_file, enum method method) in run_tests() argument
239 load(hostlist_file); in run_tests()
241 ATF_REQUIRE_MSG(0 < hosts->sl_cur, "0 hosts in %s", hostlist_file); in run_tests()