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

  /src/distrib/utils/ssh/
ssh.c 413 run [-bg] [-i ifile] [-o ofile] [-e efile] program [args...]\n\
423 char *opt, *ifile, *ofile, *efile; local in function:cmd_run
434 ifile = ofile = efile = NULL;
449 efile = argv[0];
487 if (efile)
488 child_newfd(2, efile, O_WRONLY|O_CREAT);
ssh.c 413 run [-bg] [-i ifile] [-o ofile] [-e efile] program [args...]\n\
423 char *opt, *ifile, *ofile, *efile; local in function:cmd_run
434 ifile = ofile = efile = NULL;
449 efile = argv[0];
487 if (efile)
488 child_newfd(2, efile, O_WRONLY|O_CREAT);

Completed in 22 milliseconds