HomeSort by: relevance | last modified time | path
    Searched defs:child_newfd (Results 1 - 1 of 1) sorted by relevancy

  /src/distrib/utils/ssh/
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

Completed in 11 milliseconds