Home
last modified time | relevance | path

Searched refs:M_ReadFile (Results 26 – 50 of 54) sorted by relevance

123

/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Dm_misc.c205 int M_ReadFile(const char *name, byte **buffer) in M_ReadFile() function
H A Di_musicpack.c880 M_ReadFile(filename, (byte **) &buffer); in ReadSubstituteConfig()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dd_main.c821 size = M_ReadFile(fname, &file); in FindResponseFile()
827 size = M_ReadFile(fname, &file); in FindResponseFile()
H A Dm_misc.c108 int M_ReadFile(char const *name, uint8_t **buffer) in M_ReadFile() function
H A Dg_game.c1763 length = M_ReadFile(name, &savebuffer); in G_DoLoadGame()
/dports/games/prboom/prboom-2.5.0/src/
H A Dd_main.c883 size = M_ReadFile(fname, &file); in FindResponseFile()
889 size = M_ReadFile(fname, &file); in FindResponseFile()
H A Dm_misc.c110 int M_ReadFile(char const *name, byte **buffer) in M_ReadFile() function
H A Dg_game.c1571 length = M_ReadFile(name, &savebuffer); in G_DoLoadGame()
/dports/games/heretic/glheretic-1.2/
H A Dm_misc.c217 int M_ReadFile (char const *name, byte **buffer) in M_ReadFile() function
H A Ddoomdef.h1331 int M_ReadFile (char const *name, byte **buffer);
H A Dg_game.c1374 length = M_ReadFile(savename, &savebuffer); in G_DoLoadGame()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dsc_man.cpp180 filesize = M_ReadFile (name, &filebuf); in OpenFile()
H A Dm_misc.cpp117 int M_ReadFile (char const *name, BYTE **buffer) in M_ReadFile() function
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dd_main.c1011 size = M_ReadFile(fname, &file); in FindResponseFile()
1017 size = M_ReadFile(fname, &file); in FindResponseFile()
H A Dr_demo.c126 len = M_ReadFile(filename, &sbuf); in LoadDemo()
H A Dm_misc.c129 int M_ReadFile(char const *name, byte **buffer) in M_ReadFile() function
/dports/games/libretro-prboom/libretro-prboom-cc80175/libretro/
H A Dlibretro_sound.c709 len = M_ReadFile(filename, (uint8_t**) &song_data); in I_RegisterMusicFile()
/dports/games/uhexen/uhexen-0.601/src/
H A Dm_misc.c226 int M_ReadFile(char const *name, byte **buffer) in M_ReadFile() function
/dports/games/uhexen/uhexen-0.601/include/
H A Dh2def.h1286 int M_ReadFile(char const *name, byte **buffer);
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/SDL/
H A Di_sound.c1526 len = M_ReadFile (filename, (byte **) &song_data); in Exp_RegisterMusic()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom/src/
H A Ddoomv9mapstatereader.cpp625 if(!M_ReadFile(NativePath(path).expand().toUtf8().constData(), (char **)&saveBuffer))
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/src/
H A Dhereticv13mapstatereader.cpp646 if(!M_ReadFile(NativePath(filePath).expand().toUtf8().constData(), (char **)&saveBuffer))
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dg_game.c1640 if(M_ReadFile(temppath, &buffer) <= 0) in G_ReadCurrent()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dg_game.c1637 if(M_ReadFile(temppath, &buffer) <= 0) in G_ReadCurrent()
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dg_game.cpp1964 bytelen = M_ReadFile(defdemoname, &demobuffer); in END_COMMAND()

123