| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | strcasecmp.c | 43 while (tolower(*us1) == tolower(*us2)) { in xstrcasecmp() 49 return (tolower(*us1) - tolower(*us2)); in xstrcasecmp() 61 if (tolower(*us1) != tolower(*us2++)) in xstrncasecmp() 62 return (tolower(*us1) - tolower(*--us2)); in xstrncasecmp()
|
| H A D | strcasestr.c | 52 c = tolower((unsigned char) c); in xstrcasestr() 58 } while ((char) tolower((unsigned char) sc) != c); in xstrcasestr()
|
| /OK3568_Linux_fs/kernel/tools/power/acpi/tools/acpidump/ |
| H A D | apfiles.c | 124 filename[0] = (char)tolower((int)filename[0]); in ap_write_to_binary_file() 125 filename[1] = (char)tolower((int)filename[1]); in ap_write_to_binary_file() 126 filename[2] = (char)tolower((int)filename[2]); in ap_write_to_binary_file() 127 filename[3] = (char)tolower((int)filename[3]); in ap_write_to_binary_file()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | cctype | 32 int tolower(int c); 95 #ifdef tolower 96 #undef tolower 116 using ::tolower;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | cctype | 32 int tolower(int c); 95 #ifdef tolower 96 #undef tolower 116 using ::tolower;
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | utnonansi.c | 42 *string = (char)tolower((int)*string); in acpi_ut_strlwr() 96 c1 = tolower((int)*string1); in acpi_ut_stricmp() 97 c2 = tolower((int)*string2); in acpi_ut_stricmp()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | ini.c | 210 requested_section[i] = tolower(requested_section[i]); in ini_handler() 212 section[i] = tolower(section[i]); in ini_handler() 218 name[i] = tolower(name[i]); in ini_handler() 220 value[i] = tolower(value[i]); in ini_handler()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/char/ |
| H A D | char.hpp | 164 : lo(static_cast<char_type>(char_encoding::tolower(ch))) in literal_char() 237 : from_lo(static_cast<char_type>(char_encoding::tolower(from))) in char_range() 238 , to_lo(static_cast<char_type>(char_encoding::tolower(to))) in char_range() 367 chset.set(static_cast<char_type>(CharEncoding::tolower(ch))); in char_set() 372 chset.set(static_cast<char_type>(CharEncoding::tolower(ch)) in char_set() 373 , static_cast<char_type>(CharEncoding::tolower(next))); in char_set() 379 chset.set(static_cast<char_type>(CharEncoding::tolower(ch))); in char_set()
|
| /OK3568_Linux_fs/kernel/drivers/pnp/ |
| H A D | driver.c | 296 dev_id->id[3] = tolower(id[3]); in pnp_add_id() 297 dev_id->id[4] = tolower(id[4]); in pnp_add_id() 298 dev_id->id[5] = tolower(id[5]); in pnp_add_id() 299 dev_id->id[6] = tolower(id[6]); in pnp_add_id()
|
| H A D | card.c | 118 dev_id->id[3] = tolower(id[3]); in pnp_add_card_id() 119 dev_id->id[4] = tolower(id[4]); in pnp_add_card_id() 120 dev_id->id[5] = tolower(id[5]); in pnp_add_card_id() 121 dev_id->id[6] = tolower(id[6]); in pnp_add_card_id()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/char_encoding/ |
| H A D | standard.hpp | 118 tolower(int ch) in tolower() function 120 return std::tolower(ch); in tolower()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | ctype.h | 122 extern int tolower (int __c) __THROW; 207 __NTH (tolower (int __c)) in __isctype_f() 220 # define tolower(c) __tobody (c, tolower, *__ctype_tolower_loc (), (c)) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | ctype.h | 122 extern int tolower (int __c) __THROW; 207 __NTH (tolower (int __c)) in __isctype_f() 220 # define tolower(c) __tobody (c, tolower, *__ctype_tolower_loc (), (c)) macro
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/detail/ |
| H A D | case_conv.hpp | 44 … return std::tolower( static_cast<typename boost::make_unsigned <CharT>::type> ( Ch )); in operator ()() 46 return std::tolower<CharT>( Ch, *m_Loc ); in operator ()()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | strto.c | 21 if (tolower(s[1]) == 'x' && isxdigit(s[2])) in _parse_integer_fixup_radix() 28 if (*base == 16 && s[0] == '0' && tolower(s[1]) == 'x') in _parse_integer_fixup_radix()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | safe-ctype.h | 147 #undef tolower 148 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | safe-ctype.h | 147 #undef tolower 148 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/as102/ |
| H A D | as102_fw.c | 25 char msb = tolower(*src) - '0'; in atohx() 26 char lsb = tolower(*(src + 1)) - '0'; in atohx()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | string.c | 139 if (tolower(*str) != tolower(*pat)) in __match_glob()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/ |
| H A D | rkaiq_ini.c | 39 int d = tolower(*a) - tolower(*b); in strcmpci()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | string.c | 58 c1 = tolower(c1); in strncasecmp() 59 c2 = tolower(c2); in strncasecmp() 74 c1 = tolower(*s1++); in strcasecmp() 75 c2 = tolower(*s2++); in strcasecmp()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | cctype | 59 #undef tolower 75 using ::tolower;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | cctype | 59 #undef tolower 75 using ::tolower;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | ctype.h | 39 int tolower(int c);
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winconfig.c | 690 c1 = (isupper((int) *s1) ? tolower((int) *s1) : *s1); in winNameCompare() 691 c2 = (isupper((int) *s2) ? tolower((int) *s2) : *s2); in winNameCompare() 704 c1 = (isupper((int) *s1) ? tolower((int) *s1) : *s1); in winNameCompare() 705 c2 = (isupper((int) *s2) ? tolower((int) *s2) : *s2); in winNameCompare() 1013 *q++ = tolower((int) *p); in winNormalizeName()
|