Searched refs:tolower (Results 1 – 12 of 12) sorted by relevance
50 #undef tolower52 tolower(int c) in tolower() function
1380 if (tolower((unsigned char)*s) == 'i' && strncasecmp(s, "inf", 3) == 0) {1392 if (tolower((unsigned char)*s) == 'n' && strncasecmp(s, "nan", 3) == 0) {
58 c = tolower((unsigned char)c); in strcasestr()64 } while ((char)tolower((unsigned char)sc) != c); in strcasestr()
219 && (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()
83 int tolower(int);157 __CTYPE_INLINE int tolower(int c) in tolower() function
49 #define tolower(c) __tolower(c) macro
93 *p = tolower(ch); in ns_format_ttl()
372 *dn++ = tolower(c); in ns_name_ntol()
54 using ::tolower;
694 while (pt < ptlim && (*pt = tolower(*str++)) != '\0') {708 c = tolower(c);
209 return tolower(wc); in towlower()
1029 return(tolower(ch)); in othercase()