Home
last modified time | relevance | path

Searched refs:postpipe (Results 1 - 2 of 2) sorted by relevance

/third_party/cups-filters/filter/foomatic-rip/
H A Dfoomaticrip.c108 dstr_t *postpipe = NULL; /* command into which the output of this filter should be piped */ variable
118 if (isempty(postpipe->data)) in open_postpipe()
122 p = skip_whitespace(postpipe->data); in open_postpipe()
126 if (start_system_process("postpipe", p, &postpipe_fh, NULL) < 0) in open_postpipe()
128 "Cannot execute postpipe %s\n", postpipe->data); in open_postpipe()
509 command line defined with $postpipe. */
517 FILE *postpipe = open_postpipe(); in write_output() local
523 fwrite_or_die((void *)p, left, 1, postpipe); in write_output()
524 fflush(postpipe); in write_output()
[all...]
H A Doptions.c46 extern dstr_t *postpipe; /* command into which the output of this
313 if (postpipe) in options_free()
314 free_dstr(postpipe); in options_free()
1643 if (!postpipe) in read_ppd_file()
1644 postpipe = create_dstr(); in read_ppd_file()
1645 dstrassure(postpipe, value->len +128); in read_ppd_file()
1646 unhtmlify(postpipe->data, postpipe->alloc, value->data); in read_ppd_file()

Completed in 4 milliseconds