Searched refs:pipe_execv (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/heimdal/lib/roken/ |
H A D | roken-common.h | 338 #define pipe_execv rk_pipe_execv macro 340 pipe_execv(FILE**, FILE**, FILE**, const char*, ...);
|
H A D | simple_exec.c | 144 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, in pipe_execv() function
|
H A D | ChangeLog | 508 * simple_exec.c (pipe_execv): use closefrom 1076 * simple_exec.c (pipe_execv): remove unused variable 1083 export it; function pipe_execv similar to popen, but with more 1086 * roken-common.h: prototypes for wait_for_process and pipe_execv
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | password_quality.c | 171 child = pipe_execv(&in, &out, &error, program, program, p, NULL); in external_passwd_quality()
|