Searched refs:rip_die (Results 1 – 7 of 7) sorted by relevance
/third_party/cups-filters/filter/foomatic-rip/ |
D | pdf.c | 57 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() 256 rip_die(EXIT_JOBERR, "Unable to determine number of pages, page count: %d\n", page_count); in print_pdf_file()
|
D | process.c | 60 …rip_die(EXIT_PRNERR_NORETRY_BAD_SETTINGS, "Didn't think there would be that many child processes..… in add_process() 182 rip_die(EXIT_PRNERR_NORETRY_BAD_SETTINGS, "%s: Could not dup stdin\n", (const char *)cmd); in exec_command() 184 rip_die(EXIT_PRNERR_NORETRY_BAD_SETTINGS, "%s: Could not dup stdout\n", (const char *)cmd); in exec_command()
|
D | postscript.c | 386 rip_die(EXIT_JOBERR, "Unknown data format.\n"); in _print_ps() 1032 rip_die(retval, "Error closing renderer\n"); in _print_ps() 1093 rip_die(EXIT_JOBERR, "Unknown data format.\n"); in _print_ps() 1144 rip_die(retval, "Error closing renderer\n"); in _print_ps() 1181 rip_die(retval, "Error closing renderer\n"); in _print_ps() 1210 rip_die(EXIT_PRNERR_NORETRY_BAD_SETTINGS, "Cannot fork for kid3\n"); in get_renderer_handle()
|
D | foomaticrip.c | 82 void rip_die(int status, const char *msg, ...) in rip_die() function 127 rip_die(EXIT_PRNERR_NORETRY_BAD_SETTINGS, in open_postpipe() 679 rip_die(EXIT_PRNERR_NORETRY_BAD_SETTINGS, in print_file() 756 rip_die(EXIT_PRINTED, "Caught termination signal: Job canceled\n"); in signal_terminate() 968 rip_die(EXIT_PRNERR_NORETRY_BAD_SETTINGS, "Invalid argument: %s", p); in main() 1187 rip_die(EXIT_PRNERR_NORETRY, "Could not print file %s\n", filename); in main()
|
D | foomaticrip.h | 101 void rip_die(int status, const char *msg, ...);
|
D | util.c | 58 rip_die(EXIT_PRNERR_NORETRY_BAD_SETTINGS, in temp_dir() 298 rip_die(EXIT_PRNERR, "Encountered error %s during fwrite", strerror(errno)); in fwrite_or_die() 306 rip_die(EXIT_PRNERR, "Encountered error %s during fread", strerror(errno)); in fread_or_die()
|
D | options.c | 1572 rip_die(EXIT_PRNERR_NORETRY_BAD_SETTINGS, "Unable to open PPD file %s\n", filename); in read_ppd_file()
|