Searched refs:start_commandv (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/usr.bin/mail/ |
H A D | popen.c | 61 static pid_t start_commandv(char *, sigset_t *, int, int, va_list); 208 start_commandv(char *cmd, sigset_t *nset, int infd, int outfd, va_list args) in start_commandv() function 238 pid = start_commandv(cmd, nset, infd, outfd, args); in run_command() 252 r = start_commandv(cmd, nset, infd, outfd, args); in start_command()
|