Home
last modified time | relevance | path

Searched refs:fullfname (Results 1 – 25 of 53) sorted by relevance

123

/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/
H A Dshowvideo.cpp56 char fullfname[MAX_FNAME_LENGTH]; in showVideo() local
58 sprintf(fullfname, "%s", configGetPath(fname)); in showVideo()
76 FILE* ifh = fopen(fullfname, "rb"); in showVideo()
87 DIE(ERROR_BMFMAGIC, fullfname); in showVideo()
104 DIE(ERROR_BMFVERSION, fullfname); in showVideo()
117 DIE(ERROR_BMFWIDTH, fullfname); in showVideo()
123 DIE(ERROR_BMFHEIGHT, fullfname); in showVideo()
129 DIE(ERROR_BMFEOF, fullfname); in showVideo()
141 DIE(ERROR_BMFEOF, fullfname); in showVideo()
154 DIE(ERROR_BMFEOF, fullfname); in showVideo()
[all …]
H A Dhighscore.cpp28 char fullfname[MAX_FNAME_LENGTH]; in initHighscore() local
39 sprintf(fullfname, "%s", configGetPath("highscore.dat")); in initHighscore()
41 FILE* ifh = fopen(fullfname, "rb"); in initHighscore()
44 FILE* ofh = fopen(fullfname, "wb"); in initHighscore()
46 DIE(ERROR_FILE_WRITE, fullfname); in initHighscore()
158 char fullfname[MAX_FNAME_LENGTH]; in enterHighscore() local
159 sprintf(fullfname, "%s", configGetPath("highscore.dat")); in enterHighscore()
160 FILE* ofh = fopen(fullfname, "wb"); in enterHighscore()
162 DIE(ERROR_FILE_WRITE, fullfname); in enterHighscore()
H A Dsound.cpp111 char fullfname[MAX_FNAME_LENGTH]; in soundStartMusic() local
112 sprintf(fullfname, "%s", configGetPath(fname)); in soundStartMusic()
113 levelMusic = Mix_LoadMUS(fullfname); in soundStartMusic()
115 DIE(ERROR_SOUND_READ, fullfname); in soundStartMusic()
157 char fullfname[MAX_FNAME_LENGTH]; in addSoundFXLua() local
158 sprintf(fullfname, "%s", configGetPath(fname)); in addSoundFXLua()
163 sound_fx[sndfxcnt + FX_MAX_PREDEF] = Mix_LoadWAV(fullfname); in addSoundFXLua()
H A Dtiles.cpp21 char fullfname[MAX_FNAME_LENGTH]; in initTiles() local
22 sprintf(fullfname, "%s", configGetPath(fname)); in initTiles()
23 SDL_Surface* temp = IMG_Load(fullfname); in initTiles()
25 DIE(ERROR_IMAGE_READ, fullfname); in initTiles()
H A Dsplash.cpp19 char fullfname[MAX_FNAME_LENGTH]; in showSplash() local
20 sprintf(fullfname, "%s", configGetPath("splash.jpg")); in showSplash()
22 temp = IMG_Load(fullfname); in showSplash()
H A Dbackground2.cpp19 char fullfname[MAX_FNAME_LENGTH]; in initBackground2() local
20 sprintf(fullfname, "%s", configGetPath(fname)); in initBackground2()
21 SDL_Surface* temp = IMG_Load(fullfname); in initBackground2()
23 DIE(ERROR_IMAGE_READ, fullfname); in initBackground2()
H A Dmonstersprites.cpp27 char fullfname[MAX_FNAME_LENGTH]; in loadMonsterSprites() local
31 sprintf(fullfname, "%smonster%d_left.bmp", configGetPath(""), (i+1)); in loadMonsterSprites()
32 temp = IMG_Load(fullfname); in loadMonsterSprites()
34 DIE(ERROR_IMAGE_READ, fullfname); in loadMonsterSprites()
39 sprintf(fullfname, "%smonster%d_right.bmp", configGetPath(""), (i+1)); in loadMonsterSprites()
40 temp = IMG_Load(fullfname); in loadMonsterSprites()
42 DIE(ERROR_IMAGE_READ, fullfname); in loadMonsterSprites()
H A Dblpstream.cpp303 char fullfname[MAX_FNAME_LENGTH]; local
306 sprintf(fullfname, "%s", filename);
307 pMovie = BlinkenMovieLoad(fullfname);
309 printf("%s not found\n",fullfname);
H A Dmcufstream.cpp382 char fullfname[MAX_FNAME_LENGTH]; local
385 sprintf(fullfname, "%s", filename);
386 pMcufMovie = BlinkenMovieLoad(fullfname);
388 printf("%s not found\n",fullfname);
/dports/archivers/dact/dact-0.8.42/
H A Dmodule.c86 char *mdircpy, *tmpbuf, *mbuf, *fname, fullfname[1024]; in load_modules_all() local
96 strncpy(fullfname, tmpbuf, sizeof(fullfname)); in load_modules_all()
97 strncat(fullfname, "/", sizeof(fullfname)-strlen(fullfname)); in load_modules_all()
98 strncat(fullfname, fname, sizeof(fullfname)-strlen(fullfname)); in load_modules_all()
99 load_module(fullfname, options); in load_modules_all()
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/
H A Dblinkensound.cpp50 char fullfname[MAX_FNAME_LENGTH]; in soundLoad() local
51 sprintf(fullfname, "%s", configGetPath(fname)); in soundLoad()
52 titles[idx].sdlmusic = Mix_LoadMUS(fullfname); in soundLoad()
54 DIE(ERROR_SOUND_READ, fullfname); in soundLoad()
H A Dguihandler.cpp38 char fullfname[MAX_FNAME_LENGTH]; in initGUI() local
39 sprintf(fullfname, "%s", configGetPath("blinkenplayerbg.bmp")); in initGUI()
40 SDL_Surface* temp = IMG_Load(fullfname); in initGUI()
42 DIE(ERROR_IMAGE_READ, fullfname); in initGUI()
54 sprintf(fullfname, "%s", configGetPath(buttonfiles[i])); in initGUI()
55 temp = IMG_Load(fullfname); in initGUI()
57 DIE(ERROR_IMAGE_READ, fullfname); in initGUI()
/dports/games/d2x/d2x-0.2.5/unused/ui/
H A Dfile.c332 char fullfname[ _MAX_FNAME + _MAX_EXT ]; in ui_get_filename() local
466 sprintf( fullfname, "%s%s", fname, ext ); in ui_get_filename()
477 if (strrchr( fullfname, '?' ) || strrchr( fullfname, '*' ) ) in ui_get_filename()
481 sprintf( fullfname, "%s", Filespec ); in ui_get_filename()
491 NumFiles = file_getfilelist( 300, filename_list, fullfname ); in ui_get_filename()
493 strcpy(UserFile->text, fullfname ); in ui_get_filename()
530 sprintf( fullfname, "%s%s", fname, ext ); in ui_get_filename()
543 sprintf( filename, "%s\\%s", CurDir, fullfname ); in ui_get_filename()
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/TOOLS/BLPViewer/
H A Dbxxstream.cpp25 char fullfname[2048]; in initBXXMovie() local
26 sprintf(fullfname, "movies/%s",&buffer[0]); in initBXXMovie()
28 pMovie = BlinkenMovieLoad(fullfname); in initBXXMovie()
30 printf("%s not found\n",fullfname); in initBXXMovie()
31 fprintf(stderr, "%s not found\n",fullfname); in initBXXMovie()
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaBindings/source/
H A Dbl_lua_obj_engine.cpp35 char fullfname[MAX_FNAME_LENGTH]; in luaObjInclude() local
36 sprintf(fullfname, "%s", configGetPath(lua_tostring(L, 1))); in luaObjInclude()
37 if(luaL_loadfile(L, fullfname)) { in luaObjInclude()
H A Dbl_lua.cpp42 char fullfname[MAX_FNAME_LENGTH]; in blLuaInit() local
43 sprintf(fullfname, "%s", configGetPath(fname)); in blLuaInit()
73 if(luaL_loadfile(blLUA, fullfname)) { in blLuaInit()
/dports/net/openradius/openradius-0.9.12c/common/
H A Dtextfile.c107 char *fullfname = 0; in text_include() local
122 fullfname = (char *)malloc(strlen(t->basepath) + in text_include()
124 if (!fullfname) return -1; in text_include()
125 strcpy(fullfname, t->basepath); in text_include()
126 strcat(fullfname, "/"); in text_include()
127 strcat(fullfname, fname); in text_include()
130 fd = open(fullfname, O_RDONLY); err = errno; in text_include()
132 "%d\n", fname, fullfname, fd); in text_include()
144 text_include_fd(t, fd, 1, fullfname ? fullfname : fname); in text_include()
146 if (fullfname) free(fullfname); in text_include()
/dports/games/openlierox/OpenLieroX/src/client/
H A DSounds.cpp109 std::string fullfname = GetFullFileName(_filename); in LoadSample() local
110 if(fullfname.size() == 0 || !IsFileAvailable(fullfname, true)) in LoadSample()
114 Sample = LoadSoundSample(fullfname, maxplaying); in LoadSample()
/dports/math/octave-forge-signal/signal-1.4.1/inst/
H A Ddata2fun.m46 function [fhandle, fullfname] = data2fun (t, y, varargin)
87 fullfname = fullfile (dir, [fname, ".m"]); variable
88 save ("-binary", [fullfname(1:end-2), ".mat"], "pp");
104 fullfname = ""; variable
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/TSP/
H A Dconcorde.c34 static char *fullfname = (char *) NULL; variable
355 if (fullfname) {
358 rval = CCutil_getedgelist (ncount, fullfname, &excount, &exlist,
842 fullfname = CCutil_bix_optarg;
/dports/archivers/squsq/t20-squsq/
H A Dsq.c158 if ((r = fullfname(&req, "RAW")) != 0) {
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Dos.cpp286 char* fullfname = (char*)NEW_C_HEAP_ARRAY(char, fullfnamelen + 1, mtInternal); in dll_locate_lib() local
287 if (dll_build_name(fullfname, fullfnamelen + 1, fname)) { in dll_locate_lib()
297 "", lastchar, fullfname); in dll_locate_lib()
312 retval = conc_path_file_and_check(buffer, buffer, buflen, path, lastchar, fullfname); in dll_locate_lib()
326 retval = conc_path_file_and_check(buffer, buffer, buflen, pname, lastchar, fullfname); in dll_locate_lib()
330 FREE_C_HEAP_ARRAY(char*, fullfname); in dll_locate_lib()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A Dos.cpp286 char* fullfname = (char*)NEW_C_HEAP_ARRAY(char, fullfnamelen + 1, mtInternal); in dll_locate_lib() local
287 if (dll_build_name(fullfname, fullfnamelen + 1, fname)) { in dll_locate_lib()
297 "", lastchar, fullfname); in dll_locate_lib()
312 retval = conc_path_file_and_check(buffer, buffer, buflen, path, lastchar, fullfname); in dll_locate_lib()
326 retval = conc_path_file_and_check(buffer, buffer, buflen, pname, lastchar, fullfname); in dll_locate_lib()
330 FREE_C_HEAP_ARRAY(char*, fullfname); in dll_locate_lib()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A Dos.cpp295 char* fullfname = NEW_C_HEAP_ARRAY(char, fullfnamelen + 1, mtInternal); in dll_locate_lib() local
296 if (dll_build_name(fullfname, fullfnamelen + 1, fname)) { in dll_locate_lib()
306 "", lastchar, fullfname); in dll_locate_lib()
321 retval = conc_path_file_and_check(buffer, buffer, buflen, path, lastchar, fullfname); in dll_locate_lib()
330 retval = conc_path_file_and_check(buffer, buffer, buflen, pname, lastchar, fullfname); in dll_locate_lib()
334 FREE_C_HEAP_ARRAY(char*, fullfname); in dll_locate_lib()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Dos.cpp286 char* fullfname = (char*)NEW_C_HEAP_ARRAY(char, fullfnamelen + 1, mtInternal); in dll_locate_lib() local
287 if (dll_build_name(fullfname, fullfnamelen + 1, fname)) { in dll_locate_lib()
297 "", lastchar, fullfname); in dll_locate_lib()
312 retval = conc_path_file_and_check(buffer, buffer, buflen, path, lastchar, fullfname); in dll_locate_lib()
326 retval = conc_path_file_and_check(buffer, buffer, buflen, pname, lastchar, fullfname); in dll_locate_lib()
330 FREE_C_HEAP_ARRAY(char*, fullfname); in dll_locate_lib()

123