Home
last modified time | relevance | path

Searched refs:start_process (Results 1 – 5 of 5) sorted by relevance

/third_party/cups-filters/filter/foomatic-rip/
Dprocess.h31 pid_t start_process(const char *name, int (*proc_func)(), void *user_arg, FILE **fdin, FILE **fdout…
Dprocess.c197 pid_t start_process(const char *name, int (*proc_func)(FILE *, FILE *, void *), void *user_arg, FIL… in start_process() function
Dpdf.c86 kid3 = start_process("kid3", exec_kid3, (void *)cmd, NULL, NULL); in start_renderer()
Drenderer.c417 kid4 = start_process("kid4", exec_kid4, NULL, &kid4in, NULL); in exec_kid3()
Dpostscript.c1208 kid3 = start_process("kid3", exec_kid3, (void *)cmdline->data, &kid3in, NULL); in get_renderer_handle()