Searched refs:gspath (Results 1 - 4 of 4) sorted by relevance
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | renderer.c | 47 "-sOutputFile=/dev/null -c '(hello\n) print flush' 2>&1", gspath); in test_gs_output_redirection() 115 dstrprepend(gscmd, gspath); in massage_gs_commandline() 119 dstrprepend(gscmd, gspath); in massage_gs_commandline()
|
H A D | pdf.c | 53 gspath, filename); in pdf_count_pages() 145 gspath, filename_arg, first_arg, last_arg, pdffilename); in pdf_extract_pages()
|
H A D | foomaticrip.h | 116 extern char gspath[PATH_MAX];
|
H A D | foomaticrip.c | 165 char gspath[PATH_MAX] = "gs"; variable 197 else if (strcmp(key, "gspath") == 0) in config_set_option() 198 strlcpy(gspath, value, PATH_MAX); in config_set_option()
|
Completed in 4 milliseconds