Home
last modified time | relevance | path

Searched refs:efile (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dvmsjobs.c307 char ifile[256], ofile[256], efile[256]; in child_execute_job() local
316 efile[0] = 0; in child_execute_job()
373 strcpy (efile, "sys$output"); in child_execute_job()
374 efiledsc.dsc$w_length = strlen(efile); in child_execute_job()
375 efiledsc.dsc$a_pointer = efile; in child_execute_job()
381 p = vms_redirect (&efiledsc, efile, p); in child_execute_job()
495 if (efile[0]) in child_execute_job()
497 fprintf (outfile, "$ define sys$error %s\n", efile); in child_execute_job()
498 DB (DB_JOBS, (_("Redirected error to %s\n"), efile)); in child_execute_job()