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

/bind-9.11.3/lib/lwres/
H A Dassert_p.h21 #define UNUSED(x) ((void)(x)) macro
/bind-9.11.3/bin/tools/
H A Darpaname.c18 #define UNUSED(x) (void)(x) macro
25 UNUSED(argc);
/bind-9.11.3/lib/isc/include/isc/
H A Dutil.h34 * UNUSED(bar);
38 #define UNUSED(x) (void)(x) macro
/bind-9.11.3/contrib/dlz/modules/include/
H A Ddlz_minimal.h82 #define UNUSED(x) (void)(x) macro
/bind-9.11.3/contrib/sdb/sqlite/
H A Dzone2sqlite.c31 #ifndef UNUSED
32 #define UNUSED(x) (x) = (x) macro
84 UNUSED(parm);
85 UNUSED(cc);
86 UNUSED(cv);
87 UNUSED(cn);

Completed in 13 milliseconds