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

1234

/netbsd-current/usr.sbin/sesd/
H A DMakefile37 UNUSED = getobjmap getnobj getobjstat macro
/netbsd-current/lib/libc/include/
H A Dport_before.h12 #define UNUSED(a) (void)&a macro
14 #define UNUSED(a) a = a macro
/netbsd-current/external/bsd/tradcpp/dist/
H A Dutils.h38 #define UNUSED __attribute__((__unused__)) macro
42 #define UNUSED macro
/netbsd-current/external/mpl/bind/dist/bin/tools/
H A Darpaname.c21 #define UNUSED(x) (void)(x) macro
/netbsd-current/external/gpl2/gmake/dist/
H A Dremote-stub.c44 start_remote_job_p(int first_p UNUSED) argument
57 start_remote_job(char **argv UNUSED, char **envp UNUSED, int stdin_fd UNUSED, int *is_remote UNUSED, int *id_ptr UNUSED, int *used_stdin UNUSED) argument
71 remote_status(int *exit_code_ptr UNUSED, int *signal_ptr UNUSED, int *coredump_ptr UNUSED, int block UNUSED) argument
98 remote_kill(int id UNUSED, int sig UNUSED) argument
[all...]
H A Dar.c123 ar_member_date_1(int desc UNUSED, char *mem, int truncated, long int hdrpos UNUSED, long int datapos UNUSED, long int size UNUSED, long int date, int uid UNUSED, int gid UNUSED, int mode UNUSED, char *name) argument
211 ar_glob_match(int desc UNUSED, char *mem, int truncated UNUSED, long int hdrpos UNUSED, long int datapos UNUSED, long int size UNUSED, long int date UNUSED, int uid UNUSED, int gid UNUSED, int mode UNUSED, struct ar_glob_state *state) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dgthr_supp_vxw_5x.c79 #define UNUSED __attribute__((unused)) macro
81 #define UNUSED macro
85 __gthread_enter_tsd_dtor_context (WIND_TCB *tcb UNUSED) argument
90 __gthread_leave_tsd_dtor_context (WIND_TCB *tcb UNUSED) argument
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dgthr_supp_vxw_5x.c79 #define UNUSED __attribute__((unused)) macro
81 #define UNUSED macro
85 __gthread_enter_tsd_dtor_context (WIND_TCB *tcb UNUSED) argument
90 __gthread_leave_tsd_dtor_context (WIND_TCB *tcb UNUSED) argument
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dattrs.h40 #define UNUSED(x) x __attribute__((__unused__)) macro
42 #define UNUSED(x) x macro
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Djemalloc_internal_macros.h13 #define UNUSED JEMALLOC_ATTR(unused) macro
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_macros.h13 #define UNUSED JEMALLOC_ATTR(unused) macro
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dint_lib.h50 #define UNUSED macro
55 #define UNUSED __attribute__((unused)) macro
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_test_utils.h41 # define UNUSED __attribute__((unused)) macro
44 # define UNUSED macro
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dbasics.h121 #define UNUSED macro
123 #define UNUSED __attribute__((__unused__)) macro
/netbsd-current/usr.bin/m4/
H A Dlook.c70 hash_alloc(size_t s, void *u UNUSED) argument
79 hash_free(void *p, size_t s UNUSED, void *u UNUSED) argument
85 element_alloc(size_t s, void *u UNUSED) argument
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dm10200-opc.c26 #define UNUSED macro
H A Dd10v-opc.c99 #define UNUSED (0) macro
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dd10v-opc.c100 #define UNUSED (0) macro
H A Dm10200-opc.c26 #define UNUSED macro
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/mips/
H A Dgthr-mipssde.h135 __gthread_mutex_destroy (__gthread_mutex_t * UNUSED(__mutex)) function
228 * UNUSED(__mutex)) function
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dd10v-opc.c100 #define UNUSED (0) macro
H A Dm10200-opc.c26 #define UNUSED macro
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Dcommon.h61 #define UNUSED(a) (void)(a) macro
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/mips/
H A Dgthr-mipssde.h135 __gthread_mutex_destroy (__gthread_mutex_t * UNUSED(__mutex)) function
228 * UNUSED(__mutex)) function
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dd10v-opc.c99 #define UNUSED (0) macro

Completed in 401 milliseconds

1234