Home
last modified time | relevance | path

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

/external/tcpdump/
Dfuncattrs.h119 #define PRINTFLIKE(x,y) __attribute__((__format__(__printf__,x,y))) macro
144 #define PRINTFLIKE(x,y) macro
/external/igt-gpu-tools/assembler/
Dbrw_compat.h55 #define PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a))) macro
/external/virglrenderer/src/mesa/util/
Dmacros.h177 # define PRINTFLIKE(f, a) __attribute__ ((format(__MINGW_PRINTF_FORMAT, f, a))) macro
179 # define PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a))) macro
182 #define PRINTFLIKE(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