Searched refs:to_uchar (Results 1 – 1 of 1) sorted by relevance
33 static inline unsigned char to_uchar (char ch) { return ch; } in to_uchar() function35 #define UPPER(_c) (toupper(to_uchar(_c)))36 #define LOWER(_c) (tolower(to_uchar(_c)))