process_file 2459 core/gui.c process_file( "A/CHDK/badpixel", make_pixel_list, 1 ); process_file 2460 core/gui.c process_file( "A/CHDK/badpixel.txt", make_pixel_list, 1 ); process_file 10 include/fileutil.h extern int process_file(const char *filename, callback_process_file callback, int add0); process_file 202 lib/lang/lang.c process_file(filename, lang_parse_from_mem, 1); process_file 212 modules/gui_grid.c if (process_file(fn, parse_grid_file, 1) > 0) // non-zero length file found? process_file 53 modules/module_exportlist.c process_file process_file 186 tools/makeexport.c if (!process_file(argv[4], out_txt)) exit(-1); // CHDK exports process_file 187 tools/makeexport.c if (!process_file(argv[5], out_txt)) exit(-1); // GCC library exports