Home | History | Annotate | Download | only in cups

Lines Matching refs:cupsFilePutChar

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)