Searched defs:_tolower (Results 1 – 3 of 3) sorted by relevance
165 _tolower(int c) in _tolower() function
208 __only_inline int _tolower(int _c) in _tolower() function
42 #define _tolower(c) (((c) < 'A' || (c) > 'Z') ? (c) : (c) | 040) macro