Searched refs:tolower (Results 1 – 2 of 2) sorted by relevance
233 tolower(unsigned char ch) in tolower() function248 while (tolower(*us1) == tolower(*us2++)) { in strcasecmp()253 return tolower(*us1) - tolower(*--us2); in strcasecmp()264 if (tolower(*us1) != tolower(*us2++)) { in strncasecmp()265 return tolower(*us1) - tolower(*--us2); in strncasecmp()
545 c = isupper(*cp) ? tolower(*cp) : *cp; in opteq()546 d = isupper(*dp) ? tolower(*dp) : *dp; in opteq()