Home | History | Annotate | Download | only in bits

Lines Matching refs:ELSE

45 # else
52 # else
55 #else
93 # else
97 #else
101 # else
116 # else
122 #else
143 # define __libc_maybe_call(FUNC, ARGS, ELSE) \
145 _fn != NULL ? (*_fn) ARGS : ELSE; }))
146 #else
147 # define __libc_maybe_call(FUNC, ARGS, ELSE) \
148 (FUNC != NULL ? FUNC ARGS : ELSE)
154 # define __libc_ptf_call(FUNC, ARGS, ELSE) \
155 (__libc_pthread_functions_init ? PTHFCT_CALL (ptr_##FUNC, ARGS) : ELSE)
158 #else
160 # define __libc_ptf_call(FUNC, ARGS, ELSE) \
161 __libc_maybe_call (FUNC, ARGS, ELSE)
171 #else
180 #else
189 #else
220 #else
226 #else
234 #else
243 #else
264 #else
273 #else
295 else \
298 else \
302 #else
314 #else
332 #else
349 #else
363 #else
374 else if ((ONCE_CONTROL) == PTHREAD_ONCE_INIT) { \
403 } else { \
407 } else { \
415 } else if (DOIT) \
423 } else if (DOIT) \
531 # else
558 # else