Home
last modified time | relevance | path

Searched refs:I_StartGlob (Results 1 – 4 of 4) sorted by path

/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Di_glob.c163 glob_t *I_StartGlob(const char *directory, const char *glob, int flags) in I_StartGlob() function
358 glob_t *I_StartGlob(const char *directory, const char *glob, int flags) in I_StartGlob() function
H A Di_glob.h29 glob_t *I_StartGlob(const char *directory, const char *glob, int flags);
H A Di_musicpack.c946 glob = I_StartGlob(musicdir, "*.cfg", GLOB_FLAG_SORTED|GLOB_FLAG_NOCASE); in LoadSubstituteConfigs()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dm_saves.c59 glob = I_StartGlob(savepathtemp, "*", 0); in ClearTmp()
89 glob = I_StartGlob(savepath, "*", 0); in ClearSlot()
117 glob = I_StartGlob(savepathtemp, "*", 0); in FromCurr()
160 glob = I_StartGlob(savepath, "*", 0); in ToCurr()