Home
last modified time | relevance | path

Searched defs:open_file (Results 1 – 25 of 1551) sorted by relevance

12345678910>>...63

/dports/math/dbcsr/dbcsr-2.1.0/src/utils/
H A Ddbcsr_files.F233 SUBROUTINE open_file(file_name, file_status, file_form, file_action, & subroutine
247 CHARACTER(LEN=*), PARAMETER :: routineN = 'open_file' argument
248 CHARACTER(LEN=11) :: access_string, action_string, current_action, current_form, &
249 form_string, pad_string, position_string, status_string
250 CHARACTER(LEN=2*default_path_length) :: message
251 CHARACTER(LEN=default_path_length) :: cwd, iomsgstr
252 INTEGER :: debug_unit, istat
253 LOGICAL :: exists, get_a_new_unit, is_open
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/utils/
H A Ddbcsr_files.F264 SUBROUTINE open_file(file_name, file_status, file_form, file_action, & subroutine
278 CHARACTER(LEN=*), PARAMETER :: routineN = 'open_file', routineP = moduleN//':'//routineN argument
280 CHARACTER(LEN=11) :: access_string, action_string, current_action, current_form, &
281 form_string, pad_string, position_string, status_string
282 CHARACTER(LEN=2*default_path_length) :: message
283 CHARACTER(LEN=default_path_length) :: cwd, iomsgstr
284 INTEGER :: debug_unit, istat
285 LOGICAL :: exists, get_a_new_unit, is_open
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/common/
H A Dcp_files.F313 SUBROUTINE open_file(file_name, file_status, file_form, file_action, & subroutine
325 CHARACTER(LEN=*), PARAMETER :: routineN = 'open_file', routineP = moduleN//':'//routineN argument
327 CHARACTER(LEN=11) :: access_string, action_string, current_action, current_form, &
328 form_string, pad_string, position_string, status_string
329 CHARACTER(LEN=2*default_path_length) :: message
330 CHARACTER(LEN=default_path_length) :: cwd, iomsgstr, real_file_name
331 INTEGER :: debug_unit, istat
332 LOGICAL :: exists, get_a_new_unit, is_open
/dports/science/cp2k-data/cp2k-7.1.0/src/common/
H A Dcp_files.F313 SUBROUTINE open_file(file_name, file_status, file_form, file_action, & subroutine
325 CHARACTER(LEN=*), PARAMETER :: routineN = 'open_file', routineP = moduleN//':'//routineN argument
327 CHARACTER(LEN=11) :: access_string, action_string, current_action, current_form, &
328 form_string, pad_string, position_string, status_string
329 CHARACTER(LEN=2*default_path_length) :: message
330 CHARACTER(LEN=default_path_length) :: cwd, iomsgstr, real_file_name
331 INTEGER :: debug_unit, istat
332 LOGICAL :: exists, get_a_new_unit, is_open
/dports/science/berkeleygw/BGW-2.0.0/Common/
H A Dmessage.f90240 subroutine open_file(unit, file, status, form, position, iostat) subroutine
241 integer, intent(in) :: unit
242 character(len=*), intent(in) :: file
243 character(len=*), intent(in) :: status
244 character(len=*), optional, intent(in) :: form
245 character(len=*), optional, intent(in) :: position
246 integer, optional, intent(out) :: iostat
248 integer :: ierr, unit_other
249 character*80 :: form_, position_, name, unit_str, unit_other_str
250 character*200 :: string
[all …]
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/task/
H A Dags_open_file.c100 ags_open_file_class_init(AgsOpenFileClass *open_file) in ags_open_file_class_init()
189 ags_open_file_init(AgsOpenFile *open_file) in ags_open_file_init()
203 AgsOpenFile *open_file; in ags_open_file_set_property() local
268 AgsOpenFile *open_file; in ags_open_file_get_property() local
303 AgsOpenFile *open_file; in ags_open_file_dispose() local
326 AgsOpenFile *open_file; in ags_open_file_finalize() local
345 AgsOpenFile *open_file; in ags_open_file_launch() local
374 AgsOpenFile *open_file; in ags_open_file_new() local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/debug/ctf/
H A Dctf-bitfields-3.c13 struct open_file { struct
14 bool mmapped:1;
15 bool released:1;
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/paw/paw_utils/
H A Dio_utils.F72 subroutine open_file(FileName,mode,fp) subroutine
74 character*(*) FileName
98 junk = "unknown parameter in open_file, "//mode(1:l) argument
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/paw/paw_utils/
H A Dio_utils.F72 subroutine open_file(FileName,mode,fp) subroutine
74 character*(*) FileName
98 junk = "unknown parameter in open_file, "//mode(1:l) argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/file_system_provider/operations/
H A Dopen_file_unittest.cc93 OpenFile open_file(NULL, file_system_info_, base::FilePath(kFilePath), in TEST_F() local
127 OpenFile open_file(NULL, file_system_info_, base::FilePath(kFilePath), in TEST_F() local
149 OpenFile open_file(NULL, read_only_file_system_info, in TEST_F() local
162 OpenFile open_file(NULL, read_only_file_system_info, in TEST_F() local
178 OpenFile open_file(NULL, file_system_info_, base::FilePath(kFilePath), in TEST_F() local
201 OpenFile open_file(NULL, file_system_info_, base::FilePath(kFilePath), in TEST_F() local
/dports/lang/ruby26/ruby-2.6.9/test/ruby/
H A Dtest_pipe.rb7 def open_file(content) method in TestPipe
18 def open_file(content) method in TestPipe.WithConversion
/dports/www/qutebrowser/qutebrowser-2.4.0/scripts/
H A Dsetupcommon.py31 open_file = open variable
34 open_file = codecs.open variable
/dports/devel/dev86/dev86-0.16.20/bootblocks/
H A Dmonitor.h23 #define open_file tar_open_file macro
33 #define open_file min_open_file macro
43 #define open_file dos_open_file macro
/dports/science/dftbplus/dftbplus-19.1/external/xmlf90/
H A Dreader.f9038 subroutine open_file(fname,fb,iostat,record_size,verbose) subroutine
39 character(len=*), intent(in) :: fname
40 type(file_buffer_t), intent(out) :: fb
41 integer, intent(out) :: iostat
42 integer, intent(in), optional :: record_size
43 logical, intent(in), optional :: verbose
/dports/science/siesta/siesta-4.1.5/Src/xmlparser/
H A Dm_reader.f9036 subroutine open_file(fname,fb,iostat,record_size,verbose) subroutine
37 character(len=*), intent(in) :: fname
38 type(file_buffer_t), intent(out) :: fb
39 integer, intent(out) :: iostat
40 integer, intent(in), optional :: record_size
41 logical, intent(in), optional :: verbose
/dports/misc/rump/buildrump.sh-b914579/src/sys/lib/libsa/
H A Dstand.h216 struct open_file { struct
232 extern struct open_file files[]; argument
/dports/textproc/xmlf90/xmlf90-1.5.5/src/sax/
H A Dm_sax_reader.f9038 subroutine open_file(fname,fb,iostat,record_size,verbose) subroutine
39 character(len=*), intent(in) :: fname
40 type(file_buffer_t), intent(out) :: fb
41 integer, intent(out) :: iostat
42 integer, intent(in), optional :: record_size
43 logical, intent(in), optional :: verbose
/dports/textproc/fox-xml/fox-4.1.2-91-g9c6716e/sax/
H A Dm_sax_reader.F9052 subroutine open_file(fb, iostat, file, lun, string, es) subroutine
53 type(file_buffer_t), intent(out) :: fb
54 character(len=*), intent(in), optional :: file
55 integer, intent(out) :: iostat
56 integer, intent(in), optional :: lun
57 character(len=*), intent(in), optional :: string
58 type(error_stack), intent(inout) :: es
60 type(URI), pointer :: fileURI
/dports/devel/R-cran-pkgcache/pkgcache/src/
H A Dwinfiles.c43 int open_file(const char *path, int oflag) { in open_file() function
83 int open_file(const char *path, int oflag) { in open_file() function
/dports/math/py-spectral/spectral-0.22.4/spectral/database/
H A Decostress.py15 open_file = lambda filename: open(filename, encoding='iso-8859-1') function
18 open_file = lambda filename: open(filename) function
/dports/sysutils/ddrescue/ddrescue-1.25/
H A Dloggers.cc75 bool Event_logger::open_file() in open_file() function in Event_logger
124 bool Rate_logger::open_file() in open_file() function in Rate_logger
154 bool Read_logger::open_file() in open_file() function in Read_logger
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/storage/browser/file_system/quota/
H A Dquota_reservation_buffer.cc42 OpenFileHandleContext** open_file = &open_files_[platform_path]; in GetOpenFileHandle() local
70 OpenFileHandleContext* open_file) { in DetachOpenFileHandleContext()
/dports/www/chromium-legacy/chromium-88.0.4324.182/storage/browser/file_system/quota/
H A Dquota_reservation_buffer.cc43 OpenFileHandleContext** open_file = &open_files_[platform_path]; in GetOpenFileHandle() local
71 OpenFileHandleContext* open_file) { in DetachOpenFileHandleContext()
/dports/graphics/darktable38/darktable-3.8.0/src/external/LibRaw/src/utils/
H A Dopen.cpp20 int LibRaw::open_file(const char *fname, INT64 max_buf_size) in open_file() function in LibRaw
77 int LibRaw::open_file(const wchar_t *, INT64) in open_file() function in LibRaw
82 int LibRaw::open_file(const wchar_t *fname, INT64 max_buf_size) in open_file() function in LibRaw
155 int LibRaw::open_file(const char *fname) in open_file() function in LibRaw
181 int LibRaw::open_file(const wchar_t *, INT64) in open_file() function in LibRaw
186 int LibRaw::open_file(const wchar_t *fname) in open_file() function in LibRaw
/dports/graphics/digikam/digikam-7.4.0/core/libs/rawengine/libraw/src/utils/
H A Dopen.cpp20 int LibRaw::open_file(const char *fname, INT64 max_buf_size) in open_file() function in LibRaw
77 int LibRaw::open_file(const wchar_t *, INT64) in open_file() function in LibRaw
82 int LibRaw::open_file(const wchar_t *fname, INT64 max_buf_size) in open_file() function in LibRaw
155 int LibRaw::open_file(const char *fname) in open_file() function in LibRaw
181 int LibRaw::open_file(const wchar_t *, INT64) in open_file() function in LibRaw
186 int LibRaw::open_file(const wchar_t *fname) in open_file() function in LibRaw

12345678910>>...63