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

/freebsd-10.0-release/lib/libc/resolv/
H A Dres_data.c101 * "broken". They could fool us by setting RES_INIT but none do (yet).
107 if (!(_res.options & RES_INIT))
132 if ((_res.options & RES_INIT) == 0U && res_init() == -1)
148 if ((_res.options & RES_INIT) == 0U && res_init() == -1) {
159 if ((_res.options & RES_INIT) == 0U && res_init() == -1) {
173 if ((_res.options & RES_INIT) == 0U && res_init() == -1) {
199 if ((_res.options & RES_INIT) == 0U && res_init() == -1) {
212 if ((_res.options & RES_INIT) == 0U && res_init() == -1) {
228 if ((_res.options & RES_INIT) == 0U && res_init() == -1) {
242 if ((_res.options & RES_INIT)
[all...]
H A Dres_init.c559 statp->options |= RES_INIT;
755 statp->options &= ~RES_INIT;
H A Dres_debug.c648 case RES_INIT: return "init";
/freebsd-10.0-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 Dhesiod.c379 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
H A Dname6.c274 if ((statp->options & RES_INIT) == 0) {
368 if ((statp->options & RES_INIT) == 0) {
H A Dgethostbydns.c765 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1)
H A Dgetaddrinfo.c2202 if ((res->options & RES_INIT) == 0 && res_ninit(res) == -1) {
/freebsd-10.0-release/contrib/sendmail/contrib/
H A Dbitdomain.c222 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
/freebsd-10.0-release/tools/regression/gaithrstress/
H A Dgaithrstress.c107 if (_res.options & RES_INIT || res_init() == 0)
/freebsd-10.0-release/include/
H A Dresolv.h226 #define RES_INIT 0x00000001 /*%< address initialized */ macro
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c219 if ((_resp->options & RES_INIT) == 0 && res_init() == -1) {
/freebsd-10.0-release/usr.bin/w/
H A Dw.c191 if (!(_res.options & RES_INIT))
/freebsd-10.0-release/usr.sbin/ypserv/
H A Dyp_dnslookup.c132 if (!(_res.options & RES_INIT) && res_init() == -1) {
/freebsd-10.0-release/contrib/sendmail/src/
H A Ddomain.c796 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
H A Dmain.c684 if (!bitset(RES_INIT, _res.options))
/freebsd-10.0-release/contrib/ntp/arlib/
H A Darlib.c69 if (op & ARES_CALLINIT && !(_res.options & RES_INIT))
/freebsd-10.0-release/tools/regression/lib/libc/nss/
H A Dtest-gethostby.c989 if ((statp == NULL) || ((statp->options & RES_INIT) == 0 &&
/freebsd-10.0-release/crypto/openssh/
H A Dsshd.c2023 if ((_res.options & RES_INIT) == 0) {

Completed in 160 milliseconds