Searched refs:_cups_tolower (Results 1 – 4 of 4) sorted by relevance
630 if (_cups_tolower(*s) < _cups_tolower(*t)) in _cups_strcasecmp()632 else if (_cups_tolower(*s) > _cups_tolower(*t)) in _cups_strcasecmp()658 if (_cups_tolower(*s) < _cups_tolower(*t)) in _cups_strncasecmp()660 else if (_cups_tolower(*s) > _cups_tolower(*t)) in _cups_strncasecmp()
130 _cups_tolower(int ch) /* I - Character to convert */ in _cups_tolower() function146 extern int _cups_tolower(int ch);
887 *ptr = (char)_cups_tolower((int)*ptr); in httpGetHostname()
6493 *bufptr++ = (char)_cups_tolower(*value); in ipp_get_code()