Searched refs:tolower (Results 1 – 2 of 2) sorted by relevance
424 tolower(int ch) in tolower() function440 while (tolower(*us1) == tolower(*us2++)) { in strcasecmp_impl()445 return tolower(*us1) - tolower(*--us2); in strcasecmp_impl()478 ca = tolower(a[i]); in strbufcasecmp_impl()479 cb = tolower(b[i]); in strbufcasecmp_impl()493 return 0 - tolower(b[len]); in strbufcasecmp_impl()496 return tolower(a[len]) - 0; in strbufcasecmp_impl()
621 c = isupper(*cp) ? tolower(*cp) : *cp; in opteq()622 d = isupper(*dp) ? tolower(*dp) : *dp; in opteq()