Home
last modified time | relevance | path

Searched refs:__printflike (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-a-latest/include/lib/libc/
Dstdio.h20 int printf(const char *fmt, ...) __printflike(1, 2);
21 int snprintf(char *s, size_t n, const char *fmt, ...) __printflike(3, 4);
Dcdefs.h29 #define __printflike(fmtarg, firstvararg) \ macro
/trusted-firmware-a-latest/include/common/
Ddebug.h130 void tf_log(const char *fmt, ...) __printflike(1, 2);
/trusted-firmware-a-latest/include/lib/libc/sys/
Dcdefs.h505 #define __printflike(fmtarg, firstvararg) macro
511 #define __printflike(fmtarg, firstvararg) \ macro