Searched refs:Dprint (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_sendsigned.c | 116 Dprint((statp->options & RES_DEBUG) || in res_nsendsigned() 127 Dprint(statp->pfcode & RES_PRF_REPLY, in res_nsendsigned() 131 Dprint(statp->pfcode & RES_PRF_REPLY, in res_nsendsigned() 152 Dprint((statp->options & RES_DEBUG) || in res_nsendsigned() 162 Dprint(statp->pfcode & RES_PRF_REPLY, (stdout, ";; TSIG ok\n")); in res_nsendsigned()
|
H A D | res_debug.h | 22 # define Dprint(cond, args) /*empty*/ macro 27 # define Dprint(cond, args) if (cond) {fprintf args;} else {} macro
|
H A D | res_send.c | 459 Dprint(((statp->options & RES_DEBUG) && in res_nsend() 489 Dprint((statp->options & RES_DEBUG) || in res_nsend() 733 Dprint(statp->options & RES_DEBUG, in send_vc() 744 Dprint(statp->options & RES_DEBUG, in send_vc() 862 Dprint(statp->options & RES_DEBUG, in send_dg() 916 Dprint(statp->options & RES_DEBUG, (stdout, ";; timeout\n")); in send_dg() 945 Dprint(statp->options & RES_DEBUG, in send_dg() 1023 Dprint(statp->options & RES_DEBUG, in send_dg()
|