Home
last modified time | relevance | path

Searched refs:first_to_check (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ldns/ldns/
H A Dcommon.h63 #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 Dcommon.h.in63 #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 Dconfig.h1367 # 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 Dgtest-port.h778 #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 Dacx_nlnetlabs.m4476 # 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 Dconfig.h.in1376 # 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 Dacx_nlnetlabs.m4485 # 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 */