Home | History | Annotate | Download | only in bits

Lines Matching refs:ELSE

47 # else
54 # else
57 #else
95 # else
99 #else
103 # else
118 # else
124 #else
145 # define __libc_maybe_call(FUNC, ARGS, ELSE) \
147 _fn != NULL ? (*_fn) ARGS : ELSE; }))
148 #else
149 # define __libc_maybe_call(FUNC, ARGS, ELSE) \
150 (FUNC != NULL ? FUNC ARGS : ELSE)
156 # define __libc_ptf_call(FUNC, ARGS, ELSE) \
157 (__libc_pthread_functions_init ? PTHFCT_CALL (ptr_##FUNC, ARGS) : ELSE)
160 #else
162 # define __libc_ptf_call(FUNC, ARGS, ELSE) \
163 __libc_maybe_call (FUNC, ARGS, ELSE)
173 #else
182 #else
191 #else
222 #else
228 #else
236 #else
253 # else
257 #else
286 # else
290 #else
307 # else
311 #else
341 else \
344 else \
348 # else
352 #else
372 # else
376 #else
402 # else
406 #else
423 #else
437 #else
448 else if ((ONCE_CONTROL) == PTHREAD_ONCE_INIT) { \
477 } else { \
481 } else { \
489 } else if (DOIT) \
497 } else if (DOIT) \
605 # else
632 # else