Searched defs:printf (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/osfmk/kern/
H A Dmisc_protos.h131 #define printf(x, ...) _consume_printf_args( 0, ## __VA_ARGS__ ) macro
133 #define printf(x, ...) do {} while (0) macro
H A Dprintf.c182 #undef printf macro
768 printf(const char *fmt, ...) function
[all...]
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dtests.h138 #define printf my_printf macro
147 #undef printf macro
H A Dmain.c631 #undef printf macro
[all...]
H A Dmisc.c392 #undef printf macro
[all...]
/xnu-2422.115.4/bsd/libkern/
H A Dlibkern.h165 #define printf(x, ...) _consume_printf_args( 0, ## __VA_ARGS__ ) macro
167 #define printf(x, ...) do {} while (0) macro

Completed in 31 milliseconds