Home | History | Annotate | Download | only in util

Lines Matching refs:toupper

138 	if (toupper(*text) != toupper(*p))
162 if (toupper(*++p) == toupper(*text))
164 for (last = toupper(*p); *++p && *p != ']'; last = toupper(*p))
167 ? toupper(*text) <= toupper(*++p) && toupper(*text) >= last : toupper(*text) == toupper(*p))