Searched refs:_tolower (Results 1 – 3 of 3) sorted by relevance
219 static inline char _tolower(const char c) in _tolower() function 228 if (_tolower(s[1]) == 'x' && isxdigit(s[2])) in _parse_integer_fixup_radix() 235 if (*base == 16 && s[0] == '0' && _tolower(s[1]) == 'x') in _parse_integer_fixup_radix()
70 static inline char _tolower(const char c) in _tolower() function
71 static inline char _tolower(const char c) in _tolower() function