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

/freebsd-10-stable/contrib/flex/
H A Dmain.c121 static char *outfile_template = "lex.%s.%s";
125 static char *outfile_template = "lex%s.%s";
349 snprintf (outfile_path, sizeof(outfile_path), outfile_template,
1796 snprintf (outfile_path, sizeof(outfile_path), outfile_template,
120 static char *outfile_template = "lex.%s.%s"; variable
124 static char *outfile_template = "lex%s.%s"; variable

Completed in 124 milliseconds