Searched refs:Outfile (Results 1 – 1 of 1) sorted by relevance
90 Outfile[MAXPATHLEN] = "", /* output file name */ variable147 if ((outf = fopen(Outfile, "w")) == NULL) { in main()148 perror(Outfile); in main()214 printf("\"%s\" created\n", Outfile); in main()285 if (strlcpy(Outfile, *argv, sizeof(Outfile)) >= in getargs()286 sizeof(Outfile)) { in getargs()297 if (*Outfile == '\0') { in getargs()298 if ((size_t)snprintf(Outfile, sizeof(Outfile), "%s.dat", in getargs()299 Infile) >= sizeof(Outfile)) { in getargs()