Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/roken/
H A Droken-common.h338 #define pipe_execv rk_pipe_execv macro
340 pipe_execv(FILE**, FILE**, FILE**, const char*, ...);
H A Dsimple_exec.c144 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
/freebsd/crypto/heimdal/lib/kadm5/
H A Dpassword_quality.c171 child = pipe_execv(&in, &out, &error, program, program, p, NULL); in external_passwd_quality()