Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Dstrtod.c80 if (_tolower(s[1]) == 'x' && isxdigit(s[2])) in _parse_integer_fixup_radix()
87 if (*base == 16 && s[0] == '0' && _tolower(s[1]) == 'x') in _parse_integer_fixup_radix()
157 else if ('a' <= _tolower(*s) && _tolower(*s) <= 'f') in _parse_integer()
158 val = _tolower(*s) - 'a' + 10; in _parse_integer()
A Dsscanf.c85 if (_tolower(s[1]) == 'x' && isxdigit(s[2])) in _parse_integer_fixup_radix()
92 if (*base == 16 && s[0] == '0' && _tolower(s[1]) == 'x') in _parse_integer_fixup_radix()
122 if ((base == 16 || base == 0) && str[0] == '0' && _tolower(str[1]) == 'x') { in judge_digit_width()
233 if(*fmt == 'h' || _tolower(*fmt) == 'l' || in _vsscanf()
234 _tolower(*fmt) == 'z') { in _vsscanf()
A Dstrproc.h67 static inline char _tolower(const char c)
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_common/
A Drtl8721d_ram_libc.c294 static inline char _tolower(const char c) in _tolower() function
321 if(*fmt1 == 'h' || _tolower(*fmt1) == 'l' || _tolower(*fmt1) == 'z') { in _rtl_sscanf()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/
A Dstdlib_patch.c58 static inline char _tolower(const char c) in _tolower() function
66 extern inline char _tolower(const char c);
204 if(*fmt == 'h' || _tolower(*fmt) == 'l' || in _vsscanf_patch()
205 _tolower(*fmt) == 'z') { in _vsscanf_patch()

Completed in 6 milliseconds