Home
last modified time | relevance | path

Searched refs:open_input_file (Results 1 – 25 of 250) sorted by relevance

12345678910

/dports/multimedia/audacious/audacious-4.1/src/libaudcore/
H A Dprobe.cc32 bool open_input_file(const char * filename, const char * mode, InputPlugin * ip, in open_input_file() function
126 if (!open_input_file(filename, "r", nullptr, file, error)) in aud_file_find_decoder()
195 if (!open_input_file(filename, "r", ip, file, error)) in aud_file_read_tag()
229 if (!open_input_file(filename, "r+", ip, file)) in aud_file_write_tuple()
263 if (!open_input_file(filename, "r", ip, file)) in aud_custom_infowin()
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/flex/dist/examples/manual/
H A Duserinit.lex2 #define YY_USER_INIT open_input_file()
6 void open_input_file(void) in open_input_file() function
/dports/textproc/flex/flex-2.6.4/examples/manual/
H A Duserinit.lex2 #define YY_USER_INIT open_input_file()
6 void open_input_file(void) in open_input_file() function
/dports/graphics/tumble/tumble-0.36/
H A Dtumble_input.h38 bool (*open_input_file) (FILE *f, char *name); member
56 bool open_input_file (char *name);
H A Dtumble_input.c72 bool open_input_file (char *name) in open_input_file() function
103 if (input_handlers [i]->open_input_file (in, name)) in open_input_file()
H A Dtumble.h50 bool open_input_file (char *name);
/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Dread_input.f9037 USE open_close_input_file, ONLY : open_input_file, close_input_file
47 IF ( ionode ) ierr = open_input_file( input_file_, xmlinput )
H A Dopen_close_input_file.f9019 PUBLIC :: get_file_name, open_input_file, close_input_file
60 FUNCTION open_input_file ( input_file_, is_xml) RESULT ( ierr ) function
/dports/net/p5-Net-Nmsg/Net-Nmsg-0.17/lib/Net/Nmsg/
H A DInput.pm194 eval { $io = $self->HANDLE_IO->open_input_file($spec, %opt) };
205 eval { $io = $self->HANDLE_IO->open_input_file($spec, %opt) };
237 eval { $io = $self->HANDLE_IO->open_input_file($spec, %opt) };
/dports/japanese/anthy/anthy-0.4/src-util/
H A Ddic-tool.c289 open_input_file(void) in open_input_file() function
435 open_input_file(); in main()
440 open_input_file(); in main()
/dports/devel/global/global-6.6.7/libutil/
H A Dfileop.h42 FILEOP *open_input_file(const char *);
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dw32heap.h58 int open_input_file (file_data *p_file, char *name);
/dports/editors/emacs/emacs-27.2/src/
H A Dw32heap.h58 int open_input_file (file_data *p_file, char *name);
/dports/multimedia/handbrake/ffmpeg-4.4/doc/examples/
H A Dfiltering_video.c54 static int open_input_file(const char *filename) in open_input_file() function
229 if ((ret = open_input_file(argv[1])) < 0) in main()
H A Dfiltering_audio.c49 static int open_input_file(const char *filename) in open_input_file() function
230 if ((ret = open_input_file(argv[1])) < 0) in main()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/doc/examples/
H A Dfiltering_video.c51 static int open_input_file(const char *filename) in open_input_file() function
206 if ((ret = open_input_file(argv[1])) < 0) in main()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/doc/examples/
H A Dfiltering_video.c54 static int open_input_file(const char *filename) in open_input_file() function
229 if ((ret = open_input_file(argv[1])) < 0) in main()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/doc/examples/
H A Dfiltering_video.c54 static int open_input_file(const char *filename) in open_input_file() function
229 if ((ret = open_input_file(argv[1])) < 0) in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/doc/examples/
H A Dfiltering_video.c54 static int open_input_file(const char *filename) in open_input_file() function
229 if ((ret = open_input_file(argv[1])) < 0) in main()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/doc/examples/
H A Dfiltering_video.c51 static int open_input_file(const char *filename) in open_input_file() function
206 if ((ret = open_input_file(argv[1])) < 0) in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/doc/examples/
H A Dfiltering_video.c54 static int open_input_file(const char *filename) in open_input_file() function
229 if ((ret = open_input_file(argv[1])) < 0) in main()
/dports/games/construo/construo-0.2.3/src/
H A Dsystem_context.hpp55 virtual FILE* open_input_file(const std::string& filename) =0;
H A Dunix_system.hpp43 FILE* open_input_file(const std::string& filename);
/dports/print/ghostscript9-x11/ghostscript-9.06/jpegxr/
H A Dfile.h47 void *open_input_file(const char *name, const raw_info *raw_info_t, int *alpha_mode, int *padded_fo…
/dports/print/ghostscript9-base/ghostscript-9.06/jpegxr/
H A Dfile.h47 void *open_input_file(const char *name, const raw_info *raw_info_t, int *alpha_mode, int *padded_fo…

12345678910