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

  /external/wpa_supplicant/
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/
common.h 320 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b))))
323 #define PRINTF_FORMAT(a,b)

Completed in 211 milliseconds