Searched refs:_sch_toupper (Results 1 – 2 of 2) sorted by relevance
110 extern const unsigned char _sch_toupper[256];112 #define TOUPPER(c) _sch_toupper[(c) & 0xff]
225 const unsigned char _sch_toupper[256] = variable