Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/boot/
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-v6.6/lib/
Dkstrtox.c30 if (_tolower(s[1]) == 'x' && isxdigit(s[2])) in _parse_integer_fixup_radix()
37 if (*base == 16 && s[0] == '0' && _tolower(s[1]) == 'x') in _parse_integer_fixup_radix()
62 unsigned int lc = _tolower(c); in _parse_integer_limit()
Dvsprintf.c2612 if (*fmt == 'h' || _tolower(*fmt) == 'l' || in format_decode()
3495 if (*fmt == 'h' || _tolower(*fmt) == 'l' || in vsscanf()
/Linux-v6.6/include/linux/
Dctype.h70 static inline char _tolower(const char c) in _tolower() function
/Linux-v6.6/tools/include/linux/
Dctype.h71 static inline char _tolower(const char c) in _tolower() function