Searched refs:start_process (Results 1 – 5 of 5) sorted by relevance
/third_party/cups-filters/filter/foomatic-rip/ |
D | process.h | 31 pid_t start_process(const char *name, int (*proc_func)(), void *user_arg, FILE **fdin, FILE **fdout…
|
D | process.c | 197 pid_t start_process(const char *name, int (*proc_func)(FILE *, FILE *, void *), void *user_arg, FIL… in start_process() function
|
D | pdf.c | 86 kid3 = start_process("kid3", exec_kid3, (void *)cmd, NULL, NULL); in start_renderer()
|
D | renderer.c | 417 kid4 = start_process("kid4", exec_kid4, NULL, &kid4in, NULL); in exec_kid3()
|
D | postscript.c | 1208 kid3 = start_process("kid3", exec_kid3, (void *)cmdline->data, &kid3in, NULL); in get_renderer_handle()
|