Home
last modified time | relevance | path

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

/openbsd/usr.sbin/nsd/
H A Dconfig.h.in966 #define ATTR_UNUSED(x) macro
968 #define ATTR_UNUSED(x) x __attribute__((unused)) macro
970 #define ATTR_UNUSED(x) x macro
/openbsd/usr.sbin/unbound/
H A Dconfig.h.in1271 # define ATTR_UNUSED(x) x macro
1273 # define ATTR_UNUSED(x) macro
1275 # define ATTR_UNUSED(x) x __attribute__((unused)) macro
1277 # define ATTR_UNUSED(x) x macro
/openbsd/sbin/unwind/libunbound/
H A Dconfig.h1276 # define ATTR_UNUSED(x) x macro
1278 # define ATTR_UNUSED(x) macro
1280 # define ATTR_UNUSED(x) x __attribute__((unused)) macro
1282 # define ATTR_UNUSED(x) x macro