outfile           289 orte/mca/iof/base/iof_base_setup.c     char *dirname, *outdir, *outfile;
outfile           337 orte/mca/iof/base/iof_base_setup.c             opal_asprintf(&outfile, "%s/stdout", outdir);
outfile           338 orte/mca/iof/base/iof_base_setup.c             fdout = open(outfile, O_CREAT|O_RDWR|O_TRUNC, 0644);
outfile           339 orte/mca/iof/base/iof_base_setup.c             free(outfile);
outfile           361 orte/mca/iof/base/iof_base_setup.c                 opal_asprintf(&outfile, "%s/stderr", outdir);
outfile           362 orte/mca/iof/base/iof_base_setup.c                 fdout = open(outfile, O_CREAT|O_RDWR|O_TRUNC, 0644);
outfile           363 orte/mca/iof/base/iof_base_setup.c                 free(outfile);