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

/xnu-2782.1.97/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.c180 #undef printf macro
766 printf(const char *fmt, ...) function
[all...]
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dtests.h146 #define printf my_printf macro
155 #undef printf macro
H A Dmain.c626 #undef printf macro
[all...]
H A Dmisc.c396 #undef printf macro
[all...]
/xnu-2782.1.97/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 29 milliseconds