Home
last modified time | relevance | path

Searched refs:pipe_execv (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Droken-common.h352 #define pipe_execv rk_pipe_execv macro
354 pipe_execv(FILE**, FILE**, FILE**, const char*, ...);
H A Dsimple_exec.c146 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, in pipe_execv() function
H A Dsimple_exec_w32.c211 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, in pipe_execv() function
H A DChangeLog508 * 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 Dpassword_quality.c174 child = pipe_execv(&in, &out, &error, program, program, p, NULL); in external_passwd_quality()