Home
last modified time | relevance | path

Searched refs:dbg_printf (Results 1 – 1 of 1) sorted by relevance

/dragonfly/lib/libc/net/
H A Dgethostbydns.c88 static void dbg_printf(char *, int, res_state) __printflike(1, 0);
107 dbg_printf(char *msg, int num, res_state res) in dbg_printf() function
117 # define dbg_printf(msg, num, res) /*nada*/ macro
370 dbg_printf("size (%d) too big\n", n, statp); in gethostanswer()
376 dbg_printf("Too many addresses (%d)\n", in gethostanswer()
390 dbg_printf("Impossible condition (type=%d)\n", type, in gethostanswer()
518 dbg_printf("res_nsearch failed (%d)\n", n, statp); in _dns_gethostbyname()
523 dbg_printf("static buffer is too small (%d)\n", n, statp); in _dns_gethostbyname()
615 dbg_printf("res_nquery failed (%d)\n", n, statp); in _dns_gethostbyaddr()
621 dbg_printf("static buffer is too small (%d)\n", n, statp); in _dns_gethostbyaddr()