Searched refs:outcf (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/usr.sbin/crunch/crunchgen/ |
| H A D | crunchgen.c | 901 FILE *outcf; in gen_output_cfile() local 909 if((outcf = fopen(outcfname, "w")) == NULL) { in gen_output_cfile() 915 fprintf(outcf, in gen_output_cfile() 921 fprintf(outcf, "%s\n", *cp); in gen_output_cfile() 924 fprintf(outcf, in gen_output_cfile() 928 fprintf(outcf, "\nstruct stub entry_points[] = {\n"); in gen_output_cfile() 930 fprintf(outcf, "\t{ \"%s\", _crunched_%s_stub },\n", in gen_output_cfile() 933 fprintf(outcf, "\t{ \"%s\", _crunched_%s_stub },\n", in gen_output_cfile() 937 fprintf(outcf, "\t{ EXECNAME, crunched_main },\n"); in gen_output_cfile() 938 fprintf(outcf, "\t{ NULL, NULL }\n};\n"); in gen_output_cfile() [all …]
|