Searched refs:cupsdPipeCommand (Results 1 – 4 of 4) sorted by relevance
45 extern cups_file_t *cupsdPipeCommand(int *pid, const char *command,
233 cupsdPipeCommand(int *pid, /* O - Process ID or 0 on error */ in cupsdPipeCommand() function
761 if ((backend->pipe = cupsdPipeCommand(&(backend->pid), program, argv, in start_backend()
1843 if ((fp = cupsdPipeCommand(&pid, filename, argv, 0)) != NULL) in load_drivers()