Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/net/
Dgethnamaddr.c152 static void debugprintf(const char *, res_state, ...)
181 debugprintf(const char *msg, res_state res, ...) in debugprintf() function
197 # define debugprintf(msg, res, num) /*nada*/ macro
445 debugprintf("size (%d) too big\n", res, n); in getanswer()
451 debugprintf("Too many addresses (%d)\n", in getanswer()
975 debugprintf("res_nsearch failed (%d)\n", res, n); in _dns_gethtbyname()
1054 debugprintf("res_nquery failed (%d)\n", res, n); in _dns_gethtbyaddr()
/netbsd/src/bin/sh/
Doutput.h88 void debugprintf(const char *, ...) __printflike(1, 2);
Doutput.c354 debugprintf(const char *fmt, ...) in debugprintf() function