Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
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