Searched defs:_tolower (Results 1 – 6 of 6) sorted by relevance
63 static inline char _tolower(const char c) in _tolower() function
64 static inline char _tolower(const char c) in _tolower() function
227 static inline char _tolower(const char c) in _tolower() function
118 _tolower (char c) in _tolower() function
228 # define _tolower(c) ((int) (*__ctype_tolower_loc ())[(int) (c)]) macro