Searched refs:ISALPHA (Results 1 – 3 of 3) sorted by relevance
138 # define ISALPHA(Ch) __iswalpha_l ((Ch), _nl_C_locobj_ptr) macro151 # define ISALPHA(Ch) __isalpha_l ((Ch), _nl_C_locobj_ptr) macro356 && (!ISALPHA (c) in INTERNAL()404 if (ISALPHA (c)) in INTERNAL()411 else if (ISALPHA (c)) in INTERNAL()452 if (ISALPHA (c)) in INTERNAL()459 else if (ISALPHA (c)) in INTERNAL()
2761 [_LIBC || ! __GNU_LIBRARY__](ISALPHA): Remove.
26430 * stdlib/strtol_l.c (ISALPHA): Use _nl_C_locobj_ptr for locale.