Searched refs:_sch_tolower (Results 1 – 2 of 2) sorted by relevance
111 extern const unsigned char _sch_tolower[256];113 #define TOLOWER(c) _sch_tolower[(c) & 0xff]
197 const unsigned char _sch_tolower[256] = variable