out_h             151 tools/makeexport.c 	FILE* out_h = fopen(argv[1],"wb");
out_h             155 tools/makeexport.c 	if (!out_h)
out_h             166 tools/makeexport.c 	fprintf(out_h,"//Auto generated file. Do not edit the contents of this file.\n");
out_h             167 tools/makeexport.c 	fprintf(out_h,"//Update the modules/module_exportlist.c file\n\n");
out_h             168 tools/makeexport.c 	fprintf(out_h,"#ifndef MODULE_EXPORTLIST_H\n");
out_h             169 tools/makeexport.c 	fprintf(out_h,"#define MODULE_EXPORTLIST_H\n\n");
out_h             184 tools/makeexport.c 		fprintf(out_h,"#define CHDK_BUILD_NUM %d\n\n",build_num);
out_h             213 tools/makeexport.c 		fprintf(out_h,"#define EXPORTLIST_COUNT %d\n\n",hash_idx);
out_h             215 tools/makeexport.c 		fprintf(out_h,"#error Malformed export list. Only %d valid records\n\n",hash_idx);
out_h             218 tools/makeexport.c 	fprintf(out_h,"#endif\n");
out_h             220 tools/makeexport.c 	fclose(out_h);