Home
last modified time | relevance | path

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

/bionic/libc/stdlib/
Dtolower_.c50 #undef tolower
52 tolower(int c) in tolower() function
Dwchar.c240 return tolower(wc); in towlower()
Dstrtod.c1380 if (tolower((unsigned char)*s) == 'i' && strncasecmp(s, "inf", 3) == 0) {
1392 if (tolower((unsigned char)*s) == 'n' && strncasecmp(s, "nan", 3) == 0) {
/bionic/libc/string/
Dstrcasestr.c49 c = (char)tolower((unsigned char)c); in strcasestr()
55 } while ((char)tolower((unsigned char)sc) != c); in strcasestr()
/bionic/libc/unistd/
Dfnmatch.c144 (tolower((unsigned char)c) == in fnmatch()
145 tolower((unsigned char)*string)))) in fnmatch()
170 test = (char)tolower((unsigned char)test); in rangematch()
187 c = (char)tolower((unsigned char)c); in rangematch()
196 c2 = (char)tolower((unsigned char)c2); in rangematch()
/bionic/libc/include/
Dctype.h83 int tolower(int);
157 __CTYPE_INLINE int tolower(int c) in tolower() function
/bionic/libc/kernel/common/linux/
Dctype.h41 #define tolower(c) __tolower(c) macro
/bionic/libc/netbsd/nameser/
Dns_ttl.c93 *p = tolower(ch); in ns_format_ttl()
Dns_name.c372 *dn++ = tolower(c); in ns_name_ntol()
/bionic/libstdc++/include/
Dcctype54 using ::tolower;
/bionic/libc/tzcode/
Dstrftime.c693 while (pt < ptlim && (*pt = tolower(*str++)) != '\0') {
707 c = tolower(c);
/bionic/libc/regex/
Dregcomp.c862 return ((uch)tolower(ch)); in othercase()