Home
last modified time | relevance | path

Searched refs:open_input_file (Results 101 – 125 of 250) sorted by relevance

12345678910

/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/
H A Dfs.py389 def open_input_file(self, path): member in FSSpecHandler
/dports/graphics/tumble/tumble-0.36/
H A Dtumble.c362 if (! open_input_file (in_fn [i])) in main_args()
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/tests/
H A Dtest_fs.py129 def open_input_file(self, path): member in DummyHandler
952 with fs.open_input_file(p) as f:
1546 with fs.open_input_file("somefile") as f:
1549 fs.open_input_file("notfound")
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/hpt/src/
H A Dpost.c540 FILE *open_input_file(struct post_parameters *p) in open_input_file() function
896 if((text = open_input_file(&p)) == NULL) in post()
/dports/news/husky/husky-1.9.20191207/hpt/src/
H A Dpost.c540 FILE *open_input_file(struct post_parameters *p) in open_input_file() function
896 if((text = open_input_file(&p)) == NULL) in post()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/hpt/src/
H A Dpost.c540 FILE *open_input_file(struct post_parameters *p) in open_input_file() function
896 if((text = open_input_file(&p)) == NULL) in post()
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/hpt/src/
H A Dpost.c540 FILE *open_input_file(struct post_parameters *p) in open_input_file() function
896 if((text = open_input_file(&p)) == NULL) in post()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/examples/
H A Dsvc_encoder_rtc.c98 static void open_input_file(struct AvxInputContext *input, in open_input_file() function
625 open_input_file(&input_ctx, 0); in main()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/hpt/src/
H A Dpost.c540 FILE *open_input_file(struct post_parameters *p) in open_input_file() function
896 if((text = open_input_file(&p)) == NULL) in post()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/hpt/src/
H A Dpost.c540 FILE *open_input_file(struct post_parameters *p) in open_input_file() function
896 if((text = open_input_file(&p)) == NULL) in post()
/dports/news/husky-htick/husky-htick-1.9.20191207/hpt/src/
H A Dpost.c540 FILE *open_input_file(struct post_parameters *p) in open_input_file() function
896 if((text = open_input_file(&p)) == NULL) in post()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/hpt/src/
H A Dpost.c540 FILE *open_input_file(struct post_parameters *p) in open_input_file() function
896 if((text = open_input_file(&p)) == NULL) in post()
/dports/science/quantum-espresso/q-e-qe-6.7.0/EPW/src/
H A Depw_readin.f9079 USE open_close_input_file, ONLY : open_input_file, close_input_file
370 ios = open_input_file ( )
/dports/science/quantum-espresso/q-e-qe-6.7.0/atomic/src/
H A Dld1_readin.f9022 USE open_close_input_file, ONLY : open_input_file, close_input_file
225 if (ionode) ios = open_input_file( )
/dports/audio/wav2cdr/wav2cdr/
H A Ddata.c608 open_input_file (cmdinfo.infilename); in do_data_io()
/dports/ftp/wput/wput-0.6.2/src/
H A Dftp.c205 int open_input_file(_fsession * fsession) { in open_input_file() function
263 int fd = open_input_file(fsession); in do_send()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/exodus/
H A DIoex_DatabaseIO.h73 bool open_input_file(bool write_message, std::string *error_msg, int *bad_count,
H A DIoex_ParallelDatabaseIO.h84 bool open_input_file(bool write_message, std::string *error_msg, int *bad_count,
H A DIoex_BaseDatabaseIO.h212 virtual bool open_input_file(bool write_message, std::string *error_msg, int *bad_count,
/dports/lang/nwcc/nwcc_0.8.3/cpp/
H A Dpreprocess.c123 open_input_file(struct input_file *inf, const char *input, int silent) { in open_input_file() function
880 if (open_input_file(&inf, str+1, 1) == 0) {
928 if (open_input_file(&inf, buf, 1) == 0) {
/dports/cad/iverilog/verilog-11.0/ivlpp/
H A Dlexor.lex1817 static void open_input_file(struct include_stack_t*isp)
1935 open_input_file(istack);
2094 open_input_file(isp);
/dports/textproc/ffe/ffe-0.3.9/src/
H A Dffe.c1134 open_input_file(BINARY); // guess binary first in main()
1147 open_input_file(s->type[0]); in main()
/dports/multimedia/audacious/audacious-4.1/src/libaudcore/
H A Dplayback.cc361 if (!open_input_file(pb_info.filename, "r", dec.ip, dec.file, in run_playback()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/includes/
H A Dlibarrow_fs.pxd245 function[CallbackOpenInputFile] open_input_file
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/examples/
H A Dsvc_encoder_rtc.c136 static void open_input_file(struct AvxInputContext *input, in open_input_file() function
361 open_input_file(&app_input->input_ctx, 0); in parse_command_line()

12345678910