Home
last modified time | relevance | path

Searched defs:__printf (Results 1 – 2 of 2) sorted by relevance

/src/sys/compat/linuxkpi/common/include/linux/ !
H A Dcompiler_attributes.h28 #define __printf(a,b) __printflike(a,b) macro
/src/stand/powerpc/boot1.chrp/ !
H A Dboot1.c709 __printf(const char *fmt, putc_func_t *putc, void *arg, va_list ap) in __printf() function