Searched refs:outcf (Results 1 – 1 of 1) sorted by relevance
| /src/usr.sbin/crunch/crunchgen/ |
| H A D | crunchgen.c | 900 FILE *outcf; in gen_output_cfile() local 908 if((outcf = fopen(outcfname, "w")) == NULL) { in gen_output_cfile() 914 fprintf(outcf, in gen_output_cfile() 918 fprintf(outcf, "#define EXECNAME \"%s\"\n", execfname); in gen_output_cfile() 920 fprintf(outcf, "%s\n", *cp); in gen_output_cfile() 923 fprintf(outcf, in gen_output_cfile() 928 fprintf(outcf, "\nstruct stub entry_points[] = {\n"); in gen_output_cfile() 931 fprintf(outcf, "\t{ \"%s\", _crunched_%s_stub },\n", in gen_output_cfile() 935 fprintf(outcf, "\t{ \"%s\", _crunched_%s_stub },\n", in gen_output_cfile() 940 fprintf(outcf, "\t{ EXECNAME, crunched_main },\n"); in gen_output_cfile() [all …]
|