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

/freebsd-current/usr.bin/fortune/strfile/
H A Dstrfile.c90 Outfile[MAXPATHLEN] = "", /* output file name */ variable
147 if ((outf = fopen(Outfile, "w")) == NULL) {
148 perror(Outfile);
214 printf("\"%s\" created\n", Outfile);
285 if (strlcpy(Outfile, *argv, sizeof(Outfile)) >=
286 sizeof(Outfile)) {
297 if (*Outfile == '\0') {
298 if ((size_t)snprintf(Outfile, sizeof(Outfile), "
[all...]

Completed in 301 milliseconds