Symbol: RES_INIT
crypto/openssh/openbsd-compat/getrrsetbyname.c
224
if ((_resp->options & RES_INIT) == 0 && res_init() == -1) {
crypto/openssh/sshd.c
1981
if ((_res.options & RES_INIT) == 0) {
lib/libc/net/getaddrinfo.c
2334
if ((res->options & RES_INIT) == 0 && res_ninit(res) == -1) {
lib/libc/net/gethostbydns.c
765
if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1)
lib/libc/net/gethostbyht.c
180
if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) {
lib/libc/net/gethostnamadr.c
490
if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) {
lib/libc/net/gethostnamadr.c
514
if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) {
lib/libc/net/gethostnamadr.c
609
if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) {
lib/libc/net/getnetbydns.c
284
if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) {
lib/libc/net/getnetbydns.c
391
if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) {
lib/libc/net/getnetbydns.c
450
if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1)
lib/libc/net/hesiod.c
354
if ((_res.options & RES_INIT) == 0 && res_init() == -1)
lib/libc/net/name6.c
273
if ((statp->options & RES_INIT) == 0) {
lib/libc/net/name6.c
368
if ((statp->options & RES_INIT) == 0) {
lib/libc/resolv/res_data.c
103
if (!(statp->options & RES_INIT))
lib/libc/resolv/res_data.c
122
if ((statp->options & RES_INIT) == 0U && res_init() == -1)
lib/libc/resolv/res_data.c
139
if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
lib/libc/resolv/res_data.c
151
if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
lib/libc/resolv/res_data.c
166
if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
lib/libc/resolv/res_data.c
193
if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
lib/libc/resolv/res_data.c
207
if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
lib/libc/resolv/res_data.c
224
if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
lib/libc/resolv/res_data.c
239
if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
lib/libc/resolv/res_data.c
255
if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
lib/libc/resolv/res_data.c
268
if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
lib/libc/resolv/res_debug.c
658
case RES_INIT: return "init";
lib/libc/resolv/res_init.c
542
statp->options |= RES_INIT;
lib/libc/resolv/res_init.c
751
statp->options &= ~RES_INIT;
lib/libc/resolv/res_state.c
73
if ((statp->options & RES_INIT) == 0) {
lib/libc/resolv/res_state.c
91
statp->options &= ~RES_INIT;
lib/libc/tests/nss/gethostby_test.c
954
if (statp == NULL || ((statp->options & RES_INIT) == 0 &&
tools/regression/gaithrstress/gaithrstress.c
105
if (_res.options & RES_INIT || res_init() == 0)
usr.bin/w/w.c
190
if (!(_res.options & RES_INIT))
usr.sbin/ypserv/yp_dnslookup.c
132
if (!(_res.options & RES_INIT) && res_init() == -1) {