Searched refs:tolower (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/device/
H A Dsubrs.c219 tolower(unsigned char ch) function
233 while (tolower(*us1) == tolower(*us2++))
236 return (tolower(*us1) - tolower(*--us2));
247 if (tolower(*us1) != tolower(*us2++))
248 return (tolower(*us1) - tolower(*--us2));
/darwin-on-arm/xnu/SETUP/config/
H A Dmkmakefile.c638 c = isupper(*cp) ? tolower(*cp) : *cp;
639 d = isupper(*dp) ? tolower(*dp) : *dp;

Completed in 18 milliseconds