Home
last modified time | relevance | path

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

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