Searched defs:ATTR_FORMAT (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/gdb/gdbserver/ |
H A D | server.h | 53 #define ATTR_FORMAT(type, x, y) __attribute__ ((format(type, x, y))) macro 55 #define ATTR_FORMAT(type, x, y) /* nothing */ macro
|
/openbsd-src/usr.sbin/nsd/ |
H A D | config.h.in | 960 #define ATTR_FORMAT(archetype, string_index, first_to_check) \ macro 963 #define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */ macro
|
/openbsd-src/usr.sbin/unbound/ |
H A D | config.h.in | 1251 # define ATTR_FORMAT( global() macro 1254 # define ATTR_FORMAT( global() macro
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | defs.h | 296 #define ATTR_FORMAT(type, x, y) __attribute__ ((format(type, x, y))) macro 298 #define ATTR_FORMAT(type, x, y) /* nothing */ macro
|
/openbsd-src/sbin/unwind/libunbound/ |
H A D | config.h | 1252 # define ATTR_FORMAT( global() macro 1255 # define ATTR_FORMAT( global() macro
|