HomeSort by: relevance | last modified time | path
    Searched refs:RES_DEBUG (Results 1 - 23 of 23) sorted by relevancy

  /src/lib/libresolv/
res_sendsigned.c 27 #include "res_debug.h"
103 nstatp->options &= ~RES_DEBUG;
119 Dprint((statp->options & RES_DEBUG) ||
124 DprintQ((statp->options & RES_DEBUG) ||
155 Dprint((statp->options & RES_DEBUG) ||
160 DprintQ((statp->options & RES_DEBUG) ||
res_update.c 92 if ((statp->options & RES_DEBUG) != 0U) res_dprintf x; \
res_findzonecut.c 97 if ((statp->options & RES_DEBUG) != 0U) res_dprintf x; \
  /src/external/bsd/libbind/dist/resolv/
res_sendsigned.c 26 #include "res_debug.h"
102 nstatp->options &= ~RES_DEBUG;
118 Dprint((statp->options & RES_DEBUG) ||
123 DprintQ((statp->options & RES_DEBUG) ||
154 Dprint((statp->options & RES_DEBUG) ||
159 DprintQ((statp->options & RES_DEBUG) ||
res_query.c 130 if (statp->options & RES_DEBUG)
149 if (statp->options & RES_DEBUG)
163 if (statp->options & RES_DEBUG)
169 if (statp->options & RES_DEBUG)
178 if (statp->options & RES_DEBUG)
372 if (statp->options & RES_DEBUG)
res_send.c 118 #include "res_debug.h"
314 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY),
449 Dprint(((statp->options & RES_DEBUG) &&
479 Dprint((statp->options & RES_DEBUG) ||
484 DprintQ((statp->options & RES_DEBUG) ||
723 Dprint(statp->options & RES_DEBUG,
734 Dprint(statp->options & RES_DEBUG,
776 DprintQ((statp->options & RES_DEBUG) ||
852 Dprint(statp->options & RES_DEBUG,
906 Dprint(statp->options & RES_DEBUG, (stdout, ";; timeout\n"))
    [all...]
res_mkquery.c 117 if (statp->options & RES_DEBUG)
222 if ((statp->options & RES_DEBUG) != 0U)
243 if (statp->options & RES_DEBUG)
277 if ((statp->options & RES_DEBUG) != 0U)
res_init.c 503 if (statp->options & RES_DEBUG) {
526 if (statp->options & RES_DEBUG)
542 if (statp->options & RES_DEBUG)
552 if (statp->options & RES_DEBUG)
578 if (statp->options & RES_DEBUG)
583 if (!(statp->options & RES_DEBUG)) {
586 statp->options |= RES_DEBUG;
res_update.c 89 if ((statp->options & RES_DEBUG) != 0U) res_dprintf x; \
res_findzonecut.c 95 if ((statp->options & RES_DEBUG) != 0U) res_dprintf x; \
res_debug.c 1 /* $NetBSD: res_debug.c,v 1.1.1.2 2012/09/09 16:08:10 christos Exp $ */
99 static const char sccsid[] = "@(#)res_debug.c 8.1 (Berkeley) 6/4/93";
100 static const char rcsid[] = "Id: res_debug.c,v 1.19 2009/02/26 11:20:20 tbox Exp ";
672 case RES_DEBUG: return "debug";
  /src/lib/libc/resolv/
res_query.c 161 if (statp->options & RES_DEBUG)
179 if (statp->options & RES_DEBUG)
193 if (statp->options & RES_DEBUG)
199 if (statp->options & RES_DEBUG)
208 if (statp->options & RES_DEBUG)
402 if (statp->options & RES_DEBUG)
res_send.c 162 #include "res_debug.h"
361 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY),
505 Dprint(((statp->options & RES_DEBUG) &&
539 Dprint((statp->options & RES_DEBUG) ||
544 DprintQ((statp->options & RES_DEBUG) ||
796 Dprint(statp->options & RES_DEBUG,
807 Dprint(statp->options & RES_DEBUG,
849 DprintQ((statp->options & RES_DEBUG) ||
948 Dprint(statp->options & RES_DEBUG,
1014 Dprint(statp->options & RES_DEBUG, (stdout, ";; timeout\n"))
    [all...]
res_mkquery.c 130 if (statp->options & RES_DEBUG)
237 if ((statp->options & RES_DEBUG) != 0U)
260 if (statp->options & RES_DEBUG)
295 if ((statp->options & RES_DEBUG) != 0U)
res_init.c 556 if (statp->options & RES_DEBUG) {
616 if (statp->options & RES_DEBUG)
632 if (statp->options & RES_DEBUG)
642 if (statp->options & RES_DEBUG)
668 if (statp->options & RES_DEBUG)
673 if (!(statp->options & RES_DEBUG)) {
676 statp->options |= RES_DEBUG;
res_debug.c 1 /* $NetBSD: res_debug.c,v 1.19 2026/01/19 15:23:10 joe Exp $ */
97 static const char sccsid[] = "@(#)res_debug.c 8.1 (Berkeley) 6/4/93";
98 static const char rcsid[] = "Id: res_debug.c,v 1.19 2009/02/26 11:20:20 tbox Exp";
100 __RCSID("$NetBSD: res_debug.c,v 1.19 2026/01/19 15:23:10 joe Exp $");
680 case RES_DEBUG: return "debug";
  /src/external/bsd/am-utils/dist/amd/
info_hesiod.c 115 _res.options |= RES_DEBUG;
  /src/lib/libc/net/
getnetnamadr.c 360 if (res->options & RES_DEBUG)
472 if (res->options & RES_DEBUG)
getaddrinfo.c 2586 if (statp->options & RES_DEBUG)
2606 if (statp->options & RES_DEBUG)
2619 if (statp->options & RES_DEBUG)
2626 if (statp->options & RES_DEBUG)
2637 if (statp->options & RES_DEBUG)
2833 if (res->options & RES_DEBUG)
gethnamaddr.c 185 if (res->options & RES_DEBUG) {
  /src/include/
resolv.h 230 * Resolver options (keep these in synch with res_debug.c, please)
233 #define RES_DEBUG 0x00000002 /*%< print debug messages */
  /src/external/bsd/libbind/dist/tests/
dig8.c 1075 res.options |= RES_DEBUG;
1077 res.options &= ~(RES_DEBUG | RES_DEBUG2);
1083 res.options |= (RES_DEBUG | RES_DEBUG2);
1319 if (res.options & RES_DEBUG)
  /src/external/bsd/libbind/dist/include/
resolv.h 236 * Resolver options (keep these in synch with res_debug.c, please)
239 #define RES_DEBUG 0x00000002 /*%< print debug messages */

Completed in 107 milliseconds