Home
last modified time | relevance | path

Searched defs:PRINTFLIKE (Results 1 – 3 of 3) sorted by relevance

/external/tcpdump/
Dfuncattrs.h103 #define PRINTFLIKE(x,y) __attribute__((__format__(__printf__,x,y))) macro
105 #define PRINTFLIKE(x,y) macro
/external/igt-gpu-tools/assembler/
Dbrw_compat.h55 #define PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a))) macro
/external/mesa3d/src/util/
Dmacros.h129 #define PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a))) macro
131 #define PRINTFLIKE(f, a) macro