Home
last modified time | relevance | path

Searched defs:ATTR_UNUSED (Results 1 – 5 of 5) 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.in1384 # define ATTR_UNUSED(x) x macro
1386 # define ATTR_UNUSED(x) macro
1388 # define ATTR_UNUSED(x) x __attribute__((unused)) macro
1390 # 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
/freebsd/contrib/unbound/winrc/
H A Dwin_svc.c425 #define ATTR_UNUSED(x) x macro