Home
last modified time | relevance | path

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

/linux/arch/x86/boot/
H A Dstring.c219 static inline char _tolower(const char c) in _tolower() function
228 if (_tolower(s[1]) == 'x' && isxdigit(s[2])) in _parse_integer_fixup_radix()
235 if (*base == 16 && s[0] == '0' && _tolower(s[1]) == 'x') in _parse_integer_fixup_radix()
/linux/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.c3493 if (*fmt == 'h' || _tolower(*fmt) == 'l' || in vsscanf()
/linux/include/linux/
H A Dctype.h70 static inline char _tolower(const char c) in _tolower() function
/linux/tools/include/linux/
H A Dctype.h71 static inline char _tolower(const char c) in _tolower() function