Searched refs:_tolower (Results 1 – 5 of 5) sorted by relevance
227 static inline char _tolower(const char c) in _tolower() function236 if (_tolower(s[1]) == 'x' && isxdigit(s[2])) in _parse_integer_fixup_radix()243 if (*base == 16 && s[0] == '0' && _tolower(s[1]) == 'x') in _parse_integer_fixup_radix()
29 if (_tolower(s[1]) == 'x' && isxdigit(s[2])) in _parse_integer_fixup_radix()36 if (*base == 16 && s[0] == '0' && _tolower(s[1]) == 'x') in _parse_integer_fixup_radix()
2599 if (*fmt == 'h' || _tolower(*fmt) == 'l' || in format_decode()3480 if (*fmt == 'h' || _tolower(*fmt) == 'l' || in vsscanf()
70 static inline char _tolower(const char c) in _tolower() function
71 static inline char _tolower(const char c) in _tolower() function
Completed in 17 milliseconds