Home
last modified time | relevance | path

Searched refs:HDstrftime (Results 1 – 25 of 26) sorted by relevance

12

/dports/science/hdf5/hdf5-1.10.6/test/
H A Dmtime.c118 HDstrftime((char*)buf1, sizeof buf1, "%Y-%m-%d %H:%M:%S", tm); in main()
120 HDstrftime((char*)buf2, sizeof buf2, "%Y-%m-%d %H:%M:%S", tm); in main()
/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Dmtime.c118 HDstrftime((char*)buf1, sizeof buf1, "%Y-%m-%d %H:%M:%S", tm); in main()
120 HDstrftime((char*)buf2, sizeof buf2, "%Y-%m-%d %H:%M:%S", tm); in main()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Odbg.c349 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O_debug_real()
353 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O_debug_real()
357 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O_debug_real()
361 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O_debug_real()
H A DH5Omtime.c469 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O__mtime_debug()
H A DH5private.h1355 #ifndef HDstrftime
1356 #define HDstrftime(S,Z,F,T) strftime(S,Z,F,T) macro
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Odbg.c350 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O_debug_real()
354 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O_debug_real()
358 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O_debug_real()
362 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O_debug_real()
H A DH5Omtime.c531 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O_mtime_debug()
H A DH5private.h1241 #ifndef HDstrftime
1242 #define HDstrftime(S,Z,F,T) strftime(S,Z,F,T) macro
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Odbg.c349 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O_debug_real()
353 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O_debug_real()
357 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O_debug_real()
361 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O_debug_real()
H A DH5Omtime.c467 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O__mtime_debug()
H A DH5private.h1367 #ifndef HDstrftime
1368 #define HDstrftime(S,Z,F,T) strftime(S,Z,F,T) macro
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Odbg.c352 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O_debug_real()
356 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O_debug_real()
360 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O_debug_real()
364 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O_debug_real()
H A DH5Omtime.c545 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O_mtime_debug()
H A DH5private.h1244 #ifndef HDstrftime
1245 #define HDstrftime(S,Z,F,T) strftime(S,Z,F,T) macro
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Odbg.c326 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O__debug_real()
329 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O__debug_real()
332 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O__debug_real()
335 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O__debug_real()
H A DH5Omtime.c440 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O__mtime_debug()
H A DH5private.h1435 #ifndef HDstrftime
1436 #define HDstrftime(S, Z, F, T) strftime(S, Z, F, T) macro
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Odbg.c351 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O_debug_real()
355 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O_debug_real()
359 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O_debug_real()
363 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O_debug_real()
H A DH5Omtime.c494 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in H5O_mtime_debug()
H A DH5private.h1345 #ifndef HDstrftime
1346 #define HDstrftime(S,Z,F,T) strftime(S,Z,F,T) macro
/dports/science/hdf5-18/hdf5-1.8.21/tools/perform/
H A Dpio_standalone.h392 #define HDstrftime(S,Z,F,T) strftime(S,Z,F,T) macro
H A Dsio_standalone.h414 #define HDstrftime(S,Z,F,T) strftime(S,Z,F,T) macro
/dports/science/hdf5/hdf5-1.10.6/tools/test/perform/
H A Dpio_standalone.h385 #define HDstrftime(S,Z,F,T) strftime(S,Z,F,T) macro
H A Dsio_standalone.h407 #define HDstrftime(S,Z,F,T) strftime(S,Z,F,T) macro
/dports/science/hdf5-18/hdf5-1.8.21/tools/h5ls/
H A Dh5ls.c2082 HDstrftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S %Z", tm); in list_obj()

12