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

/linux-master/include/linux/
H A Dctype.h70 static inline char _tolower(const char c) function
/linux-master/tools/include/linux/
H A Dctype.h71 static inline char _tolower(const char c) function
/linux-master/lib/
H A Dkstrtox.c30 if (_tolower(s[1]) == 'x' && isxdigit(s[2]))
37 if (*base == 16 && s[0] == '0' && _tolower(s[1]) == 'x')
62 unsigned int lc = _tolower(c);
H A Dvsprintf.c2618 if (*fmt == 'h' || _tolower(*fmt) == 'l' ||
3501 if (*fmt == 'h' || _tolower(*fmt) == 'l' ||
/linux-master/arch/x86/boot/
H A Dstring.c227 static inline char _tolower(const char c) function
236 if (_tolower(s[1]) == 'x' && isxdigit(s[2]))
243 if (*base == 16 && s[0] == '0' && _tolower(s[1]) == 'x')

Completed in 218 milliseconds