Home
last modified time | relevance | path

Searched defs:printf (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dmisc_protos.h182 #define printf(x, ...) _consume_printf_args( 0, ## __VA_ARGS__ ) macro
184 #define printf(x, ...) do {} while (0) macro
H A Dprintf.c897 printf(const char *fmt, ...) in printf() function
/xnu-11215/bsd/libkern/
H A Dlibkern.h193 #define printf(x, ...) _consume_printf_args( 0, ## __VA_ARGS__ ) macro
195 #define printf(x, ...) do {} while (0) macro