ssh.c | 84 void child_newfd(int setfd, char *file, int otype); 484 child_newfd(0, ifile, O_RDONLY); 486 child_newfd(1, ofile, O_WRONLY|O_CREAT); 488 child_newfd(2, efile, O_WRONLY|O_CREAT); 561 child_newfd(int setfd, char *file, int otype) function in typeref:typename:void
|