Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/device/
H A Dsubrs.c424 tolower(int ch) in tolower() function
440 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()
/xnu-11215.61.5/SETUP/config/
H A Dmkmakefile.c621 c = isupper(*cp) ? tolower(*cp) : *cp; in opteq()
622 d = isupper(*dp) ? tolower(*dp) : *dp; in opteq()