Searched refs:cupsFilePutChar (Results 1 - 4 of 4) sorted by relevance

/external/libcups/cups/
H A Dfile.h91 extern int cupsFilePutChar(cups_file_t *fp, int c) _CUPS_API_1_2;
H A Dfile.c1393 * 'cupsFilePutChar()' - Write a character.
1399 cupsFilePutChar(cups_file_t *fp, /* I - CUPS file */ function
1438 DEBUG_printf(("4cupsFilePutChar: pos=" CUPS_LLFMT, CUPS_LLCAST fp->pos));
1468 if (cupsFilePutChar(fp, ' ') < 0)
1484 if (cupsFilePutChar(fp, '\\') < 0)
1498 if (cupsFilePutChar(fp, '\n') < 0)
H A Dtestfile.c542 * cupsFilePutChar()
545 fputs("cupsFilePutChar(): ", stdout);
548 if (cupsFilePutChar(fp, i) < 0)
H A Dppd-cache.c2807 cupsFilePutChar(fp, '\n');
2856 cupsFilePutChar(fp, '\n');

Completed in 38 milliseconds