Home
last modified time | relevance | path

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

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