Home
last modified time | relevance | path

Searched refs:_tolower (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/boot/
A Dstring.c227 static inline char _tolower(const char c) in _tolower() function
236 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()
/linux/lib/
A Dkstrtox.c29 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()
A Dvsprintf.c2599 if (*fmt == 'h' || _tolower(*fmt) == 'l' || in format_decode()
3480 if (*fmt == 'h' || _tolower(*fmt) == 'l' || in vsscanf()
/linux/include/linux/
A Dctype.h70 static inline char _tolower(const char c) in _tolower() function
/linux/tools/include/linux/
A Dctype.h71 static inline char _tolower(const char c) in _tolower() function

Completed in 17 milliseconds