Home
last modified time | relevance | path

Searched refs:M_WriteFile (Results 1 – 25 of 51) sorted by relevance

123

/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dm_saves.c138 M_WriteFile(dstfilename, filebuffer, filelen); in FromCurr()
180 M_WriteFile(dstfilename, filebuffer, filelen); in ToCurr()
257 result = M_WriteFile(destpath, mission_objective, OBJECTIVE_LEN); in M_SaveMisObj()
H A Dg_game.c1774 retval = M_WriteFile(tmpname, character_name, 32); in G_WriteSaveName()
1823 M_WriteFile(current_path, gamemapbytes, 4); in G_DoSaveGame()
2468 M_WriteFile (demoname, demobuffer, demo_p - demobuffer); in G_CheckDemoStatus()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dm_saves.c155 M_WriteFile(dstfilename, filebuffer, filelen); in FromCurr()
197 M_WriteFile(dstfilename, filebuffer, filelen); in ToCurr()
275 result = M_WriteFile(destpath, mission_objective, OBJECTIVE_LEN); in M_SaveMisObj()
H A Dg_game.c1771 retval = M_WriteFile(tmpname, character_name, 32); in G_WriteSaveName()
1820 M_WriteFile(current_path, gamemapbytes, 4); in G_DoSaveGame()
2459 M_WriteFile (demoname, demobuffer, demo_p - demobuffer); in G_CheckDemoStatus()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Di_sdlmusic.c396 M_WriteFile(filename, outbuf, outbuf_len); in ConvertMus()
428 M_WriteFile(filename, data, len); in I_SDL_RegisterSong()
H A Dm_misc.h28 boolean M_WriteFile(const char *name, const void *source, int length);
H A Dmus2mid.c731 M_WriteFile(argv[2], outfile, outfile_len); in main()
H A Dm_misc.c181 boolean M_WriteFile(const char *name, const void *source, int length) in M_WriteFile() function
/dports/games/prboom/prboom-2.5.0/src/
H A Dm_misc.h45 boolean M_WriteFile (char const* name,void* source,int length);
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dm_misc.h45 dbool M_WriteFile (char const* name,void* source,int length);
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dm_misc.h35 bool M_WriteFile (char const *name, void *source, int length);
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dm_fileio.h38 BOOL M_WriteFile(std::string filename, void *source, QWORD length);
H A Dm_fileio.cpp76 BOOL M_WriteFile(std::string filename, void *source, QWORD length) in M_WriteFile() function
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dm_misc.h45 dboolean M_WriteFile (char const* name, const void* source, size_t length);
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Dm_misc.h28 boolean M_WriteFile(char *name, void *source, int length);
H A Di_sdlmusic.c1159 M_WriteFile(filename, outbuf, outbuf_len); in ConvertMus()
1211 M_WriteFile(filename, data, len); in I_SDL_RegisterSong()
H A Dmus2mid.c729 M_WriteFile(argv[2], outfile, outfile_len); in main()
H A Dm_misc.c181 boolean M_WriteFile(char *name, void *source, int length) in M_WriteFile() function
/dports/games/heretic/glheretic-1.2/
H A Dm_misc.c192 boolean M_WriteFile (char const *name, void *source, int length) in M_WriteFile() function
754 M_WriteFile (filename, pcx, length); in WritePCXfile()
/dports/games/prboom/prboom-2.5.0/src/MAC/
H A Di_sound.c191 M_WriteFile(music_tmp,mid,midlen); in I_RegisterSong()
/dports/games/uhexen/uhexen-0.601/src/
H A Dm_misc.c202 boolean M_WriteFile (char const *name, void *source, int length) in M_WriteFile() function
758 M_WriteFile (filename, pcx, length); in WritePCXfile()
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dcl_download.cpp197 if (M_WriteFile(filename, download.buf->ptr(), download.buf->maxsize())) in IntDownloadComplete()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/SDL/
H A Di_sound.c1027 io_errors = (M_WriteFile(name, data, len) == 0); in I_RegisterSong()
1095 io_errors = M_WriteFile(music_tmp, outbuf, outbuf_len) == 0; in I_RegisterSong()
/dports/games/prboom/prboom-2.5.0/src/SDL/
H A Di_sound.c701 M_WriteFile(music_tmp,mid,midlen); in I_RegisterSong()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/MAC/
H A Di_sound.m188 MidiIsReady = M_WriteFile(music_tmp, outbuf, outbuf_len);

123