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

  /external/libcups/cups/
file.h 91 extern int cupsFilePutChar(cups_file_t *fp, int c) _CUPS_API_1_2;
file.c 1400 * 'cupsFilePutChar()' - Write a character.
1406 cupsFilePutChar(cups_file_t *fp, /* I - CUPS file */
1445 DEBUG_printf(("4cupsFilePutChar: pos=" CUPS_LLFMT, CUPS_LLCAST fp->pos));
1475 if (cupsFilePutChar(fp, ' ') < 0)
1491 if (cupsFilePutChar(fp, '\\') < 0)
1505 if (cupsFilePutChar(fp, '\n') < 0)
    [all...]
testfile.c 542 * cupsFilePutChar()
545 fputs("cupsFilePutChar(): ", stdout);
548 if (cupsFilePutChar(fp, i) < 0)
ppd-cache.c     [all...]

Completed in 55 milliseconds