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

1234567891011>>

/netbsd-current/external/gpl2/gmake/dist/
H A Dremote-stub.c45 start_remote_job_p (int first_p UNUSED)
59 start_remote_job (char **argv UNUSED, char **envp UNUSED, int stdin_fd UNUSED,
60 int *is_remote UNUSED, int *id_ptr UNUSED,
61 int *used_stdin UNUSED)
74 remote_status (int *exit_code_ptr UNUSED, int *signal_ptr UNUSED,
75 int *coredump_ptr UNUSED, in
44 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...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dgthr-single.h41 #define UNUSED __attribute__((__unused__)) macro
70 __gthread_objc_thread_detach (void (* func)(void *), void * arg UNUSED) argument
78 __gthread_objc_thread_set_priority (int priority UNUSED) argument
135 __gthread_objc_mutex_allocate (objc_mutex_t mutex UNUSED) argument
142 __gthread_objc_mutex_deallocate (objc_mutex_t mutex UNUSED) argument
149 __gthread_objc_mutex_lock (objc_mutex_t mutex UNUSED) argument
157 __gthread_objc_mutex_trylock (objc_mutex_t mutex UNUSED) argument
165 __gthread_objc_mutex_unlock (objc_mutex_t mutex UNUSED) argument
174 __gthread_objc_condition_allocate (objc_condition_t condition UNUSED) argument
181 __gthread_objc_condition_deallocate (objc_condition_t condition UNUSED) argument
188 __gthread_objc_condition_wait(objc_condition_t condition UNUSED, objc_mutex_t mutex UNUSED) argument
196 __gthread_objc_condition_broadcast(objc_condition_t condition UNUSED) argument
203 __gthread_objc_condition_signal(objc_condition_t condition UNUSED) argument
217 __gthread_once(__gthread_once_t *__once UNUSED, void (*__func) (void) UNUSED) argument
223 __gthread_key_create(__gthread_key_t *__key UNUSED, void (*__func) (void *) UNUSED) argument
229 __gthread_key_delete(__gthread_key_t __key UNUSED) argument
235 __gthread_getspecific(__gthread_key_t __key UNUSED) argument
241 __gthread_setspecific(__gthread_key_t __key UNUSED, const void *__v UNUSED) argument
247 __gthread_mutex_destroy(__gthread_mutex_t *__mutex UNUSED) argument
253 __gthread_mutex_lock(__gthread_mutex_t *__mutex UNUSED) argument
259 __gthread_mutex_trylock(__gthread_mutex_t *__mutex UNUSED) argument
265 __gthread_mutex_unlock(__gthread_mutex_t *__mutex UNUSED) argument
296 #undef UNUSED macro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dgthr-single.h41 #define UNUSED __attribute__((__unused__)) macro
70 __gthread_objc_thread_detach (void (* func)(void *), void * arg UNUSED) argument
78 __gthread_objc_thread_set_priority (int priority UNUSED) argument
135 __gthread_objc_mutex_allocate (objc_mutex_t mutex UNUSED) argument
142 __gthread_objc_mutex_deallocate (objc_mutex_t mutex UNUSED) argument
149 __gthread_objc_mutex_lock (objc_mutex_t mutex UNUSED) argument
157 __gthread_objc_mutex_trylock (objc_mutex_t mutex UNUSED) argument
165 __gthread_objc_mutex_unlock (objc_mutex_t mutex UNUSED) argument
174 __gthread_objc_condition_allocate (objc_condition_t condition UNUSED) argument
181 __gthread_objc_condition_deallocate (objc_condition_t condition UNUSED) argument
188 __gthread_objc_condition_wait(objc_condition_t condition UNUSED, objc_mutex_t mutex UNUSED) argument
196 __gthread_objc_condition_broadcast(objc_condition_t condition UNUSED) argument
203 __gthread_objc_condition_signal(objc_condition_t condition UNUSED) argument
217 __gthread_once(__gthread_once_t *__once UNUSED, void (*__func) (void) UNUSED) argument
223 __gthread_key_create(__gthread_key_t *__key UNUSED, void (*__func) (void *) UNUSED) argument
229 __gthread_key_delete(__gthread_key_t __key UNUSED) argument
235 __gthread_getspecific(__gthread_key_t __key UNUSED) argument
241 __gthread_setspecific(__gthread_key_t __key UNUSED, const void *__v UNUSED) argument
247 __gthread_mutex_destroy(__gthread_mutex_t *__mutex UNUSED) argument
253 __gthread_mutex_lock(__gthread_mutex_t *__mutex UNUSED) argument
259 __gthread_mutex_trylock(__gthread_mutex_t *__mutex UNUSED) argument
265 __gthread_mutex_unlock(__gthread_mutex_t *__mutex UNUSED) argument
296 #undef UNUSED macro
[all...]
/netbsd-current/external/bsd/ntp/dist/lib/isc/x86_64/include/isc/
H A Datomic.h40 #include <isc/util.h> /* for 'UNUSED' macro */
44 UNUSED(p);
45 UNUSED(val);
63 UNUSED(p);
64 UNUSED(val);
82 UNUSED(p);
83 UNUSED(val);
100 UNUSED(p);
101 UNUSED(cmpval);
102 UNUSED(va
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dinline.h32 # define INLINE_PSIM_ENDIAN(TYPE) static INLINE TYPE UNUSED
33 # define EXTERN_PSIM_ENDIAN(TYPE) static TYPE UNUSED
35 # define INLINE_PSIM_ENDIAN(TYPE) static TYPE UNUSED
36 # define EXTERN_PSIM_ENDIAN(TYPE) static TYPE UNUSED
54 # define INLINE_BITS(TYPE) static INLINE TYPE UNUSED
55 # define EXTERN_BITS(TYPE) static TYPE UNUSED
57 # define INLINE_BITS(TYPE) static TYPE UNUSED
58 # define EXTERN_BITS(TYPE) static TYPE UNUSED
76 # define INLINE_CORE(TYPE) static INLINE TYPE UNUSED
77 # define EXTERN_CORE(TYPE) static TYPE UNUSED
[all...]
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dbacktrace.c70 UNUSED(addrs);
71 UNUSED(maxaddrs);
78 UNUSED(buffer);
79 UNUSED(size);
86 UNUSED(buffer);
87 UNUSED(size);
88 UNUSED(fd);
H A Djemalloc_shim.h38 UNUSED(flags);
45 UNUSED(size);
46 UNUSED(flags);
53 UNUSED(flags);
65 UNUSED(flags);
84 UNUSED(flags);
104 UNUSED(flags);
119 UNUSED(size);
120 UNUSED(flags);
129 UNUSED(flag
[all...]
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dnul_ng.c69 UNUSED(this);
97 UNUSED(this);
98 UNUSED(host);
99 UNUSED(user);
100 UNUSED(domain);
109 UNUSED(this);
110 UNUSED(name);
111 UNUSED(user);
112 UNUSED(host);
113 UNUSED(domai
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Dnull_10.c25 UNUSED(rdclass);
26 UNUSED(type);
27 UNUSED(lexer);
28 UNUSED(origin);
29 UNUSED(options);
30 UNUSED(target);
31 UNUSED(callbacks);
49 UNUSED(type);
50 UNUSED(rdclass);
51 UNUSED(dct
[all...]
H A Dcds_59.c54 UNUSED(cctx);
122 UNUSED(rdata);
123 UNUSED(owner);
124 UNUSED(add);
125 UNUSED(arg);
145 UNUSED(name);
146 UNUSED(type);
147 UNUSED(rdclass);
148 UNUSED(wildcard);
157 UNUSED(rdat
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Dnull_10.c25 UNUSED(rdclass);
26 UNUSED(type);
27 UNUSED(lexer);
28 UNUSED(origin);
29 UNUSED(options);
30 UNUSED(target);
31 UNUSED(callbacks);
49 UNUSED(type);
50 UNUSED(rdclass);
51 UNUSED(dct
[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/ntp/dist/lib/isc/nothreads/
H A Dthread.c29 UNUSED(level);
/netbsd-current/external/gpl3/gdb.old/dist/sim/lm32/
H A Dmodel.c40 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
41 const IDESC * UNUSED idesc = abuf->idesc;
45 int UNUSED insn_referenced = abuf->written;
56 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
57 const IDESC * UNUSED idesc = abuf->idesc;
61 int UNUSED insn_referenced = abuf->written;
72 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
73 const IDESC * UNUSED idesc = abuf->idesc;
77 int UNUSED insn_referenced = abuf->written;
88 const ARGBUF * UNUSED abu
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/lm32/
H A Dmodel.c40 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
41 const IDESC * UNUSED idesc = abuf->idesc;
45 int UNUSED insn_referenced = abuf->written;
56 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
57 const IDESC * UNUSED idesc = abuf->idesc;
61 int UNUSED insn_referenced = abuf->written;
72 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
73 const IDESC * UNUSED idesc = abuf->idesc;
77 int UNUSED insn_referenced = abuf->written;
88 const ARGBUF * UNUSED abu
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/cris/
H A Dmodelv10.c40 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
41 const IDESC * UNUSED idesc = abuf->idesc;
45 int UNUSED insn_referenced = abuf->written;
56 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
57 const IDESC * UNUSED idesc = abuf->idesc;
61 int UNUSED insn_referenced = abuf->written;
72 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
73 const IDESC * UNUSED idesc = abuf->idesc;
77 int UNUSED insn_referenced = abuf->written;
88 const ARGBUF * UNUSED abu
[all...]
H A Dmodelv32.c40 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
41 const IDESC * UNUSED idesc = abuf->idesc;
45 int UNUSED insn_referenced = abuf->written;
61 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
62 const IDESC * UNUSED idesc = abuf->idesc;
66 int UNUSED insn_referenced = abuf->written;
82 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
83 const IDESC * UNUSED idesc = abuf->idesc;
87 int UNUSED insn_referenced = abuf->written;
103 const ARGBUF * UNUSED abu
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/cris/
H A Dmodelv10.c40 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
41 const IDESC * UNUSED idesc = abuf->idesc;
45 int UNUSED insn_referenced = abuf->written;
56 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
57 const IDESC * UNUSED idesc = abuf->idesc;
61 int UNUSED insn_referenced = abuf->written;
72 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
73 const IDESC * UNUSED idesc = abuf->idesc;
77 int UNUSED insn_referenced = abuf->written;
88 const ARGBUF * UNUSED abu
[all...]
H A Dmodelv32.c40 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
41 const IDESC * UNUSED idesc = abuf->idesc;
45 int UNUSED insn_referenced = abuf->written;
61 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
62 const IDESC * UNUSED idesc = abuf->idesc;
66 int UNUSED insn_referenced = abuf->written;
82 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
83 const IDESC * UNUSED idesc = abuf->idesc;
87 int UNUSED insn_referenced = abuf->written;
103 const ARGBUF * UNUSED abu
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/m32r/
H A Dmodel.c40 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
41 const IDESC * UNUSED idesc = abuf->idesc;
45 int UNUSED insn_referenced = abuf->written;
65 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
66 const IDESC * UNUSED idesc = abuf->idesc;
70 int UNUSED insn_referenced = abuf->written;
88 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
89 const IDESC * UNUSED idesc = abuf->idesc;
93 int UNUSED insn_referenced = abuf->written;
113 const ARGBUF * UNUSED abu
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/m32r/
H A Dmodel.c40 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
41 const IDESC * UNUSED idesc = abuf->idesc;
45 int UNUSED insn_referenced = abuf->written;
65 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
66 const IDESC * UNUSED idesc = abuf->idesc;
70 int UNUSED insn_referenced = abuf->written;
88 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
89 const IDESC * UNUSED idesc = abuf->idesc;
93 int UNUSED insn_referenced = abuf->written;
113 const ARGBUF * UNUSED abu
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/or1k/
H A Dmodel.c41 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
42 const IDESC * UNUSED idesc = abuf->idesc;
46 int UNUSED insn_referenced = abuf->written;
57 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
58 const IDESC * UNUSED idesc = abuf->idesc;
62 int UNUSED insn_referenced = abuf->written;
73 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
74 const IDESC * UNUSED idesc = abuf->idesc;
78 int UNUSED insn_referenced = abuf->written;
89 const ARGBUF * UNUSED abu
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/or1k/
H A Dmodel.c41 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
42 const IDESC * UNUSED idesc = abuf->idesc;
46 int UNUSED insn_referenced = abuf->written;
57 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
58 const IDESC * UNUSED idesc = abuf->idesc;
62 int UNUSED insn_referenced = abuf->written;
73 const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
74 const IDESC * UNUSED idesc = abuf->idesc;
78 int UNUSED insn_referenced = abuf->written;
89 const ARGBUF * UNUSED abu
[all...]
/netbsd-current/external/bsd/ntp/dist/lib/isc/x86_32/include/isc/
H A Datomic.h113 #include <isc/util.h> /* for 'UNUSED' macro */
117 UNUSED(p);
118 UNUSED(val);
139 UNUSED(p);
140 UNUSED(val);
154 UNUSED(p);
155 UNUSED(cmpval);
156 UNUSED(val);

Completed in 558 milliseconds

1234567891011>>