/netbsd-src/external/bsd/nsd/include/ |
H A D | config.h | 881 #define ATTR_FORMAT(archetype, string_index, first_to_check) \ argument 882 __attribute__ ((format (archetype, string_index, first_to_check))) 884 #define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */ argument
|
/netbsd-src/external/bsd/unbound/include/ |
H A D | config.h | 1209 # define ATTR_FORMAT(archetype, string_index, first_to_check) \ argument 1210 __attribute__ ((format (archetype, string_index, first_to_check))) 1212 # define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */ argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ |
H A D | gtest-port.h | 667 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 669 first_to_check))) 671 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 672 __attribute__((__format__(__printf__, string_index, first_to_check))) 675 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-impl.h | 70 #define _libctf_printflike_(string_index,first_to_check) \ argument 71 __attribute__ ((__format__ (__printf__, (string_index), (first_to_check)))) 79 #define _libctf_printflike_(string_index,first_to_check)
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-impl.h | 70 #define _libctf_printflike_(string_index,first_to_check) \ argument 71 __attribute__ ((__format__ (__printf__, (string_index), (first_to_check)))) 79 #define _libctf_printflike_(string_index,first_to_check)
|
/netbsd-src/external/bsd/nsd/dist/ |
H A D | config.h.in | 874 #define ATTR_FORMAT(archetype, string_index, first_to_check) \ argument 875 __attribute__ ((format (archetype, string_index, first_to_check))) 877 #define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */ argument
|
H A D | acx_nlnetlabs.m4 | 482 # define ATTR_FORMAT(archetype, string_index, first_to_check) \ 483 __attribute__ ((format (archetype, string_index, first_to_check))) 485 # define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */
|
H A D | configure.ac | 1254 #define ATTR_FORMAT(archetype, string_index, first_to_check) \ 1255 __attribute__ ((format (archetype, string_index, first_to_check))) 1257 #define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */
|
/netbsd-src/external/gpl3/binutils/dist/libsframe/ |
H A D | sframe.c | 42 #define _sf_printflike_(string_index,first_to_check) \ argument 43 __attribute__ ((__format__ (__printf__, (string_index), (first_to_check))))
|
/netbsd-src/external/bsd/unbound/dist/ |
H A D | config.h.in | 1192 # define ATTR_FORMAT(archetype, string_index, first_to_check) \ argument 1193 __attribute__ ((format (archetype, string_index, first_to_check))) 1195 # define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */ argument
|
H A D | acx_nlnetlabs.m4 | 482 # define ATTR_FORMAT(archetype, string_index, first_to_check) \ 483 __attribute__ ((format (archetype, string_index, first_to_check))) 485 # define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */
|