Searched defs:PRINTF_FORMAT (Results 1 – 5 of 5) sorted by relevance
/third_party/gn/src/base/ |
D | compiler_specific.h | 35 #define PRINTF_FORMAT(format_param, dots_param) \ macro 38 #define PRINTF_FORMAT(format_param, dots_param) macro
|
/third_party/cef/include/base/ |
D | cef_compiler_specific.h | 188 #define PRINTF_FORMAT(format_param, dots_param) \ macro 191 #define PRINTF_FORMAT(format_param, dots_param) macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | common.h | 354 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro 357 #define PRINTF_FORMAT(a,b) macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | common.h | 351 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro 354 #define PRINTF_FORMAT(a,b) macro
|
/third_party/openssl/test/ |
D | testutil.h | 287 # define PRINTF_FORMAT(a, b) macro 297 # define PRINTF_FORMAT(a, b) __attribute__ ((format(printf, a, b))) macro
|