Searched defs:ATTR_FORMAT (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/gdbserver/
H A Dserver.h53 #define ATTR_FORMAT(type, x, y) __attribute__ ((format(type, x, y))) macro
55 #define ATTR_FORMAT(type, x, y) /* nothing */ macro
/freebsd-10-stable/contrib/ldns/ldns/
H A Dcommon.h58 #define ATTR_FORMAT(archetype, string_index, first_to_check) \ macro
61 #define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */ macro
/freebsd-10-stable/contrib/gdb/gdb/
H A Ddefs.h305 #define ATTR_FORMAT(type, x, y) __attribute__ ((format(type, x, y))) macro
307 #define ATTR_FORMAT(type, x, y) /* nothing */ macro
[all...]
/freebsd-10-stable/contrib/unbound/
H A Dconfig.h840 # define ATTR_FORMAT(archetype, string_index, first_to_check) \ macro
843 # define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */ macro

Completed in 121 milliseconds