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

  /src/external/gpl2/gmake/dist/
vmsjobs.c 307 char ifile[256], ofile[256], efile[256]; local
316 efile[0] = 0;
373 strcpy (efile, "sys$output");
374 efiledsc.dsc$w_length = strlen(efile);
375 efiledsc.dsc$a_pointer = efile;
381 p = vms_redirect (&efiledsc, efile, p);
495 if (efile[0])
497 fprintf (outfile, "$ define sys$error %s\n", efile);
498 DB (DB_JOBS, (_("Redirected error to %s\n"), efile));
  /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
434 ifile = ofile = efile = NULL;
449 efile = argv[0];
487 if (efile)
488 child_newfd(2, efile, O_WRONLY|O_CREAT);

Completed in 33 milliseconds