Lines Matching defs:output
92 char output[PATH_MAX];
130 static char *test_out_dir = NULL; /* dir to buffer output to */
201 case 'O': /* output buffering directory */
238 "[ -d debug-level ]\n\t[-o output-file] "
239 "[-O output-buffer-directory] [cmd]\n");
247 case 'o': /* send test output here */
414 /* if we're buffering output, but we're only running on process at a time,
448 "pan(%s): Error %s (%d) opening output file '%s'\n",
861 unlink(running[i].output);
910 int capturing = 0; /* output is going to a file instead of stdout */
920 sprintf(active->output, "%s/%s.%ld",
923 open(active->output,
930 active->output);
949 unlink(active->output);
967 unlink(active->output);
990 /* if we're putting output into a buffer file, we need to do the
1125 unlink(active->output);
1150 fprintf(stderr, "with output file = %s\n",
1151 active->output);
1359 tag_output = slurp(running->output);
1362 /* make sure the output ends with a newline */