Home
last modified time | relevance | path

Searched defs:ATTR_UNUSED (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ldns/ldns/
H A Dcommon.h70 #define ATTR_UNUSED(x) macro
72 #define ATTR_UNUSED(x) x __attribute__((unused)) macro
74 #define ATTR_UNUSED(x) x macro
H A Dcommon.h.in70 #define ATTR_UNUSED(x) macro
72 #define ATTR_UNUSED(x) x __attribute__((unused)) macro
74 #define ATTR_UNUSED(x) x macro
/freebsd/contrib/unbound/
H A Dconfig.h.in1358 # define ATTR_UNUSED(x) x macro
1360 # define ATTR_UNUSED(x) macro
1362 # define ATTR_UNUSED(x) x __attribute__((unused)) macro
1364 # define ATTR_UNUSED(x) x macro
/freebsd/lib/libunbound/
H A Dconfig.h1292 # define ATTR_UNUSED(x) x macro
1294 # define ATTR_UNUSED(x) macro
1296 # define ATTR_UNUSED(x) x __attribute__((unused)) macro
1298 # define ATTR_UNUSED(x) x macro