Searched refs:_cups_tolower (Results 1 – 4 of 4) sorted by relevance
625 if (_cups_tolower(*s) < _cups_tolower(*t)) in _cups_strcasecmp()627 else if (_cups_tolower(*s) > _cups_tolower(*t)) in _cups_strcasecmp()653 if (_cups_tolower(*s) < _cups_tolower(*t)) in _cups_strncasecmp()655 else if (_cups_tolower(*s) > _cups_tolower(*t)) in _cups_strncasecmp()
126 _cups_tolower(int ch) /* I - Character to convert */ in _cups_tolower() function142 extern int _cups_tolower(int ch);
885 *ptr = (char)_cups_tolower((int)*ptr); in httpGetHostname()
6370 *bufptr++ = (char)_cups_tolower(*value); in ipp_get_code()