OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRINTF_FORMAT
(Results
1 - 4
of
4
) sorted by relevancy
/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/utils/
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/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
...]
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026