Home | History | Annotate | Download | only in openssh

Lines Matching refs:dup

994 		*sock_in = *sock_out = dup(STDIN_FILENO);
996 startup_pipe = dup(REEXEC_STARTUP_PIPE_FD);
1000 *sock_in = dup(STDIN_FILENO);
1001 *sock_out = dup(STDOUT_FILENO);
1867 newsock = sock_out = sock_in = dup(STDIN_FILENO);