Home
last modified time | relevance | path

Searched refs:EXIT_STARVED (Results 1 – 2 of 2) sorted by relevance

/third_party/cups-filters/filter/foomatic-rip/
Dpdf.c57 rip_die(EXIT_STARVED, "Failed to execute ghostscript to determine number of input pages!\n"); in pdf_count_pages()
88 rip_die(EXIT_STARVED, "Could not start renderer\n"); in start_renderer()
129 rip_die(EXIT_STARVED, "Unable to create temporary file!\n"); in pdf_extract_pages()
149 rip_die(EXIT_STARVED, "Could not run ghostscript to extract the pages!\n"); in pdf_extract_pages()
172 rip_die(EXIT_STARVED, "Could not run ghostscript to extract the pages!\n"); in render_pages_with_generic_command()
Dfoomaticrip.h58 #define EXIT_STARVED 6 /* starved for system resources */ macro