Home
last modified time | relevance | path

Searched refs:tolower (Results 1 – 25 of 241) sorted by relevance

12345678910

/OK3568_Linux_fs/external/xserver/os/
H A Dstrcasecmp.c43 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 Dstrcasestr.c52 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 Dapfiles.c124 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 Dcctype32 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 Dcctype32 int tolower(int c);
95 #ifdef tolower
96 #undef tolower
116 using ::tolower;
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dutnonansi.c42 *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 Dini.c210 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 Dchar.hpp164 : 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 Ddriver.c296 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 Dcard.c118 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 Dstandard.hpp118 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 Dctype.h122 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 Dctype.h122 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 Dcase_conv.hpp44 … 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 Dstrto.c21 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 Dsafe-ctype.h147 #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 Dsafe-ctype.h147 #undef tolower
148 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
/OK3568_Linux_fs/kernel/drivers/media/usb/as102/
H A Das102_fw.c25 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 Dstring.c139 if (tolower(*str) != tolower(*pat)) in __match_glob()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/
H A Drkaiq_ini.c39 int d = tolower(*a) - tolower(*b); in strcmpci()
/OK3568_Linux_fs/kernel/lib/
H A Dstring.c58 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 Dcctype59 #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 Dcctype59 #undef tolower
75 using ::tolower;
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dctype.h39 int tolower(int c);
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinconfig.c690 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()

12345678910