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

/freebsd-9.3-release/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.c498 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) {
522 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) {
617 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.c279 if (res_ninit(statp) < 0) {
373 if (res_ninit(statp) < 0) {
H A Dgethostbydns.c765 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1)
H A Dgetaddrinfo.c2252 if ((res->options & RES_INIT) == 0 && res_ninit(res) == -1) {
/freebsd-9.3-release/include/
H A Dresolv.h368 #define res_ninit __res_ninit macro
451 int res_ninit(res_state);
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dresolve.c513 if(res_ninit(&state))
/freebsd-9.3-release/lib/libc/resolv/
H A Dres_init.c149 res_ninit(res_state statp) { function
/freebsd-9.3-release/tools/regression/lib/libc/nss/
H A Dtest-gethostby.c990 res_ninit(statp) == -1)) {

Completed in 562 milliseconds