Searched refs:tolower (Results 1 – 25 of 31) sorted by relevance
12
226 (tolower((unsigned char)**string) >= in fnmatch_ch()227 tolower((unsigned char)*startch)) && in fnmatch_ch()228 (tolower((unsigned char)**string) <= in fnmatch_ch()229 tolower((unsigned char)**pattern))) in fnmatch_ch()241 (tolower((unsigned char)**string) == in fnmatch_ch()242 tolower((unsigned char)**pattern))) in fnmatch_ch()268 (tolower((unsigned char)**string) == in fnmatch_ch()269 tolower((unsigned char)**pattern))) in fnmatch_ch()
49 c = (char)tolower((unsigned char)c); in strcasestr()55 } while ((char)tolower((unsigned char)sc) != c); in strcasestr()
79 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_tolower_y, tolower('X'));80 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_tolower_n, tolower('x'));
300 TEST(ctype, tolower) { in TEST() argument301 EXPECT_EQ('!', tolower('!')); in TEST()302 EXPECT_EQ('a', tolower('a')); in TEST()303 EXPECT_EQ('a', tolower('A')); in TEST()
87 return tolower(c); in tolower_l()
71 if (tolower(*lhs) != tolower(*rhs)) break; in __match_encoding()
127 return u_tolower ? u_tolower(wc) : tolower(wc); in towlower()
61 FUNCTION(tolower, int (*f)(int)); in ctype_h()
88 *p = tolower(ch); in ns_format_ttl()
391 *dn++ = tolower(c); in ns_name_ntol()
144 __BIONIC_CTYPE_INLINE int tolower(int __ch) { in tolower() function
645 while (pt < ptlim && (*pt = tolower(*str++)) != '\0') { in _add()659 c = tolower(c); in _add()
345 CALL(tolower)
639 CALL(tolower)
708 CALL(tolower)
1216 CALL(tolower)
1339 CALL(tolower)
2170 CALL(tolower)
4090 CALL(tolower)4391 GOT_RELOC(tolower)
2458 CALL(tolower)
2333 CALL(tolower)
1076 tolower
1032 return(tolower(ch)); in othercase()
1096 tolower;