img_prefixes 25 core/conf.c const char* img_prefixes[NUM_IMG_PREFIXES]={ "IMG_", "CRW_", "SND_" /*, "AUT_", "ETC_","SDR_", "MVI_", "MRK_"*/}; img_prefixes 1910 core/gui.c MENU_ENUM2a (0x5f,LANG_MENU_RAW_PREFIX, &conf.raw_prefix, img_prefixes, NUM_IMG_PREFIXES ), img_prefixes 1912 core/gui.c MENU_ENUM2a (0x5f,LANG_MENU_SUB_PREFIX, &conf.sub_batch_prefix, img_prefixes, NUM_IMG_PREFIXES ), img_prefixes 121 core/raw.c img_prefixes[conf.raw_prefix], img_prefixes 128 core/raw.c img_prefixes[conf.raw_prefix], img_prefixes 544 include/conf.h extern const char* img_prefixes[NUM_IMG_PREFIXES]; img_prefixes 304 modules/module_exportlist.c img_prefixes img_prefixes 74 modules/raw_merge.c sprintf(namebuf, "%s/%s%s", fromDir, img_prefixes[conf.sub_batch_prefix], fromName+4); img_prefixes 446 modules/raw_merge.c strncpy(n, img_prefixes[conf.sub_batch_prefix], 4);