Searched refs:first_to_check (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/ldns/ldns/ |
| H A D | common.h | 63 #define ATTR_FORMAT(archetype, string_index, first_to_check) \ argument 64 __attribute__ ((format (archetype, string_index, first_to_check))) 66 #define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */ argument
|
| H A D | common.h.in | 63 #define ATTR_FORMAT(archetype, string_index, first_to_check) \ argument 64 __attribute__ ((format (archetype, string_index, first_to_check))) 66 #define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */ argument
|
| /freebsd/lib/libunbound/ |
| H A D | config.h | 1367 # define ATTR_FORMAT(archetype, string_index, first_to_check) \ argument 1368 __attribute__ ((format (archetype, string_index, first_to_check))) 1370 # define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */ argument
|
| /freebsd/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-port.h | 778 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 779 __attribute__((format(__MINGW_PRINTF_FORMAT, string_index, first_to_check))) 781 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 782 __attribute__((format(printf, string_index, first_to_check))) 784 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
|
| /freebsd/contrib/ldns/ |
| H A D | acx_nlnetlabs.m4 | 476 # define ATTR_FORMAT(archetype, string_index, first_to_check) \ 477 __attribute__ ((format (archetype, string_index, first_to_check))) 479 # define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */
|
| /freebsd/contrib/unbound/ |
| H A D | config.h.in | 1376 # define ATTR_FORMAT(archetype, string_index, first_to_check) \ argument 1377 __attribute__ ((format (archetype, string_index, first_to_check))) 1379 # define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */ argument
|
| H A D | acx_nlnetlabs.m4 | 485 # define ATTR_FORMAT(archetype, string_index, first_to_check) \ 486 __attribute__ ((format (archetype, string_index, first_to_check))) 488 # define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */
|