Lines Matching defs:outfile
203 static char *outfile = NULL;
214 "Usage: %s [-fstv] -l label | -L labelenv -o outfile file ...\n"
215 " %s [-fstv] -l label | -L labelenv -o outfile -d uniqfile\n"
217 " %s [-fstv] -l label | -L labelenv -o outfile -w withfile "
593 if (outfile == NULL)
597 fprintf(stderr, "Removing %s\n", outfile);
598 unlink(outfile);
778 /* Place merged types in CTF section in `outfile' */
779 outfile = optarg;
806 outfile != NULL || withfile != NULL || dynsym != 0)
818 if (outfile == NULL || label == NULL)
840 if (outfile && access(outfile, R_OK|W_OK) != 0)
841 terminate("Cannot open output file %s for r/w", outfile);
920 * outfile. Otherwise, we add the tree to the tree already in withfile.
991 tmpname = mktmpname(outfile, ".ctf");
992 write_ctf(savetd, outfile, tmpname,
994 if (rename(tmpname, outfile) != 0)