Searched defs:PRINTF_FORMAT (Results 1 – 11 of 11) 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/libusb/msvc/ |
D | config.h | 55 #define PRINTF_FORMAT(a, b) /**/ macro
|
/third_party/libusb/Xcode/ |
D | config.h | 34 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
|
/third_party/libusb/android/ |
D | config.h | 49 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
|
/third_party/libusb/windows/ |
D | config.h | 149 #define PRINTF_FORMAT(a, b) macro
|
/third_party/libusb/darwin/ |
D | config.h | 148 #define PRINTF_FORMAT(a, b) 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/libusb/linux/ |
D | config.h | 170 #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/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/openssl/test/ |
D | testutil.h | 158 #define PRINTF_FORMAT(a, b) macro 166 # define PRINTF_FORMAT(a, b) __attribute__ ((format(printf, a, b))) macro
|