Searched refs:_tolower (Results 1 – 4 of 4) sorted by relevance
226 static inline char _tolower(const char c) in _tolower() function235 if (_tolower(s[1]) == 'x' && isxdigit(s[2])) in _parse_integer_fixup_radix()242 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
3525 if (*fmt == 'h' || _tolower(*fmt) == 'l' || in vsscanf()