Home
last modified time | relevance | path

Searched refs:path_resolv_conf (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/resolv/
Dtst-resolv-res_init-skeleton.c1065 support_write_file_string (chroot_env->path_resolv_conf, in do_test()
1076 TEST_VERIFY (unlink (chroot_env->path_resolv_conf) == 0); in do_test()
1081 TEST_VERIFY (symlink ("does-not-exist", chroot_env->path_resolv_conf) == 0); in do_test()
1083 TEST_VERIFY (unlink (chroot_env->path_resolv_conf) == 0); in do_test()
1087 support_write_file_string (chroot_env->path_resolv_conf, ""); in do_test()
1088 TEST_VERIFY (chmod (chroot_env->path_resolv_conf, 0) == 0); in do_test()
1092 TEST_VERIFY (unlink (chroot_env->path_resolv_conf) == 0); in do_test()
1093 support_write_file_string (chroot_env->path_resolv_conf, ""); in do_test()
/glibc-2.36/support/
Dsupport_chroot.c56 &chroot->path_resolv_conf); in support_chroot_create()
78 free (chroot->path_resolv_conf); in support_chroot_free()
Dnamespace.h91 char *path_resolv_conf; /* /etc/resolv.conf. */ member
/glibc-2.36/ChangeLog.old/
DChangeLog.18581 (path_resolv_conf): Remove definitions.