Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/
H A Dpdftops.c323 pstops_pid, /* Process ID of pstops filter */ local
1472 if ((pstops_pid = fork()) == 0)
1492 else if (pstops_pid < 0)
1504 fprintf(stderr, "DEBUG: Started filter pstops (PID %d)\n", pstops_pid);
1533 kill(pstops_pid, SIGTERM);
1563 (wait_pid == pstops_pid ? "pstops" :
1580 (wait_pid == pstops_pid ? "pstops" :
1598 (wait_pid == pstops_pid ? "pstops" :
1615 (wait_pid == pstops_pid ? "pstops" :

Completed in 2 milliseconds