Home
last modified time | relevance | path

Searched defs:PRINTF_FORMAT (Results 1 – 5 of 5) sorted by relevance

/third_party/gn/src/base/
Dcompiler_specific.h35 #define PRINTF_FORMAT(format_param, dots_param) \ macro
38 #define PRINTF_FORMAT(format_param, dots_param) macro
/third_party/cef/include/base/
Dcef_compiler_specific.h188 #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/
Dcommon.h354 #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/
Dcommon.h351 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
354 #define PRINTF_FORMAT(a,b) macro
/third_party/openssl/test/
Dtestutil.h287 # define PRINTF_FORMAT(a, b) macro
297 # define PRINTF_FORMAT(a, b) __attribute__ ((format(printf, a, b))) macro