Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
Dstrtod_l.c114 # define TOLOWER_C(Ch) __towlower_l ((Ch), _nl_C_locobj_ptr) macro
125 # define TOLOWER_C(Ch) __tolower_l ((Ch), _nl_C_locobj_ptr) macro
644 CHAR_TYPE lowc = TOLOWER_C (c); in ____STRTOF_INTERNAL()
/glibc-2.36/ChangeLog.old/
DChangeLog.168177 (TOLOWER_C): Define. Use it when recognizing inf and nan.