Searched defs:UNUSED (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/lib/lwres/
H A Dassert_p.h30 #define UNUSED(x) ((void)(x)) macro
/bind-9.6-ESV-R11/contrib/sdb/sqlite/
H A Dzone2sqlite.c42 #ifndef UNUSED
43 #define UNUSED(x) (x) = (x) macro
95 UNUSED(parm);
96 UNUSED(cc);
97 UNUSED(cv);
98 UNUSED(cn);
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dutil.h45 * UNUSED(bar);
49 #define UNUSED(x) (void)(x) macro

Completed in 868 milliseconds