Searched refs:_tolower (Results 1 – 5 of 5) sorted by relevance
228 static inline char _tolower(const char c) in _tolower() function237 if (_tolower(s[1]) == 'x' && isxdigit(s[2])) in _parse_integer_fixup_radix()244 if (*base == 16 && s[0] == '0' && _tolower(s[1]) == 'x') in _parse_integer_fixup_radix()
28 if (_tolower(s[1]) == 'x' && isxdigit(s[2])) in _parse_integer_fixup_radix()35 if (*base == 16 && s[0] == '0' && _tolower(s[1]) == 'x') in _parse_integer_fixup_radix()
2305 if (*fmt == 'h' || _tolower(*fmt) == 'l' || in format_decode()3187 if (*fmt == 'h' || _tolower(*fmt) == 'l' || in vsscanf()
64 static inline char _tolower(const char c) in _tolower() function
63 static inline char _tolower(const char c) in _tolower() function