Searched refs:tolower (Results 1 – 2 of 2) sorted by relevance
388 tolower(unsigned char ch) in tolower() function404 while (tolower(*us1) == tolower(*us2++)) { in strcasecmp_impl()409 return tolower(*us1) - tolower(*--us2); in strcasecmp_impl()422 if (tolower(*us1) != tolower(*us2++)) { in strncasecmp_impl()423 return tolower(*us1) - tolower(*--us2); in strncasecmp_impl()
545 c = isupper(*cp) ? tolower(*cp) : *cp; in opteq()546 d = isupper(*dp) ? tolower(*dp) : *dp; in opteq()