HomeSort by: relevance | last modified time | path
    Searched defs:Infile (Results 1 - 3 of 3) sorted by relevancy

  /src/games/fortune/unstr/
unstr.c 76 char *Infile, /* name of input file */
93 if ((Inf = fopen(Infile, "r")) == NULL)
94 err(EXIT_FAILURE, "fopen %s", Infile);
118 (size_t)snprintf(Datafile, sizeof(Datafile), "%s.dat", Infile) >
123 Infile = *av;
  /src/sys/arch/atari/stand/tostools/file2swp/
file2swp.c 40 char *Infile = "minifs.gz";
90 Infile = optarg;
120 if ((fd = open(Infile, O_RDONLY)) < 0) {
121 eprintf("Unable to open <%s>\n", Infile);
  /src/games/fortune/strfile/
strfile.c 113 static char *Infile = NULL; /* input file name */
170 if ((inf = fopen(Infile, "r")) == NULL)
171 err(1, "open `%s'", Infile);
304 Infile = *argv;
312 if (!Infile) {
316 len = snprintf(Outfile, sizeof(Outfile), "%s.dat", Infile);
366 Sort_1 = fopen(Infile, "r");
367 Sort_2 = fopen(Infile, "r");

Completed in 13 milliseconds