Home
last modified time | relevance | path

Searched refs:file_ftruncate (Results 1 – 6 of 6) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5FDstdio.c132 #define file_ftruncate _chsize_s /* Supported in VS 2005 or newer */ macro
152 #define file_ftruncate ftruncate64 macro
157 #define file_ftruncate ftruncate macro
1082 if(-1 == file_ftruncate(file->fd, (file_offset_t)file->eoa)) in H5FD_stdio_truncate()
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5FDstdio.c127 #define file_ftruncate _chsize_s /* Supported in VS 2005 or newer */ macro
138 #define file_ftruncate ftruncate macro
1047 if(-1 == file_ftruncate(file->fd, (file_offset_t)file->eoa)) in H5FD_stdio_truncate()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5FDstdio.c123 #define file_ftruncate _chsize_s /* Supported in VS 2005 or newer */ macro
134 #define file_ftruncate ftruncate macro
1052 if(-1 == file_ftruncate(file->fd, (file_offset_t)file->eoa)) in H5FD_stdio_truncate()
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5FDstdio.c123 #define file_ftruncate _chsize_s /* Supported in VS 2005 or newer */ macro
134 #define file_ftruncate ftruncate macro
1052 if(-1 == file_ftruncate(file->fd, (file_offset_t)file->eoa)) in H5FD_stdio_truncate()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5FDstdio.c123 #define file_ftruncate _chsize_s /* Supported in VS 2005 or newer */ macro
134 #define file_ftruncate ftruncate macro
1051 if(-1 == file_ftruncate(file->fd, (file_offset_t)file->eoa)) in H5FD_stdio_truncate()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5FDstdio.c127 #define file_ftruncate _chsize_s /* Supported in VS 2005 or newer */ macro
138 #define file_ftruncate ftruncate macro
1083 if (-1 == file_ftruncate(file->fd, (file_offset_t)file->eoa)) in H5FD_stdio_truncate()