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

12

/freebsd-10-stable/share/examples/ses/
H A DMakefile35 UNUSED = getobjmap getnobj getobjstat macro
/freebsd-10-stable/contrib/gcc/
H A Dgthr-gnat.c36 #define UNUSED(x) macro
38 #define UNUSED(x) x __attribute__((unused)) macro
73 __gthread_mutex_lock (__gthread_mutex_t * UNUSED (mutex)) function
80 __gthread_mutex_unlock (__gthread_mutex_t * UNUSED (mutex)) function
H A Dgthr-single.h40 #define UNUSED(x) macro
42 #define UNUSED(x) x __attribute__((unused)) macro
72 __gthread_objc_thread_detach (void (* func)(void *), void * UNUSED(arg)) argument
80 __gthread_objc_thread_set_priority (int UNUSED(priority)) argument
137 __gthread_objc_mutex_allocate (objc_mutex_t UNUSED(mutex)) function
144 __gthread_objc_mutex_deallocate (objc_mutex_t UNUSED(mutex)) function
151 __gthread_objc_mutex_lock (objc_mutex_t UNUSED(mutex)) function
159 __gthread_objc_mutex_trylock (objc_mutex_t UNUSED(mutex)) function
167 __gthread_objc_mutex_unlock (objc_mutex_t UNUSED(mutex)) function
176 __gthread_objc_condition_allocate (objc_condition_t UNUSED(conditio function
183 __gthread_objc_condition_deallocate (objc_condition_t UNUSED(condition)) function
191 objc_mutex_t UNUSED(mutex)) function
198 __gthread_objc_condition_broadcast (objc_condition_t UNUSED(condition)) function
205 __gthread_objc_condition_signal (objc_condition_t UNUSED(condition)) function
219 __gthread_mutex_lock (__gthread_mutex_t * UNUSED(mutex)) function
225 __gthread_mutex_trylock (__gthread_mutex_t * UNUSED(mutex)) function
231 __gthread_mutex_unlock (__gthread_mutex_t * UNUSED(mutex)) function
256 #undef UNUSED macro
[all...]
H A Dgthr-solaris.h43 #define UNUSED(x) macro
45 #define UNUSED(x) x __attribute__((unused)) macro
442 __gthread_key_delete (__gthread_key_t UNUSED (key)) function
552 #undef UNUSED macro
/freebsd-10-stable/lib/libc/include/
H A Dport_before.h21 #define UNUSED(x) (void)(x) macro
/freebsd-10-stable/contrib/apr/strings/
H A Dapr_strnatcmp.c29 # define UNUSED __attribute__((__unused__)) macro
31 # define UNUSED macro
/freebsd-10-stable/contrib/ntp/lib/isc/include/isc/
H A Dutil.h49 #define UNUSED(x) (void)(x) macro
/freebsd-10-stable/sbin/routed/
H A Doutput.c441 walk_supply(struct radix_node *rn, struct walkarg *argp UNUSED) argument
H A Dmain.c554 sigalrm(int s UNUSED) argument
H A Dtrace.c386 sigtrace_on(int s UNUSED) argument
395 sigtrace_off(int s UNUSED) argument
831 walk_trace(struct radix_node *rn, struct walkarg *w UNUSED) argument
H A Dtable.c1406 walk_kern(struct radix_node *rn, struct walkarg *argp UNUSED) argument
1976 walk_bad(struct radix_node *rn, struct walkarg *argp UNUSED) argument
2019 walk_age(struct radix_node *rn, struct walkarg *argp UNUSED) argument
H A Ddefs.h90 #define UNUSED __attribute__((unused)) macro
/freebsd-10-stable/usr.sbin/acpi/acpidump/
H A Dacpidump.h94 UNUSED, enumerator in enum:TCPAevent_types
/freebsd-10-stable/contrib/byacc/test/yacc/
H A Dcalc2.tab.c332 #define UNUSED(x) ((void)(x)) macro
H A Dcalc3.tab.c330 #define UNUSED(x) ((void)(x)) macro
H A Dok_syntax1.tab.c354 #define UNUSED(x) ((void)(x)) macro
/freebsd-10-stable/sbin/routed/rtquery/
H A Drtquery.c52 #define UNUSED __attribute__((unused)) macro
/freebsd-10-stable/usr.bin/m4/
H A Dmdef.h40 # define UNUSED __attribute__((__unused__)) macro
42 # define UNUSED macro
/freebsd-10-stable/contrib/binutils/opcodes/
H A Dalpha-opc.c203 #define UNUSED macro
H A Darc-opc.c170 #define UNUSED macro
H A Ds390-opc.c42 #define UNUSED 0 macro
/freebsd-10-stable/contrib/byacc/test/btyacc/
H A Dcalc2.tab.c484 #define UNUSED(x) ((void)(x)) macro
H A Dcalc3.tab.c439 #define UNUSED(x) ((void)(x)) macro
H A Dok_syntax1.tab.c462 #define UNUSED(x) ((void)(x)) macro
/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal.h78 #define UNUSED JEMALLOC_ATTR(unused) macro
80 #define UNUSED macro

Completed in 300 milliseconds

12