Home
last modified time | relevance | path

Searched refs:HDaccess (Results 1 – 25 of 27) sorted by relevance

12

/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Dh5test.c161 if(HDaccess(temp, F_OK) < 0) in h5_clean_files()
233 if(HDaccess(sub_filename, F_OK) < 0) in h5_delete_test_file()
1124 if(0 == HDaccess(temp, F_OK)) { in h5_get_file_size()
1162 if(HDaccess(temp, F_OK) < 0) in h5_get_file_size()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5win32defs.h31 #define HDaccess(F,M) _access(F,M) macro
H A DH5Defl.c381 if(HDaccess(efl->slot[u].name, F_OK) < 0) in H5D__efl_write()
H A DH5private.h542 #ifndef HDaccess
543 #define HDaccess(F,M) access(F, M) macro
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5win32defs.h34 #define HDaccess(F,M) _access(F,M) macro
H A DH5Defl.c388 if(HDaccess(full_name, F_OK) < 0) in H5D__efl_write()
H A DH5private.h572 #ifndef HDaccess
573 #define HDaccess(F,M) access(F, M) macro
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5win32defs.h32 #define HDaccess(F, M) _access(F, M) macro
H A DH5Defl.c356 if (HDaccess(full_name, F_OK) < 0) in H5D__efl_write()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5win32defs.h34 #define HDaccess(F,M) _access(F,M) macro
H A DH5Defl.c384 if(HDaccess(full_name, F_OK) < 0) in H5D__efl_write()
H A DH5private.h623 #ifndef HDaccess
624 #define HDaccess(F,M) access(F, M) macro
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5win32defs.h34 #define HDaccess(F,M) _access(F,M) macro
H A DH5Defl.c384 if(HDaccess(full_name, F_OK) < 0) in H5D__efl_write()
H A DH5private.h609 #ifndef HDaccess
610 #define HDaccess(F,M) access(F, M) macro
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5win32defs.h34 #define HDaccess(F,M) _access(F,M) macro
H A DH5Defl.c385 if(HDaccess(full_name, F_OK) < 0) in H5D__efl_write()
H A DH5private.h628 #ifndef HDaccess
629 #define HDaccess(F,M) access(F, M) macro
/dports/science/hdf5/hdf5-1.10.6/test/
H A Dh5test.c216 if(HDaccess(sub_filename, F_OK) < 0) in h5_delete_test_file()
1294 if(0 == HDaccess(temp, F_OK)) { in h5_get_file_size()
1332 if(HDaccess(temp, F_OK) < 0) in h5_get_file_size()
H A Dvfd.c235 if(HDaccess(filename, F_OK) != -1) in test_core()
271 if(HDaccess(filename, F_OK) != -1) in test_core()
/dports/science/hdf5-18/hdf5-1.8.21/tools/perform/
H A Dpio_standalone.h50 #define HDaccess(F,M) _access(F, M) macro
56 #define HDaccess(F,M) access(F, M) macro
H A Dsio_standalone.h72 #define HDaccess(F,M) _access(F, M) macro
78 #define HDaccess(F,M) access(F, M) macro
H A Dsio_engine.c1275 if (HDaccess(temp, F_OK) < 0) in do_cleanupfile()
/dports/science/hdf5/hdf5-1.10.6/tools/test/perform/
H A Dpio_standalone.h50 #define HDaccess(F,M) _access(F, M) macro
56 #define HDaccess(F,M) access(F, M) macro
H A Dsio_standalone.h72 #define HDaccess(F,M) _access(F, M) macro
78 #define HDaccess(F,M) access(F, M) macro

12