Searched refs:UNUSED (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-10.0-release/contrib/gcc/
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-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 Dreg-notes.def83 REG_NOTE (UNUSED)
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.0-release/contrib/ntp/libisc/
H A Dmem.c29 UNUSED(ctx);
38 UNUSED(ctx);
39 UNUSED(size);
H A Dinterfaceiter.c71 UNUSED(ifname);
H A Difiter_sysctl.c306 UNUSED(iter); /* Unused. */
/freebsd-10.0-release/share/examples/ses/
H A DMakefile35 UNUSED = getobjmap getnobj getobjstat macro
/freebsd-10.0-release/lib/libc/include/
H A Dport_before.h20 #define UNUSED(x) (void)(x) macro
/freebsd-10.0-release/usr.bin/m4/
H A Dmdef.h40 # define UNUSED __attribute__((__unused__)) macro
42 # define UNUSED macro
/freebsd-10.0-release/contrib/apr/strings/
H A Dapr_strnatcmp.c29 # define UNUSED __attribute__((__unused__)) macro
31 # define UNUSED macro
/freebsd-10.0-release/lib/libc/isc/
H A Dev_streams.c137 UNUSED(opaqueCtx);
148 UNUSED(opaqueCtx);
273 UNUSED(evmask);
296 UNUSED(evmask);
H A Dev_timers.c283 UNUSED(value);
433 UNUSED(ctx);
467 UNUSED(uap);
495 UNUSED(due);
496 UNUSED(inter);
/freebsd-10.0-release/usr.sbin/acpi/acpidump/
H A Dacpidump.h94 UNUSED, enumerator in enum:TCPAevent_types
/freebsd-10.0-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c50 #define UNUSED(_p) do { (void)(_p); } while (0) macro
1326 UNUSED(cx);
1661 UNUSED(cx);
1747 UNUSED(cx);
1816 UNUSED(cx);
1909 UNUSED(cx);
2303 UNUSED(cx);
2350 UNUSED(cx);
2401 UNUSED(cx);
2464 UNUSED(c
[all...]
/freebsd-10.0-release/contrib/jemalloc/include/jemalloc/internal/
H A Dhash.h133 UNUSED JEMALLOC_INLINE void
235 UNUSED JEMALLOC_INLINE void
H A Djemalloc_internal.h78 #define UNUSED JEMALLOC_ATTR(unused) macro
80 #define UNUSED macro
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntp_filegen.c54 #ifdef UNUSED
56 #endif /* UNUSED */
548 #ifdef UNUSED
576 #endif /* UNUSED */
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs/
H A Deditor.c66 #define UNUSED(x) ((void)(x)) macro
530 UNUSED(eb); SVN__NOT_IMPLEMENTED();
645 UNUSED(eb); SVN__NOT_IMPLEMENTED();
/freebsd-10.0-release/sbin/routed/
H A Ddefs.h90 #define UNUSED __attribute__((unused)) macro
102 #define __RCSID(_s) static const char rcsid[] UNUSED = _s
105 #define __COPYRIGHT(_s) static const char copyright[] UNUSED = _s
H A Dmain.c98 static void sigalrm(int s UNUSED);
550 sigalrm(int s UNUSED) argument
/freebsd-10.0-release/sbin/routed/rtquery/
H A Drtquery.c52 #define UNUSED __attribute__((unused)) macro
54 #define __RCSID(_s) static const char rcsid[] UNUSED = _s
57 #define __COPYRIGHT(_s) static const char copyright[] UNUSED = _s
/freebsd-10.0-release/contrib/jemalloc/src/
H A Dutil.c53 UNUSED int result = syscall(SYS_write, STDERR_FILENO, s, strlen(s));
55 UNUSED int result = write(STDERR_FILENO, s, strlen(s));
/freebsd-10.0-release/contrib/ntp/include/isc/
H A Dutil.h44 * UNUSED(bar);
47 #define UNUSED(x) (void)(x) macro
/freebsd-10.0-release/lib/libc/resolv/
H A Dres_mkquery.c110 UNUSED(newrr_in);

Completed in 203 milliseconds

12