OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Outfile
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/fortune/strfile/
strfile.c
114
static char
Outfile
[MAXPATHLEN] = ""; /* output file name */
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
, sizeof(Outfile), "%s.dat", Infile)
[
all
...]
Completed in 47 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025