Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libdpv/
H A Dutil.h47 int shell_spawn_pipecmd(const char *_cmd, const char *_label, pid_t *_pid);
H A Dutil.c60 shell_spawn_pipecmd(const char *cmd, const char *label, pid_t *pid) in shell_spawn_pipecmd() function
H A Ddpv.c571 output_out = shell_spawn_pipecmd(output, in dpv()