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

/macosx-10.9.5/cups-372.4/cups/cups/
H A Draster-private.h58 extern void _cupsRasterAddError(const char *f, ...)
/macosx-10.9.5/cups-372.4/cups/filter/
H A Dinterpret.c177 _cupsRasterAddError("Page header cannot be NULL!\n");
331 _cupsRasterAddError("Page header callback returned error.\n");
347 _cupsRasterAddError("Page header uses unsupported values.\n");
489 _cupsRasterAddError("Unable to duplicate code string.\n");
495 _cupsRasterAddError("Unable to create stack.\n");
523 _cupsRasterAddError("cleartomark: Stack underflow!\n");
615 _cupsRasterAddError("Unknown operator \"%s\"!\n", obj->value.other);
728 _cupsRasterAddError(" /%s", obj->value.name);
732 _cupsRasterAddError(" %g", obj->value.number);
736 _cupsRasterAddError(" (
[all...]
H A Derror.c19 * _cupsRasterAddError() - Add an error message to the error buffer.
54 * '_cupsRasterAddError()' - Add an error message to the error buffer.
58 _cupsRasterAddError(const char *f, /* I - Printf-style error message */ function
H A Draster.c175 _cupsRasterAddError("Unable to allocate memory for raster stream: %s\n",
193 _cupsRasterAddError("Unable to read header from raster stream: %s\n",
206 _cupsRasterAddError("Unknown raster format %08x!\n", r->sync);
250 _cupsRasterAddError("Unable to write raster stream header: %s\n",

Completed in 73 milliseconds