Home
last modified time | relevance | path

Searched refs:shell_spawn_pipecmd (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libdpv/
H A Dutil.h45 int shell_spawn_pipecmd(const char *_cmd, const char *_label, pid_t *_pid);
H A Dutil.c58 shell_spawn_pipecmd(const char *cmd, const char *label, pid_t *pid) in shell_spawn_pipecmd() function
H A Ddpv.c569 output_out = shell_spawn_pipecmd(output, in dpv()