Home
last modified time | relevance | path

Searched refs:_cupsRasterAddError (Results 1 – 5 of 5) sorted by relevance

/external/libcups/cups/
Draster-interpret.c152 _cupsRasterAddError("Page header cannot be NULL!\n"); in _cupsRasterInterpretPPD()
367 _cupsRasterAddError("Page header callback returned error.\n"); in _cupsRasterInterpretPPD()
383 _cupsRasterAddError("Page header uses unsupported values.\n"); in _cupsRasterInterpretPPD()
525 _cupsRasterAddError("Unable to duplicate code string.\n"); in _cupsRasterExecPS()
531 _cupsRasterAddError("Unable to create stack.\n"); in _cupsRasterExecPS()
559 _cupsRasterAddError("cleartomark: Stack underflow.\n"); in _cupsRasterExecPS()
651 _cupsRasterAddError("Unknown operator \"%s\".\n", obj->value.other); in _cupsRasterExecPS()
763 _cupsRasterAddError(" /%s", obj->value.name); in error_object()
767 _cupsRasterAddError(" %g", obj->value.number); in error_object()
771 _cupsRasterAddError(" (%s)", obj->value.string); in error_object()
[all …]
Draster-stream.c212 _cupsRasterAddError("%s", strerror(EINVAL)); in _cupsRasterInitPWGHeader()
242 _cupsRasterAddError("Raster dimensions too large."); in _cupsRasterInitPWGHeader()
302 _cupsRasterAddError("Unsupported raster type \'%s\'.", type); in _cupsRasterInitPWGHeader()
354 _cupsRasterAddError("Unsupported raster type \'%s\'.", type); in _cupsRasterInitPWGHeader()
382 _cupsRasterAddError("Unsupported sides value \'%s\'.", sides); in _cupsRasterInitPWGHeader()
413 _cupsRasterAddError("Unsupported sheet_back value \'%s\'.", sheet_back); in _cupsRasterInitPWGHeader()
453 _cupsRasterAddError("Unable to allocate memory for raster stream: %s\n", in _cupsRasterNew()
472 _cupsRasterAddError("Unable to read header from raster stream: %s\n", in _cupsRasterNew()
488 _cupsRasterAddError("Unknown raster format %08x!\n", r->sync); in _cupsRasterNew()
516 _cupsRasterAddError("Unable to read header from raster stream: %s\n", in _cupsRasterNew()
[all …]
Draster-private.h85 extern void _cupsRasterAddError(const char *f, ...) _CUPS_FORMAT(1,2) _CUPS_PRIVATE;
Draster-error.c25 _cupsRasterAddError(const char *f, /* I - Printf-style error message */ in _cupsRasterAddError() function
Dlibcups2.def42 _cupsRasterAddError