HomeSort by: relevance | last modified time | path
    Searched refs:PRINTF_FORMAT (Results 1 - 19 of 19) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/test/testutil/
output.h 23 int test_vprintf_stdout(const char *fmt, va_list ap) PRINTF_FORMAT(1, 0);
24 int test_vprintf_stderr(const char *fmt, va_list ap) PRINTF_FORMAT(1, 0);
30 int test_printf_stdout(const char *fmt, ...) PRINTF_FORMAT(1, 2);
31 int test_printf_stderr(const char *fmt, ...) PRINTF_FORMAT(1, 2);
tests.c 73 PRINTF_FORMAT(8, 9);
75 PRINTF_FORMAT(8, 0)
driver.c 154 PRINTF_FORMAT(2, 3) static void test_verdict(int pass, const char *extra, ...)
  /src/external/bsd/wpa/dist/src/utils/
wpa_debug.h 75 PRINTF_FORMAT(2, 3);
187 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4);
202 PRINTF_FORMAT(3, 4);
218 PRINTF_FORMAT(3, 4);
233 PRINTF_FORMAT(3, 4);
247 PRINTF_FORMAT(3, 4);
261 PRINTF_FORMAT(3, 4);
289 const char *fmt, ...) PRINTF_FORMAT(5, 6);
wpabuf.h 39 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
common.h 369 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b))))
372 #define PRINTF_FORMAT(a,b)
510 PRINTF_FORMAT(3, 4);
  /src/crypto/external/bsd/openssl.old/dist/test/
testutil.h 158 #define PRINTF_FORMAT(a, b)
165 # undef PRINTF_FORMAT
166 # define PRINTF_FORMAT(a, b) __attribute__ ((format(printf, a, b)))
272 PRINTF_FORMAT(3, 4);
273 void test_error_c90(const char *desc, ...) PRINTF_FORMAT(1, 2);
275 PRINTF_FORMAT(3, 4);
276 void test_info_c90(const char *desc, ...) PRINTF_FORMAT(1, 2);
277 void test_note(const char *desc, ...) PRINTF_FORMAT(1, 2);
  /src/external/bsd/wpa/dist/src/tls/
tlsv1_server_i.h 75 PRINTF_FORMAT(2, 3);
  /src/crypto/external/apache2/openssl/dist/test/
testutil.h 288 #define PRINTF_FORMAT(a, b)
297 #undef PRINTF_FORMAT
298 #define PRINTF_FORMAT(a, b) __attribute__((format(printf, a, b)))
408 PRINTF_FORMAT(3, 4);
409 void test_error_c90(const char *desc, ...) PRINTF_FORMAT(1, 2);
411 PRINTF_FORMAT(3, 4);
412 void test_info_c90(const char *desc, ...) PRINTF_FORMAT(1, 2);
413 void test_note(const char *desc, ...) PRINTF_FORMAT(1, 2);
415 PRINTF_FORMAT(3, 4);
416 int test_skip_c90(const char *desc, ...) PRINTF_FORMAT(1, 2)
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
testutil.h 289 # define PRINTF_FORMAT(a, b)
298 # undef PRINTF_FORMAT
299 # define PRINTF_FORMAT(a, b) __attribute__ ((format(printf, a, b)))
407 PRINTF_FORMAT(3, 4);
408 void test_error_c90(const char *desc, ...) PRINTF_FORMAT(1, 2);
410 PRINTF_FORMAT(3, 4);
411 void test_info_c90(const char *desc, ...) PRINTF_FORMAT(1, 2);
412 void test_note(const char *desc, ...) PRINTF_FORMAT(1, 2);
414 PRINTF_FORMAT(3, 4);
415 int test_skip_c90(const char *desc, ...) PRINTF_FORMAT(1, 2)
    [all...]
  /src/external/bsd/wpa/dist/src/eap_server/
eap_i.h 207 PRINTF_FORMAT(2, 3);
  /src/crypto/external/apache2/openssl/dist/test/testutil/
tests.c 72 PRINTF_FORMAT(8, 9);
74 PRINTF_FORMAT(8, 0)
driver.c 257 PRINTF_FORMAT(2, 3)
  /src/crypto/external/bsd/openssl/dist/test/testutil/
tests.c 73 PRINTF_FORMAT(8, 9);
75 PRINTF_FORMAT(8, 0)
driver.c 260 PRINTF_FORMAT(2, 3) static void test_verdict(int verdict,
  /src/external/bsd/wpa/dist/src/ap/
wpa_auth_i.h 311 PRINTF_FORMAT(4, 5);
  /src/external/bsd/wpa/dist/src/p2p/
p2p_i.h 906 PRINTF_FORMAT(2, 3);
908 PRINTF_FORMAT(2, 3);
910 PRINTF_FORMAT(2, 3);
  /src/external/bsd/wpa/dist/src/eapol_auth/
eapol_auth_sm.c 59 PRINTF_FORMAT(4, 5)
  /src/external/bsd/wpa/dist/src/radius/
radius_server.c 285 PRINTF_FORMAT(2, 3);

Completed in 45 milliseconds