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