Home
last modified time | relevance | path

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

/glibc-2.36/resolv/
Dtst-resolv-res_init-multi.c28 static const char *test_hostname = "www.gnu.org"; variable
49 gethostbyname (test_hostname); in thread_func()
55 if (getaddrinfo (test_hostname, "80", &hints, &ai) == 0) in thread_func()
Dtst-resolv-res_init-skeleton.c47 static const char *const test_hostname = "www.example.com"; variable
75 if (strcmp (buf, test_hostname) != 0) in check_chroot_working()
867 (res_mkquery (QUERY, test_hostname, C_IN, T_A, in special_test_callback()
873 gethostbyname (test_hostname); in special_test_callback()
879 (void) getaddrinfo (test_hostname, NULL, NULL, &ai); in special_test_callback()
1041 if (sethostname (test_hostname, strlen (test_hostname)) != 0) in do_test()