Home
last modified time | relevance | path

Searched refs:snapshot_file_copy (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/tests/nss/
H A Dgetaddrinfo_test.c413 char *snapshot_file_copy; in run_tests() local
417 snapshot_file_copy = NULL; in run_tests()
419 snapshot_file_copy = strdup(snapshot_file); in run_tests()
420 ATF_REQUIRE(snapshot_file_copy != NULL); in run_tests()
485 free(snapshot_file_copy); in run_tests()
H A Dgethostby_test.c926 char *snapshot_file_copy; in run_tests() local
932 snapshot_file_copy = NULL; in run_tests()
934 snapshot_file_copy = strdup(snapshot_file); in run_tests()
935 ATF_REQUIRE(snapshot_file_copy != NULL); in run_tests()
937 snapshot_file = snapshot_file_copy; in run_tests()
1063 free(snapshot_file_copy); in run_tests()