HomeSort by relevance Sort by last modified time
    Searched refs:PRINTF_FORMAT (Results 1 - 6 of 6) 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_8/src/utils/
wpa_debug.h 67 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);
wpabuf.h 38 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
common.h 355 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b))))
358 #define PRINTF_FORMAT(a,b)

Completed in 85 milliseconds