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
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/upstream-netbsd/libc/string/
Dstrcasestr.c58 c = tolower((unsigned char)c); in strcasestr()
64 } while ((char)tolower((unsigned char)sc) != c); in strcasestr()
/bionic/libc/unistd/
Dfnmatch.c219 && (tolower(**string) >= tolower(*startch)) in fnmatch_ch()
220 && (tolower(**string) <= tolower(**pattern))) in fnmatch_ch()
231 && (tolower(**string) == tolower(**pattern))) in fnmatch_ch()
258 && (tolower(**string) == tolower(**pattern))) in fnmatch_ch()
/bionic/libc/include/
Dctype.h83 int tolower(int);
157 __CTYPE_INLINE int tolower(int c) in tolower() function
/bionic/libc/kernel/common/linux/
Dctype.h49 #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.c694 while (pt < ptlim && (*pt = tolower(*str++)) != '\0') {
708 c = tolower(c);
/bionic/libc/bionic/
Dwchar.cpp209 return tolower(wc); in towlower()
/bionic/libc/upstream-netbsd/libc/regex/
Dregcomp.c1029 return(tolower(ch)); in othercase()