Home
last modified time | relevance | path

Searched refs:__PRINTFLIKE (Results 1 – 7 of 7) sorted by relevance

/lk-master/lib/libc/include/
A Dstdio.h52 int printf(const char *fmt, ...) __PRINTFLIKE(1, 2);
55 static inline int __PRINTFLIKE(1, 2) printf(const char *fmt, ...) { return 0; } in printf()
59 int fprintf(FILE *fp, const char *fmt, ...) __PRINTFLIKE(2, 3);
63 int sprintf(char *str, const char *fmt, ...) __PRINTFLIKE(2, 3);
64 int snprintf(char *str, size_t len, const char *fmt, ...) __PRINTFLIKE(3, 4);
A Dassert.h91 ...) __PRINTFLIKE(4, 5) __NO_RETURN __NO_INLINE;
/lk-master/lib/klog/include/lib/
A Dklog.h50 void klog_printf(const char *fmt, ...) __PRINTFLIKE(1, 2);
/lk-master/top/include/lk/
A Ddebug.h54 void panic(const char *fmt, ...) __PRINTFLIKE(1, 2) __NO_RETURN;
A Dcompiler.h23 #define __PRINTFLIKE(__fmt,__varargs) __attribute__((__format__ (__printf__, __fmt, __varargs))) macro
168 #define __PRINTFLIKE(__fmt,__varargs) macro
/lk-master/platform/pc/include/platform/
A Dconsole.h42 int printf_xy(int x, int y, char attr, char *fmt, ...) __PRINTFLIKE(4, 5);
/lk-master/lib/unittest/include/lib/
A Dunittest.h68 void unittest_printf (const char *format, ...) __PRINTFLIKE(1, 2);

Completed in 6 milliseconds