Searched refs:PRINTF_FORMAT (Results 1 - 15 of 15) sorted by relevance

/external/chromium/base/
H A Dstringprintf.h18 BASE_API std::string StringPrintf(const char* format, ...) PRINTF_FORMAT(1, 2);
24 PRINTF_FORMAT(1, 0);
29 PRINTF_FORMAT(2, 3);
36 PRINTF_FORMAT(2, 3);
45 PRINTF_FORMAT(2, 0);
H A Dcompiler_specific.h110 #define PRINTF_FORMAT(format_param, dots_param) \ macro
113 #define PRINTF_FORMAT(format_param, dots_param) macro
H A Dstring_util.h54 PRINTF_FORMAT(3, 0);
67 // function just so the PRINTF_FORMAT works.
69 PRINTF_FORMAT(3, 4);
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dwpa_debug.h87 PRINTF_FORMAT(2, 3);
185 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4);
200 PRINTF_FORMAT(3, 4);
218 const char *fmt, ...) PRINTF_FORMAT(5, 6);
H A Dwpabuf.h41 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
H A Dcommon.h320 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
323 #define PRINTF_FORMAT(a,b) macro
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpa_debug.h67 PRINTF_FORMAT(2, 3);
175 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4);
190 PRINTF_FORMAT(3, 4);
211 const char *fmt, ...) PRINTF_FORMAT(5, 6);
H A Dwpabuf.h38 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
H A Dcommon.h319 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
322 #define PRINTF_FORMAT(a,b) macro
/external/wpa_supplicant_8/src/utils/
H A Dwpa_debug.h67 PRINTF_FORMAT(2, 3);
175 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4);
190 PRINTF_FORMAT(3, 4);
211 const char *fmt, ...) PRINTF_FORMAT(5, 6);
H A Dwpabuf.h38 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
H A Dcommon.h319 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
322 #define PRINTF_FORMAT(a,b) macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpa_debug.h67 PRINTF_FORMAT(2, 3);
175 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4);
190 PRINTF_FORMAT(3, 4);
211 const char *fmt, ...) PRINTF_FORMAT(5, 6);
H A Dwpabuf.h38 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
H A Dcommon.h319 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
322 #define PRINTF_FORMAT(a,b) macro

Completed in 111 milliseconds