Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/config/
Dcompile74 ofile=$2
96 if test -z "$ofile" || test -z "$cfile"; then
127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
/ndk/sources/host-tools/make-3.81/
Dvmsjobs.c307 char ifile[256], ofile[256], efile[256]; in child_execute_job() local
315 ofile[0] = 0; in child_execute_job()
386 p = vms_redirect (&ofiledsc, ofile, p); in child_execute_job()
502 if (ofile[0]) in child_execute_job()
504 fprintf (outfile, "$ define sys$output %s\n", ofile); in child_execute_job()
505 DB (DB_JOBS, (_("Redirected output to %s\n"), ofile)); in child_execute_job()