Searched refs:hostlist_file (Results 1 - 3 of 3) sorted by path

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

Completed in 225 milliseconds