Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/device/
H A Dsubrs.c233 tolower(unsigned char ch) in tolower() function
248 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()
/xnu-8792.61.2/SETUP/config/
H A Dmkmakefile.c545 c = isupper(*cp) ? tolower(*cp) : *cp; in opteq()
546 d = isupper(*dp) ? tolower(*dp) : *dp; in opteq()