Home
last modified time | relevance | path

Searched refs:ISALPHA (Results 1 – 1 of 1) sorted by relevance

/stdlib/
A Dstrtol_l.c138 # define ISALPHA(Ch) __iswalpha_l ((Ch), _nl_C_locobj_ptr) macro
151 # define ISALPHA(Ch) __isalpha_l ((Ch), _nl_C_locobj_ptr) macro
356 && (!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()

Completed in 4 milliseconds