Home
last modified time | relevance | path

Searched refs:_tolower (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/boot/
H 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()
/kernel/linux/linux-6.6/arch/x86/boot/
H 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()
/kernel/linux/linux-6.6/lib/
H A 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()
H A Dvsprintf.c2617 if (*fmt == 'h' || _tolower(*fmt) == 'l' || in format_decode()
3500 if (*fmt == 'h' || _tolower(*fmt) == 'l' || in vsscanf()
/kernel/linux/linux-5.10/lib/
H 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()
H A Dvsprintf.c2446 if (*fmt == 'h' || _tolower(*fmt) == 'l' || in format_decode()
3326 if (*fmt == 'h' || _tolower(*fmt) == 'l' || in vsscanf()
/kernel/linux/linux-5.10/tools/include/linux/
H A Dctype.h64 static inline char _tolower(const char c) in _tolower() function
/kernel/linux/linux-5.10/include/linux/
H A Dctype.h63 static inline char _tolower(const char c) in _tolower() function
/kernel/linux/linux-6.6/include/linux/
H A Dctype.h70 static inline char _tolower(const char c) in _tolower() function
/kernel/linux/linux-6.6/tools/include/linux/
H A Dctype.h71 static inline char _tolower(const char c) in _tolower() function

Completed in 13 milliseconds