Searched refs:Dprint (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/libresolv-57/
H A Dres_debug.h22 # define Dprint(cond, args) /*empty*/ macro
27 # define Dprint(cond, args) if (cond) {fprintf args;} else {} macro
H A Dres_sendsigned.c118 Dprint(nstatp->pfcode & RES_PRF_REPLY,
129 Dprint(nstatp->pfcode & RES_PRF_REPLY, (stdout, ";; TSIG ok\n"));
H A Dres_send.c700 Dprint(statp->options & RES_DEBUG, (stdout, ";; cancelled\n"));
707 Dprint(((statp->options & RES_DEBUG) && getnameinfo(nsap, nsaplen, abuf, sizeof(abuf), NULL, 0, niflags) == 0), (stdout, ";; Querying server (# %d) address = %s\n", ns + 1, abuf));
735 Dprint((statp->options & RES_DEBUG) || ((statp->pfcode & RES_PRF_REPLY) && (statp->pfcode & RES_PRF_HEAD1)), (stdout, ";; got answer:\n"));
897 Dprint(statp->options & RES_DEBUG, (stdout, ";; cancelled\n"));
978 Dprint(statp->options & RES_DEBUG, (stdout, ";; cancelled\n"));
1021 Dprint(statp->options & RES_DEBUG, (stdout, ";; response truncated\n"));
1035 Dprint(statp->options & RES_DEBUG, (stdout, ";; undersized: %d\n", len));
1216 Dprint(statp->options & RES_DEBUG, (stdout, ";; new DG socket\n"))
1347 Dprint(statp->options & RES_DEBUG, (stdout, ";; cancelled\n"));
1375 Dprint(stat
[all...]

Completed in 76 milliseconds