Searched refs:Outfile (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/games/fortune/strfile/
H A Dstrfile.c114 static char Outfile[MAXPATHLEN] = ""; /* output file name */ variable
173 if ((outf = fopen(Outfile, "w")) == NULL)
174 err(1, "open `%s'", Outfile);
233 printf("\"%s\" created\n", Outfile);
257 err(1, "fwrite %s", Outfile);
306 len = strlcpy(Outfile, *argv, sizeof(Outfile));
307 if (len >= sizeof(Outfile)) {
315 if (*Outfile == '\0') {
316 len = snprintf(Outfile, sizeo
[all...]

Completed in 141 milliseconds