Home
last modified time | relevance | path

Searched defs:file_close (Results 1 – 25 of 450) sorted by relevance

12345678910>>...18

/dports/science/hdf5-18/hdf5-1.8.21/fortran/test/
H A DtH5F.f90580 SUBROUTINE file_close(cleanup, total_error) subroutine
589 CHARACTER(LEN=10), PARAMETER :: filename = "file_close" argument
590 CHARACTER(LEN=80) :: fix_filename
592 INTEGER(HID_T) :: fid, fid_d, fid1, fid2, fid3 ! File identifiers
593 INTEGER(HID_T) :: fapl, fapl1, fapl2, fapl3 ! File access identifiers
594 INTEGER(HID_T) :: fid_d_fapl, fid1_fapl ! File access identifiers
595 LOGICAL :: flag
596 INTEGER(SIZE_T) :: obj_count, obj_countf
597 INTEGER(HID_T), ALLOCATABLE, DIMENSION(:) :: obj_ids
598 INTEGER :: i local
/dports/science/hdf5/hdf5-1.10.6/fortran/test/
H A DtH5F.F90645 SUBROUTINE file_close(cleanup, total_error) subroutine
654 CHARACTER(LEN=10), PARAMETER :: filename = "file_close" argument
655 CHARACTER(LEN=80) :: fix_filename
657 INTEGER(HID_T) :: fid, fid_d, fid1, fid2, fid3 ! File identifiers
658 INTEGER(HID_T) :: fapl, fapl1, fapl2, fapl3 ! File access identifiers
659 INTEGER(HID_T) :: fid_d_fapl, fid1_fapl ! File access identifiers
660 LOGICAL :: flag
661 INTEGER(SIZE_T) :: obj_count, obj_countf
662 INTEGER(HID_T), ALLOCATABLE, DIMENSION(:) :: obj_ids
663 INTEGER(SIZE_T) :: i local
/dports/lang/erlang-runtime23/corba-5.0.2/lib/ic/src/
H A Dic_genobj.erl137 file_close(empty) -> ok; function
138 file_close(ignore) -> ok; function
139 file_close(Fd) -> function
/dports/lang/erlang-runtime24/corba-5.0.2/lib/ic/src/
H A Dic_genobj.erl137 file_close(empty) -> ok; function
138 file_close(ignore) -> ok; function
139 file_close(Fd) -> function
/dports/lang/erlang-runtime22/corba-4.5.2/lib/ic/src/
H A Dic_genobj.erl137 file_close(empty) -> ok; function
138 file_close(ignore) -> ok; function
139 file_close(Fd) -> function
/dports/lang/erlang/corba-5.0.2/lib/ic/src/
H A Dic_genobj.erl137 file_close(empty) -> ok; function
138 file_close(ignore) -> ok; function
139 file_close(Fd) -> function
/dports/lang/erlang-runtime21/corba-4.5.2/lib/ic/src/
H A Dic_genobj.erl137 file_close(empty) -> ok; function
138 file_close(ignore) -> ok; function
139 file_close(Fd) -> function
/dports/math/vtk9/VTK-9.1.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/internal/
H A Dfile_reader.hpp38 struct file_close struct
40 void operator()( FILE* f ) const noexcept in operator ()()
/dports/cad/opentimer/OpenTimer-18d28ff/ot/parser-spef/pegtl/pegtl/internal/
H A Dfile_reader.hpp38 struct file_close struct
40 void operator()( FILE* f ) const noexcept in operator ()()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/internal/
H A Dfile_reader.hpp38 struct file_close struct
40 void operator()( FILE* f ) const noexcept in operator ()()
/dports/games/gltron/gltron-0.70/nebu/filesystem/
H A Dfile_io.c12 int file_close(file_handle file) { in file_close() function
30 int file_close(file_handle file) { in file_close() function
/dports/devel/pegtl/PEGTL-3.0.0/include/tao/pegtl/internal/
H A Dfile_reader.hpp41 struct file_close struct
43 void operator()( FILE* f ) const noexcept in operator ()()
/dports/games/libretro-beetle_supergrafx/beetle-supergrafx-libretro-c4dd156/mednafen/
H A Dfile.c53 int file_close(struct MDFNFILE *file) in file_close() function
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/
H A Dfile.c53 int file_close(struct MDFNFILE *file) in file_close() function
/dports/emulators/x16-rom/x16-rom-r38/dos/
H A Dfile.s196 file_close: label
/dports/devel/p5-Log-Log4perl/Log-Log4perl-1.54/lib/Log/Log4perl/Appender/
H A DFile.pm213 sub file_close { subroutine
/dports/mail/p5-MIME-Explode/MIME-Explode-0.39/
H A DExplode.pm342 sub file_close { subroutine
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/ashenden/compliant/
H A Dch_18_ch_18_06.vhd140 procedure file_close ( file f : file_type ) is procedure
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/
H A Dinline_06.vhd133 procedure file_close ( file f : file_type ) is procedure
/dports/sysutils/syslinux/syslinux-6.03/core/fs/pxe/
H A Dgpxeurl.c7 static __lowmem struct s_PXENV_FILE_CLOSE file_close; in gpxe_close_file() local
/dports/games/libretro-beetle_ngp/beetle-ngp-libretro-74cc0d8/mednafen/
H A Dfile.c51 int file_close(struct MDFNFILE *file) in file_close() function
/dports/multimedia/libbdplus/libbdplus-0.1.2/src/file/
H A Dfile.h37 #define file_close(X) X->close(X) macro
/dports/comms/scmxx/scmxx-0.9.0/src/helper/
H A Dfile.c24 void file_close (int filedes) { in file_close() function
/dports/multimedia/libaacs/libaacs-0.11.0/src/file/
H A Dfile.h41 static inline void file_close(AACS_FILE_H *fp) in file_close() function
/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/libarchive/
H A Darchive_write_open_file.c102 file_close(struct archive *a, void *client_data) in file_close() function

12345678910>>...18