Searched defs:PRINTFLIKE (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | macros.h | 128 #define PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a))) macro 130 #define PRINTFLIKE(f, a) macro
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | macros.h | 177 # 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
|
Completed in 3 milliseconds