Home
last modified time | relevance | path

Searched refs:mode_w (Results 1 – 25 of 125) sorted by relevance

12345

/dports/games/libretro-snes9x2010/snes9x2010-714b1c8/libretro/libretro-common/compat/
H A Dfopen_utf8.c51 wchar_t * mode_w = utf8_to_utf16_string_alloc(mode); in fopen_utf8()
54 if (filename_w && mode_w) in fopen_utf8()
55 ret = _wfopen(filename_w, mode_w); in fopen_utf8()
58 if (mode_w) in fopen_utf8()
59 free(mode_w); in fopen_utf8()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/compat/
H A Dfopen_utf8.c51 wchar_t * mode_w = utf8_to_utf16_string_alloc(mode); in fopen_utf8()
54 if (filename_w && mode_w) in fopen_utf8()
55 ret = _wfopen(filename_w, mode_w); in fopen_utf8()
58 if (mode_w) in fopen_utf8()
59 free(mode_w); in fopen_utf8()
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/compat/
H A Dfopen_utf8.c51 wchar_t * mode_w = utf8_to_utf16_string_alloc(mode); in fopen_utf8()
54 if (filename_w && mode_w) in fopen_utf8()
55 ret = _wfopen(filename_w, mode_w); in fopen_utf8()
58 if (mode_w) in fopen_utf8()
59 free(mode_w); in fopen_utf8()
/dports/emulators/snes9x-gtk/snes9x-1.54.1/win32/
H A D_tfwopen.cpp212 wchar_t mode_w[30]; in _tfwopen() local
213 lstrcpyn(mode_w,Utf8ToWide(mode),29); in _tfwopen()
214 mode_w[29]=L'\0'; in _tfwopen()
215 return _wfopen(Utf8ToWide(filename),mode_w); in _tfwopen()
/dports/emulators/cemu/CEmu-1.3/core/os/
H A Dos-win32.c9 wchar_t mode_w[5]; in fopen_utf8() local
11 MultiByteToWideChar(CP_UTF8, 0, mode, -1, mode_w, 5); in fopen_utf8()
12 return _wfopen(filename_w, mode_w); in fopen_utf8()
/dports/games/libretro-snes9x/snes9x-73aa348/win32/
H A D_tfwopen.cpp37 wchar_t mode_w[30]; in _tfwopen() local
38 lstrcpyn(mode_w,Utf8ToWide(mode),29); in _tfwopen()
39 mode_w[29]=L'\0'; in _tfwopen()
40 return _wfopen(Utf8ToWide(filename),mode_w); in _tfwopen()
/dports/games/libretro-tyrquake/tyrquake-e76477d/libretro-common/compat/
H A Dfopen_utf8.c51 wchar_t * mode_w = utf8_to_utf16_string_alloc(mode); in fopen_utf8()
52 FILE* ret = _wfopen(filename_w, mode_w); in fopen_utf8()
54 free(mode_w); in fopen_utf8()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/compat/
H A Dfopen_utf8.c51 wchar_t * mode_w = utf8_to_utf16_string_alloc(mode); in fopen_utf8()
52 FILE* ret = _wfopen(filename_w, mode_w); in fopen_utf8()
54 free(mode_w); in fopen_utf8()
/dports/games/libretro-picodrive/picodrive-600894e/platform/libretro/libretro-common/compat/
H A Dfopen_utf8.c51 wchar_t * mode_w = utf8_to_utf16_string_alloc(mode); in fopen_utf8()
52 FILE* ret = _wfopen(filename_w, mode_w); in fopen_utf8()
54 free(mode_w); in fopen_utf8()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/libretro-common/compat/
H A Dfopen_utf8.c51 wchar_t * mode_w = utf8_to_utf16_string_alloc(mode); in fopen_utf8()
52 FILE* ret = _wfopen(filename_w, mode_w); in fopen_utf8()
54 free(mode_w); in fopen_utf8()
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/compat/
H A Dfopen_utf8.c51 wchar_t * mode_w = utf8_to_utf16_string_alloc(mode); in fopen_utf8()
52 FILE* ret = _wfopen(filename_w, mode_w); in fopen_utf8()
54 free(mode_w); in fopen_utf8()
/dports/games/libretro-gambatte/gambatte-libretro-22abc24/libgambatte/libretro-common/compat/
H A Dfopen_utf8.c51 wchar_t * mode_w = utf8_to_utf16_string_alloc(mode); in fopen_utf8()
52 FILE* ret = _wfopen(filename_w, mode_w); in fopen_utf8()
54 free(mode_w); in fopen_utf8()
/dports/games/libretro-beetle_supergrafx/beetle-supergrafx-libretro-c4dd156/libretro-common/compat/
H A Dfopen_utf8.c51 wchar_t * mode_w = utf8_to_utf16_string_alloc(mode); in fopen_utf8()
52 FILE* ret = _wfopen(filename_w, mode_w); in fopen_utf8()
54 free(mode_w); in fopen_utf8()
/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/libretro-common/compat/
H A Dfopen_utf8.c51 wchar_t * mode_w = utf8_to_utf16_string_alloc(mode); in fopen_utf8()
52 FILE* ret = _wfopen(filename_w, mode_w); in fopen_utf8()
54 free(mode_w); in fopen_utf8()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/libretro/libretro-common/compat/
H A Dfopen_utf8.c51 wchar_t * mode_w = utf8_to_utf16_string_alloc(mode); in fopen_utf8()
52 FILE* ret = _wfopen(filename_w, mode_w); in fopen_utf8()
54 free(mode_w); in fopen_utf8()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/libretro-common/compat/
H A Dfopen_utf8.c51 wchar_t * mode_w = utf8_to_utf16_string_alloc(mode); in fopen_utf8()
52 FILE* ret = _wfopen(filename_w, mode_w); in fopen_utf8()
54 free(mode_w); in fopen_utf8()
/dports/games/libretro-beetle_lynx/beetle-lynx-libretro-35119c9/libretro-common/compat/
H A Dfopen_utf8.c51 wchar_t * mode_w = utf8_to_utf16_string_alloc(mode); in fopen_utf8()
52 FILE* ret = _wfopen(filename_w, mode_w); in fopen_utf8()
54 free(mode_w); in fopen_utf8()
/dports/games/libretro-beetle_gba/beetle-gba-libretro-8d1e421/libretro-common/compat/
H A Dfopen_utf8.c51 wchar_t * mode_w = utf8_to_utf16_string_alloc(mode); in fopen_utf8()
52 FILE* ret = _wfopen(filename_w, mode_w); in fopen_utf8()
54 free(mode_w); in fopen_utf8()
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/compat/
H A Dfopen_utf8.c51 wchar_t * mode_w = utf8_to_utf16_string_alloc(mode); in fopen_utf8()
52 FILE* ret = _wfopen(filename_w, mode_w); in fopen_utf8()
54 free(mode_w); in fopen_utf8()
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/compat/
H A Dfopen_utf8.c51 wchar_t * mode_w = utf8_to_utf16_string_alloc(mode); in fopen_utf8()
52 FILE* ret = _wfopen(filename_w, mode_w); in fopen_utf8()
54 free(mode_w); in fopen_utf8()
/dports/games/libretro-beetle_pce/beetle-pce-libretro-945b7a7/libretro-common/compat/
H A Dfopen_utf8.c51 wchar_t * mode_w = utf8_to_utf16_string_alloc(mode); in fopen_utf8()
52 FILE* ret = _wfopen(filename_w, mode_w); in fopen_utf8()
54 free(mode_w); in fopen_utf8()
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/libretro-common/compat/
H A Dfopen_utf8.c25 wchar_t * mode_w = utf8_to_utf16_string_alloc(mode); in fopen_utf8()
26 FILE* ret = _wfopen(filename_w, mode_w); in fopen_utf8()
28 free(mode_w); in fopen_utf8()
/dports/games/libretro-beetle_ngp/beetle-ngp-libretro-74cc0d8/libretro-common/compat/
H A Dfopen_utf8.c51 wchar_t * mode_w = utf8_to_utf16_string_alloc(mode); in fopen_utf8()
52 FILE* ret = _wfopen(filename_w, mode_w); in fopen_utf8()
54 free(mode_w); in fopen_utf8()
/dports/games/libretro-beetle_pce_fast/beetle-pce-fast-libretro-67426f4/libretro-common/compat/
H A Dfopen_utf8.c51 wchar_t * mode_w = utf8_to_utf16_string_alloc(mode); in fopen_utf8()
52 FILE* ret = _wfopen(filename_w, mode_w); in fopen_utf8()
54 free(mode_w); in fopen_utf8()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/libretro-common/compat/
H A Dfopen_utf8.c51 wchar_t * mode_w = utf8_to_utf16_string_alloc(mode); in fopen_utf8()
52 FILE* ret = _wfopen(filename_w, mode_w); in fopen_utf8()
54 free(mode_w); in fopen_utf8()

12345