Searched refs:res_ninit (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/lib/libc/net/
H A Dgetnetbydns.c288 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) {
392 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) {
451 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1)
H A Dgethostnamadr.c491 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) {
515 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) {
610 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) {
H A Dgethostbyht.c184 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) {
H A Dname6.c275 if (res_ninit(statp) < 0) {
370 if (res_ninit(statp) < 0) {
H A Dgethostbydns.c761 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1)
H A Dgetaddrinfo.c2332 if ((res->options & RES_INIT) == 0 && res_ninit(res) == -1) {
/freebsd-11-stable/include/
H A Dresolv.h369 #define res_ninit __res_ninit macro
456 int res_ninit(res_state);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dresolve.c540 if(res_ninit(handle))
/freebsd-11-stable/lib/libc/resolv/
H A Dres_init.c164 res_ninit(res_state statp) { function
/freebsd-11-stable/lib/libc/tests/nss/
H A Dgethostby_test.c958 res_ninit(statp) == -1)) {

Completed in 183 milliseconds