Searched refs:RES_INIT (Results 1 - 22 of 22) sorted by relevance

/freebsd-10-stable/lib/libc/resolv/
H A Dres_data.c102 * "broken". They could fool us by setting RES_INIT but none do (yet).
108 if (!(statp->options & RES_INIT))
127 if ((statp->options & RES_INIT) == 0U && res_init() == -1)
144 if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
156 if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
171 if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
198 if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
212 if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
229 if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
244 if ((statp->options & RES_INIT)
[all...]
H A Dres_state.c73 if ((statp->options & RES_INIT) == 0) {
91 statp->options &= ~RES_INIT;
H A Dres_init.c592 statp->options |= RES_INIT;
834 statp->options &= ~RES_INIT;
H A Dres_debug.c667 case RES_INIT: return "init";
/freebsd-10-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.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 Dhesiod.c379 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
H A Dname6.c275 if ((statp->options & RES_INIT) == 0) {
369 if ((statp->options & RES_INIT) == 0) {
H A Dgethostbydns.c765 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1)
H A Dgetaddrinfo.c2335 if ((res->options & RES_INIT) == 0 && res_ninit(res) == -1) {
/freebsd-10-stable/contrib/sendmail/contrib/
H A Dbitdomain.c222 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
/freebsd-10-stable/tools/regression/gaithrstress/
H A Dgaithrstress.c107 if (_res.options & RES_INIT || res_init() == 0)
/freebsd-10-stable/include/
H A Dresolv.h227 #define RES_INIT 0x00000001 /*%< address initialized */ macro
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c219 if ((_resp->options & RES_INIT) == 0 && res_init() == -1) {
/freebsd-10-stable/usr.bin/w/
H A Dw.c188 if (!(_res.options & RES_INIT))
/freebsd-10-stable/usr.sbin/ypserv/
H A Dyp_dnslookup.c132 if (!(_res.options & RES_INIT) && res_init() == -1) {
/freebsd-10-stable/contrib/sendmail/src/
H A Ddomain.c796 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
H A Dmain.c695 if (!bitset(RES_INIT, _res.options))
/freebsd-10-stable/tools/regression/lib/libc/nss/
H A Dtest-gethostby.c989 if ((statp == NULL) || ((statp->options & RES_INIT) == 0 &&
/freebsd-10-stable/lib/libc/tests/nss/
H A Dgethostby_test.c957 if (statp == NULL || ((statp->options & RES_INIT) == 0 &&
/freebsd-10-stable/crypto/openssh/
H A Dsshd.c2206 if ((_res.options & RES_INIT) == 0) {

Completed in 188 milliseconds