gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:printf from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_query.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_query.c - 20.3KB - 567 lines
186:         if (statp->options & RES_DEBUG)
187:                 printf(";; res_query(%s, %d, %d)\n", name, class, type);
188: #endif
219: if (statp->options & RES_DEBUG) 220: printf(";; res_query: mkquery failed\n"); 221: #endif
237: if (statp->options & RES_DEBUG) 238: printf(";; res_nquery: retry without EDNS0\n"); 239: #endif
244: if (statp->options & RES_DEBUG) 245: printf(";; res_query: send error\n"); 246: #endif
260: if (statp->options & RES_DEBUG) 261: printf(";; rcode = (%s), counts = an:%d ns:%d ar:%d\n", 262: p_rcode(hp->rcode),
465: if (statp->options & RES_DEBUG) 466: printf(";; res_nquerydomain(%s, %s, %d, %d)\n", 467: name, domain?domain:"<Nil>", class, type);