Home
last modified time | relevance | path

Searched refs:findmodel (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/sane-backends/sane-backends-1.0.32/sanei/
H A Dsanei_scsi.c2817 if (findmodel) in sanei_proc_scsi_find_devices()
2890 && (!findmodel || strncmp (model, findmodel, findmodel_len) == 0) in sanei_proc_scsi_find_devices()
2987 vmt_len[1] = (findmodel) ? strlen(findmodel) : 0; in sanei_scsi_find_devices()
3136 && (!findmodel || strncmp (vmt[1], findmodel, vmt_len[1]) == 0) in sanei_scsi_find_devices()
4196 if (findmodel) in sanei_scsi_find_devices()
4248 && (!findmodel || strncmp (model, findmodel, findmodel_len) == 0) in sanei_scsi_find_devices()
4523 if (findmodel) in sanei_scsi_find_devices()
5181 …(findmodel == NULL || strncmp(findmodel, (char *)&inquiry->InquiryData[16], strlen(findmodel)) == … in sanei_scsi_find_devices()
5537 (findmodel == NULL || strncmp (findmodel, in sanei_scsi_find_devices_old_api()
5611 if (findmodel) in CreateMatchingDictionaryForSTUC()
[all …]
/dports/graphics/sane-epkowa/iscan-2.11.0/sanei/
H A Dsanei_scsi.c2754 if (findmodel) in sanei_scsi_find_devices()
2827 && (!findmodel || strncmp (model, findmodel, findmodel_len) == 0) in sanei_scsi_find_devices()
3883 if (findmodel) in sanei_scsi_find_devices()
3935 && (!findmodel || strncmp (model, findmodel, findmodel_len) == 0) in sanei_scsi_find_devices()
4210 if (findmodel) in sanei_scsi_find_devices()
4217 if (findmodel != NULL) in sanei_scsi_find_devices()
4297 || (findmodel != NULL in sanei_scsi_find_devices()
4868 …(findmodel == NULL || strncmp(findmodel, (char *)&inquiry->InquiryData[16], strlen(findmodel)) == … in sanei_scsi_find_devices()
5174 (findmodel == NULL || strncmp (findmodel, in sanei_scsi_find_devices_old_api()
5247 if (findmodel) in CreateMatchingDictionaryForSTUC()
[all …]
/dports/games/openbor3482/openbor-2c1ecd7/engine/source/gamelib/
H A Dmodels.h15 s_model* findmodel(char* modelname);
H A Dmodels.c56 s_model* findmodel(char* modelname) { in findmodel() function
/dports/games/openbor3979/openbor-2bcf25b/engine/source/gamelib/
H A Dmodels.h15 s_model *findmodel(char *modelname);
H A Dmodels.c66 s_model *findmodel(char *modelname) in findmodel() function
/dports/games/openbor4432/openbor-ba1eb4f/engine/source/gamelib/
H A Dmodels.h15 s_model *findmodel(char *modelname);
H A Dmodels.c66 s_model *findmodel(char *modelname) in findmodel() function
/dports/games/openbor3711/openbor-6ec17fa/engine/source/gamelib/
H A Dmodels.h15 s_model* findmodel(char* modelname);
H A Dmodels.c56 s_model* findmodel(char* modelname) { in findmodel() function
/dports/games/openbor/openbor-3caaddd5/engine/source/gamelib/
H A Dmodels.h17 s_model *findmodel(char *modelname);
H A Dmodels.c67 s_model *findmodel(char *modelname) in findmodel() function
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenborscript.c6251 tempmodel = findmodel((char*)StrCache_Get(varlist[2]->strVal)); in openbor_changeentityproperty()
8637 spawnentry.model = findmodel((char*)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
8645 spawnentry.itemmodel = findmodel((char*)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
8652 tempmodel = findmodel((char*)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
8659 spawnentry.itemmodel = findmodel((char*)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
8664 spawnentry.itemmodel = findmodel((char*)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
8783 spawnentry.weaponmodel = findmodel((char*)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
H A Dopenbor.c3757 playermodels = findmodel(value); in load_playable_list()
4873 if((tempmodel=findmodel(name))!=NULL) { in load_cached_model()
4921 tempmodel = findmodel(GET_ARG(1)); in load_cached_model()
4971 tempmodel = findmodel(value); in load_cached_model()
8884 tempmodel = findmodel(GET_ARG(1)); in load_level()
9869 model = findmodel(player[i].name); in predrawstatus()
10902 m = findmodel(modelname); in ent_set_model()
10947 model = findmodel(name); in spawn()
13365 else newmodel = findmodel(modelname); in set_model_ex()
21215 model = findmodel(player[p].name); in hallfame()
[all …]
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenborscript.c6741 tempmodel = findmodel((char *)StrCache_Get(varlist[2]->strVal)); in openbor_changeentityproperty()
9630 spawnentry.model = findmodel((char *)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
9644 spawnentry.itemmodel = findmodel((char *)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
9654 tempmodel = findmodel((char *)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
9670 spawnentry.itemmodel = findmodel((char *)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
9678 spawnentry.itemmodel = findmodel((char *)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
9911 spawnentry.weaponmodel = findmodel((char *)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
H A Dopenbor.c4884 playermodels = findmodel(value); in load_playable_list()
7314 if((tempmodel = findmodel(name)) != NULL) in load_cached_model()
7434 tempmodel = findmodel(value); in load_cached_model()
12309 tempmodel = findmodel(GET_ARG(1)); in load_level()
12887 cached_model = findmodel(GET_ARG(1)); in load_level()
13007 cached_model = findmodel(GET_ARG(1)); in load_level()
13605 model = findmodel(player[i].name); in updatestatus()
13889 model = findmodel(player[i].name); in predrawstatus()
15225 m = findmodel(modelname); in ent_set_model()
15307 model = findmodel(name); in spawn()
[all …]
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenborscript.c6054 tempmodel = findmodel((char*)StrCache_Get(varlist[2]->strVal)); in openbor_changeentityproperty()
8174 spawnentry.model = findmodel((char*)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
8182 spawnentry.itemmodel = findmodel((char*)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
8189 tempmodel = findmodel((char*)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
8196 spawnentry.itemmodel = findmodel((char*)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
8201 spawnentry.itemmodel = findmodel((char*)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
8320 spawnentry.weaponmodel = findmodel((char*)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
H A Dopenbor.c3784 playermodels = findmodel(value); in load_playable_list()
4985 if((tempmodel=findmodel(name))!=NULL) { in load_cached_model()
5035 tempmodel = findmodel(GET_ARG(1)); in load_cached_model()
5085 tempmodel = findmodel(value); in load_cached_model()
9014 tempmodel = findmodel(GET_ARG(1)); in load_level()
9980 model = findmodel(player[i].name); in updatestatus()
10267 model = findmodel(player[i].name); in predrawstatus()
11143 m = findmodel(modelname); in ent_set_model()
11199 model = findmodel(name); in spawn()
13671 else newmodel = findmodel(modelname); in set_model_ex()
[all …]
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenborscript.c5760 tempmodel = findmodel((char *)StrCache_Get(varlist[2]->strVal)); in openbor_changeentityproperty()
10439 spawnentry.model = findmodel((char *)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
10453 spawnentry.itemmodel = findmodel((char *)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
10463 tempmodel = findmodel((char *)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
10479 spawnentry.itemmodel = findmodel((char *)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
10487 spawnentry.itemmodel = findmodel((char *)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
10740 spawnentry.weaponmodel = findmodel((char *)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
H A Dopenbor.c5135 playermodels = findmodel(value); in load_playable_list()
8937 if((tempmodel = findmodel(name)) != NULL) in load_cached_model()
9069 tempmodel = findmodel(value); in load_cached_model()
14753 tempmodel = findmodel(GET_ARG(1)); in load_level()
16130 model = findmodel(player[i].name); in updatestatus()
16757 model = findmodel(player[i].name); in predrawstatus()
18297 m = findmodel(modelname); in ent_set_model()
18399 model = findmodel(name); in spawn()
23400 newmodel = findmodel(modelname); in set_model_ex()
36606 tempmodel = findmodel(GET_ARG(1)); in load_select_screen_info()
[all …]
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenborscript.c8769 tempmodel = findmodel((char *)StrCache_Get(varlist[2]->strVal)); in openbor_changeentityproperty()
12400 spawnentry.model = findmodel((char *)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
12414 spawnentry.itemmodel = findmodel((char *)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
12424 tempmodel = findmodel((char *)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
12440 spawnentry.itemmodel = findmodel((char *)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
12448 spawnentry.itemmodel = findmodel((char *)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
12701 spawnentry.weaponmodel = findmodel((char *)StrCache_Get(arg->strVal)); in openbor_setspawnentry()
H A Dopenbor.c5229 playermodels = findmodel(value); in load_playable_list()
8583 if((tempmodel = findmodel(name)) != NULL) in load_cached_model()
8711 tempmodel = findmodel(value); in load_cached_model()
14165 tempmodel = findmodel(GET_ARG(1)); in load_level()
14760 cached_model = findmodel(GET_ARG(1)); in load_level()
15522 model = findmodel(player[i].name); in updatestatus()
16296 model = findmodel(player[i].name); in predrawstatus()
17671 m = findmodel(modelname); in ent_set_model()
17753 model = findmodel(name); in spawn()
21855 newmodel = findmodel(modelname); in set_model_ex()
[all …]