Searched refs:debugprintf (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/lib/libc/net/ |
H A D | gethnamaddr.c | 152 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/ |
H A D | output.h | 88 void debugprintf(const char *, ...) __printflike(1, 2);
|