Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/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.c2617 if (*fmt == 'h' || _tolower(*fmt) == 'l' || in format_decode()
3500 if (*fmt == 'h' || _tolower(*fmt) == 'l' || in vsscanf()
/openbmc/linux/include/linux/
H A Dctype.h70 static inline char _tolower(const char c) in _tolower() function
/openbmc/linux/tools/include/linux/
H A Dctype.h71 static inline char _tolower(const char c) in _tolower() function
/openbmc/u-boot/common/
H A DxyzModem.c118 _tolower (char c) in _tolower() function
141 if (first && (s[0] == '0') && (_tolower (s[1]) == 'x')) in parse_num()