gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:printf from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/net/getaddrinfo.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/net/getaddrinfo.c - 74.1KB - 2,420 lines
2108:                 if (res->options & RES_DEBUG)
2109:                         printf(";; res_nquery(%s, %d, %d)\n", name, class, type);
2110: #endif
2125: if (res->options & RES_DEBUG) 2126: printf(";; res_nquery: mkquery failed\n"); 2127: #endif
2138: if (res->options & RES_DEBUG) 2139: printf(";; res_query: send error\n"); 2140: #endif
2149: if (res->options & RES_DEBUG) 2150: printf(";; rcode = %u, ancount=%u\n", hp->rcode, 2151: ntohs(hp->ancount));
2354: if (res->options & RES_DEBUG) 2355: printf(";; res_querydomain(%s, %s)\n", 2356: name, domain?domain:"<Nil>");