Home
last modified time | relevance | path

Searched refs:ATTR_FORMAT (Results 1 – 14 of 14) sorted by relevance

/freebsd-head/contrib/unbound/util/
HDlog.h75 const char* format, ...) ATTR_FORMAT(printf, 2, 3);
155 void log_info(const char* format, ...) ATTR_FORMAT(printf, 1, 2);
162 void log_err(const char* format, ...) ATTR_FORMAT(printf, 1, 2);
169 void log_warn(const char* format, ...) ATTR_FORMAT(printf, 1, 2);
185 void log_query(const char* format, ...) ATTR_FORMAT(printf, 1, 2);
192 void log_reply(const char* format, ...) ATTR_FORMAT(printf, 1, 2);
208 void fatal_exit(const char* format, ...) ATTR_FORMAT(printf, 1, 2) ATTR_NORETURN;
HDconfig_file.h1396 void ub_c_error_msg(const char* fmt, ...) ATTR_FORMAT(printf, 1, 2);
/freebsd-head/contrib/ldns/ldns/
HDcommon.h63 #define ATTR_FORMAT(archetype, string_index, first_to_check) \ macro
66 #define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */ macro
HDcommon.h.in63 #define ATTR_FORMAT(archetype, string_index, first_to_check) \ macro
66 #define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */ macro
/freebsd-head/contrib/unbound/daemon/
HDremote.h326 ATTR_FORMAT(printf, 2, 3);
HDremote.c4155 const char* format, ...) ATTR_FORMAT(printf, 2, 3);
/freebsd-head/lib/libunbound/
HDconfig.h1284 # define ATTR_FORMAT(archetype, string_index, first_to_check) \ macro
1287 # define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */ macro
/freebsd-head/contrib/unbound/sldns/
HDwire2str.h110 ATTR_FORMAT(printf, 3, 4);
HDsbuffer.h729 ATTR_FORMAT(printf, 2, 3);
/freebsd-head/contrib/ldns/
HDacx_nlnetlabs.m4471 dnl Setup ATTR_FORMAT config.h parts.
476 # define ATTR_FORMAT(archetype, string_index, first_to_check) \
479 # define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */
/freebsd-head/contrib/unbound/
HDacx_nlnetlabs.m4480 dnl Setup ATTR_FORMAT config.h parts.
485 # define ATTR_FORMAT(archetype, string_index, first_to_check) \
488 # define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */
HDconfig.h.in1356 # define ATTR_FORMAT(archetype, string_index, first_to_check) \ macro
1359 # define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */ macro
/freebsd-head/contrib/unbound/validator/
HDautotrust.c131 const char* format, ...) ATTR_FORMAT(printf, 3, 4);
/freebsd-head/contrib/unbound/services/
HDauthzone.c7782 const char* format, ...) ATTR_FORMAT(printf, 3, 4);