Searched refs:agent_pipe (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libpam/modules/pam_ssh/
H A Dpam_ssh.c284 int agent_pipe[2]; local
289 if (pipe(agent_pipe) == -1)
297 close(agent_pipe[0]);
298 close(agent_pipe[1]);
324 (void)dup2(agent_pipe[1], STDOUT_FILENO);
325 (void)dup2(agent_pipe[1], STDERR_FILENO);
340 close(agent_pipe[1]);
341 if ((f = fdopen(agent_pipe[0], "r")) == NULL)

Completed in 108 milliseconds