Home
last modified time | relevance | path

Searched refs:fopen_utf8 (Results 151 – 175 of 309) sorted by relevance

12345678910>>...13

/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/coders/
H A Dcut.c457 if((clone_info->file=fopen_utf8(clone_info->filename,"rb"))==NULL) in ReadCUTImage()
461 if((clone_info->file=fopen_utf8(clone_info->filename,"rb"))==NULL) in ReadCUTImage()
464 if((clone_info->file=fopen_utf8(clone_info->filename,"rb"))==NULL) in ReadCUTImage()
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/coders/
H A Dcut.c457 if((clone_info->file=fopen_utf8(clone_info->filename,"rb"))==NULL) in ReadCUTImage()
461 if((clone_info->file=fopen_utf8(clone_info->filename,"rb"))==NULL) in ReadCUTImage()
464 if((clone_info->file=fopen_utf8(clone_info->filename,"rb"))==NULL) in ReadCUTImage()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/samples/streams/rzip/
H A DMakefile26 $(LIBRETRO_COMM_DIR)/compat/fopen_utf8.c \
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/samples/streams/rzip/
H A DMakefile26 $(LIBRETRO_COMM_DIR)/compat/fopen_utf8.c \
/dports/games/retroarch/RetroArch-1.9.7/
H A DMakefile.vita.salamander47 libretro-common/compat/fopen_utf8.o \
H A DMakefile.ps2.salamander51 libretro-common/compat/fopen_utf8.o \
H A DMakefile.psl1ght.salamander70 libretro-common/compat/fopen_utf8.o \
/dports/games/libretro-beetle_ngp/beetle-ngp-libretro-74cc0d8/
H A DMakefile.common94 $(LIBRETRO_COMM_DIR)/compat/fopen_utf8.c \
/dports/games/libretro-opera/opera-libretro-5781f68/
H A DMakefile.common66 $(LIBRETRO_COMM_DIR)/compat/fopen_utf8.c \
/dports/net-p2p/libswift/libswift-dc0cbcc/
H A Dlivesig.cpp454 FILE *fp = fopen_utf8(keypairfilename.c_str(),"wb"); in fake_openssl_write_private_key()
469 FILE *fp = fopen_utf8(keypairfilename.c_str(),"rb"); in fake_openssl_read_private_key()
1112 FILE *fp = fopen_utf8(keypairfilename.c_str(),"wb");
1131 FILE *fp = fopen_utf8(keypairfilename.c_str(),"rb");
H A Dcompat.h202 FILE *fopen_utf8(const char *filename, const char *mode);
H A Dstorage.cpp59 FILE *fp = fopen_utf8(filename.c_str(),"rb"); in Storage()
335 FILE *fp = fopen_utf8(sf->GetOSPathName().c_str(),"rb"); in ParseSpec()
/dports/sysutils/libcdio/libcdio-2.1.0/lib/driver/
H A D_cdio_stdio.c63 #define CDIO_FOPEN fopen_utf8
/dports/audio/wavpack/wavpack-5.4.0/cli/
H A Dwin32_unicode_support.c165 FILE *fopen_utf8(const char *filename_utf8, const char *mode_utf8) in fopen_utf8() function
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/libretro/
H A DMakefile.common60 $(LIBRETRO_COMM_DIR)/compat/fopen_utf8.c \
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/libretro/
H A DMakefile.common60 $(LIBRETRO_COMM_DIR)/compat/fopen_utf8.c \
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickWand/
H A Dscript-token.c225 token_info->stream=fopen_utf8(filename, "r"); in AcquireScriptTokenInfo()
H A Dmagick-cli.c662 output=fopen_utf8(argv[argc-1],"wb"); in ConcatenateImages()
672 input=fopen_utf8(argv[i],"rb"); in ConcatenateImages()
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickWand/
H A Dscript-token.c225 token_info->stream=fopen_utf8(filename, "r"); in AcquireScriptTokenInfo()
H A Dmagick-cli.c662 output=fopen_utf8(argv[argc-1],"wb"); in ConcatenateImages()
672 input=fopen_utf8(argv[i],"rb"); in ConcatenateImages()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX-IO/PFM/
H A DWritePFM.cpp159 std::FILE *const nfile = fopen_utf8(filename.c_str(), "wb"); in encode()
/dports/emulators/cemu/CEmu-1.3/gui/qt/
H A Dutils.cpp37 if (FILE *file = fopen_utf8(path.toStdString().c_str(), "r")) { in fileExists()
/dports/games/mrboom/MrBoom-src-5.2/
H A DMakefile.common53 $(LIBRETRO_COMM_DIR)/compat/fopen_utf8.c \
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/lib/nall/
H A Dfile.hpp18 inline FILE* fopen_utf8(const char *utf8_filename, const char *mode) { in fopen_utf8() function
/dports/audio/opus-tools/opus-tools-0.2/src/
H A Dopusdec.c62 # define fopen_utf8(_x,_y) fopen((_x),(_y)) macro
413 fout = fopen_utf8(outFile, "wb"); in out_file_open()
786 frange=fopen_utf8(optarg,"w"); in main()

12345678910>>...13