HomeSort by relevance Sort by last modified time
    Searched refs:PRINTF_FORMAT (Results 1 - 11 of 11) sorted by null

  /external/chromium/base/
stringprintf.h 18 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);
compiler_specific.h 110 #define PRINTF_FORMAT(format_param, dots_param) \
113 #define PRINTF_FORMAT(format_param, dots_param)
string_util.h 54 PRINTF_FORMAT(3, 0);
67 // function just so the PRINTF_FORMAT works.
69 PRINTF_FORMAT(3, 4);
  /external/wpa_supplicant/
hostapd.h 12 char *fmt, ...) PRINTF_FORMAT(5, 6);
common.h 246 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b))))
249 #define PRINTF_FORMAT(a,b)
317 PRINTF_FORMAT(2, 3);
402 void wpa_msg(void *ctx, int level, char *fmt, ...) PRINTF_FORMAT(3, 4);
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpa_debug.h 87 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);
wpabuf.h 41 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
common.h 320 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b))))
323 #define PRINTF_FORMAT(a,b)
  /external/wpa_supplicant_8/src/utils/
wpa_debug.h 47 PRINTF_FORMAT(2, 3);
99 PRINTF_FORMAT(2, 3);
209 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4);
224 PRINTF_FORMAT(3, 4);
245 const char *fmt, ...) PRINTF_FORMAT(5, 6);
wpabuf.h 41 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
common.h 341 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b))))
344 #define PRINTF_FORMAT(a,b)

Completed in 247 milliseconds