Searched refs:pipe_execv (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | roken-common.h | 352 #define pipe_execv rk_pipe_execv macro 354 pipe_execv(FILE**, FILE**, FILE**, const char*, ...);
|
H A D | simple_exec.c | 146 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, in pipe_execv() function
|
H A D | simple_exec_w32.c | 211 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
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
H A D | password_quality.c | 174 child = pipe_execv(&in, &out, &error, program, program, p, NULL); in external_passwd_quality()
|