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.in1374 # define ATTR_UNUSED(x) x macro
1376 # define ATTR_UNUSED(x) macro
1378 # define ATTR_UNUSED(x) x __attribute__((unused)) macro
1380 # define ATTR_UNUSED(x) x macro
/freebsd/lib/libunbound/
H A Dconfig.h1375 # define ATTR_UNUSED(x) x macro
1377 # define ATTR_UNUSED(x) macro
1379 # define ATTR_UNUSED(x) x __attribute__((unused)) macro
1381 # define ATTR_UNUSED(x) x macro