Home
last modified time | relevance | path

Searched refs:_cupsFilePeekAhead (Results 1 – 4 of 4) sorted by relevance

/external/libcups/cups/
Dfile-private.h89 extern int _cupsFilePeekAhead(cups_file_t *fp, int ch);
Dlibcups2.def17 _cupsFilePeekAhead
Dfile.c1306 _cupsFilePeekAhead(cups_file_t *fp, /* I - CUPS file */ in _cupsFilePeekAhead() function
/external/libcups/scheduler/
Dcups-deviced.c312 while (_cupsFilePeekAhead(bpipe, '\n')); in main()