HomeSort by relevance Sort by last modified time
    Searched refs:_cups_tolower (Results 1 - 4 of 4) sorted by null

  /external/libcups/cups/
string.c 630 if (_cups_tolower(*s) < _cups_tolower(*t))
632 else if (_cups_tolower(*s) > _cups_tolower(*t))
658 if (_cups_tolower(*s) < _cups_tolower(*t))
660 else if (_cups_tolower(*s) > _cups_tolower(*t))
string-private.h 130 _cups_tolower(int ch) /* I - Character to convert */ function
146 extern int _cups_tolower(int ch);
http-addr.c 887 *ptr = (char)_cups_tolower((int)*ptr);
ipp.c     [all...]

Completed in 115 milliseconds