Searched refs:tolower (Results 1 – 12 of 12) sorted by relevance
50 #undef tolower52 tolower(int c) in tolower() function
240 return tolower(wc); in towlower()
1380 if (tolower((unsigned char)*s) == 'i' && strncasecmp(s, "inf", 3) == 0) {1392 if (tolower((unsigned char)*s) == 'n' && strncasecmp(s, "nan", 3) == 0) {
49 c = (char)tolower((unsigned char)c); in strcasestr()55 } while ((char)tolower((unsigned char)sc) != c); in strcasestr()
144 (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()
83 int tolower(int);157 __CTYPE_INLINE int tolower(int c) in tolower() function
41 #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;
693 while (pt < ptlim && (*pt = tolower(*str++)) != '\0') {707 c = tolower(c);
862 return ((uch)tolower(ch)); in othercase()