Searched refs:snapshot_file_copy (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/lib/libc/tests/nss/
H A Dgethostby_test.c929 char *snapshot_file_copy; local
935 snapshot_file_copy = NULL;
937 snapshot_file_copy = strdup(snapshot_file);
938 ATF_REQUIRE(snapshot_file_copy != NULL);
940 snapshot_file = snapshot_file_copy;
1066 free(snapshot_file_copy);
H A Dgetaddrinfo_test.c416 char *snapshot_file_copy; local
420 snapshot_file_copy = NULL;
422 snapshot_file_copy = strdup(snapshot_file);
423 ATF_REQUIRE(snapshot_file_copy != NULL);
488 free(snapshot_file_copy);

Completed in 107 milliseconds