/external/toybox/lib/ |
lib.h | 94 char *xmprintf(char *format, ...) printf_format; 95 void xprintf(char *format, ...) printf_format; 141 void error_msg(char *msg, ...) printf_format; 142 void perror_msg(char *msg, ...) printf_format; 143 void error_exit(char *msg, ...) printf_format noreturn; 144 void perror_exit(char *msg, ...) printf_format noreturn;
|
portability.h | 15 #define printf_format __attribute__((format(printf, 1, 2))) macro 17 #define printf_format macro 21 #define printf_format macro
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
ifaceeventhandler.h | 35 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) 38 #define PRINTF_FORMAT(a,b)
|
llstatscommand.h | 44 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) 47 #define PRINTF_FORMAT(a,b)
|
wificonfigcommand.h | 35 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) 38 #define PRINTF_FORMAT(a,b)
|
gscancommand.h | 23 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) 26 #define PRINTF_FORMAT(a,b)
|
tdlsCommand.h | 56 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) 59 #define PRINTF_FORMAT(a,b)
|
nan.cpp | 28 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) 31 #define PRINTF_FORMAT(a,b)
|
/external/wpa_supplicant_8/src/tls/ |
tlsv1_server_i.h | 70 PRINTF_FORMAT(2, 3);
|
/external/wpa_supplicant_8/src/utils/ |
wpa_debug.h | 73 PRINTF_FORMAT(2, 3); 184 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4); 199 PRINTF_FORMAT(3, 4); 215 PRINTF_FORMAT(3, 4); 230 PRINTF_FORMAT(3, 4); 244 PRINTF_FORMAT(3, 4); 271 const char *fmt, ...) PRINTF_FORMAT(5, 6);
|
wpabuf.h | 39 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
|
common.h | 360 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) 363 #define PRINTF_FORMAT(a,b)
|
/external/vixl/tools/ |
lint.py | 48 build/printf_format 70 runtime/printf_format
|
/system/extras/perfprofd/quipper/base/ |
compiler_specific.h | 165 #define PRINTF_FORMAT(format_param, dots_param) \ 168 #define PRINTF_FORMAT(format_param, dots_param)
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_i.h | 222 PRINTF_FORMAT(2, 3);
|
/external/v8/tools/ |
presubmit.py | 59 build/printf_format 82 runtime/printf_format
|
/external/wpa_supplicant_8/src/p2p/ |
p2p_i.h | 865 PRINTF_FORMAT(2, 3); 867 PRINTF_FORMAT(2, 3); 869 PRINTF_FORMAT(2, 3);
|
/art/tools/ |
cpplint.py | 127 --filter=whitespace,runtime/printf,+runtime/printf_format 174 'build/printf_format', 201 'runtime/printf_format', [all...] |
/external/compiler-rt/lib/sanitizer_common/scripts/ |
cpplint.py | 127 --filter=whitespace,runtime/printf,+runtime/printf_format 174 'build/printf_format', 201 'runtime/printf_format', [all...] |
/external/libvpx/libvpx/tools/ |
cpplint.py | 95 --filter=whitespace,runtime/printf,+runtime/printf_format 154 'build/printf_format', 182 'runtime/printf_format', [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
cpplint.py | 95 --filter=whitespace,runtime/printf,+runtime/printf_format 154 'build/printf_format', 182 'runtime/printf_format', [all...] |
/external/wpa_supplicant_8/src/radius/ |
radius_server.c | 361 PRINTF_FORMAT(2, 3); [all...] |