Searched refs:ofile (Results 1 – 3 of 3) sorted by relevance
27 static char *ofile = NULL; variable84 ofile = optarg; in parse_options()115 ofile == NULL || seek < 0) { in parse_options()140 ofd = open(ofile, O_WRONLY | O_CREAT, 0666); in main()142 (void) fprintf(stderr, "%s: %s: ", execname, ofile); in main()
11 for ofile in `ar t $arfile` ; do12 ar p $arfile $ofile | $pmdinfogen - - >> $output 2> /dev/null
531 ofile = None572 ofile = arg653 if ofile:655 tmp = open(ofile, "w")659 sys.stderr.write("Cannot open %s for writing\n" % ofile)