Home
last modified time | relevance | path

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

/minix3/libexec/ld.elf_so/
H A Ddebug.h44 extern void debug_printf __P((const char *, ...))
48 # define dbg(a) debug_printf a
53 # define rdbg(a) debug_printf a
H A Ddebug.c52 debug_printf(const char *format, ...) in debug_printf() function