summaryrefslogtreecommitdiffstats
path: root/test/hdfs.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-06-29 15:19:31 (GMT)
committerGitHub <noreply@github.com>2023-06-29 15:19:31 (GMT)
commitfd56a593b7928da636b2494b25cd7478fed78c29 (patch)
treeb815098d8bcf67f4290d3ca74132ce793503b94e /test/hdfs.c
parent8aef67f0ae3e037df22c5319eb2eac8b95521b19 (diff)
downloadhdf5-fd56a593b7928da636b2494b25cd7478fed78c29.zip
hdf5-fd56a593b7928da636b2494b25cd7478fed78c29.tar.gz
hdf5-fd56a593b7928da636b2494b25cd7478fed78c29.tar.bz2
Remove HD from C std lib file ops (#3206)
* HDfclose * HDferror * HDfeof * HDfflush * HDfopen * HDfread * HDfwrite
Diffstat (limited to 'test/hdfs.c')
-rw-r--r--test/hdfs.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/test/hdfs.c b/test/hdfs.c
index c5704a1..bf9e432 100644
--- a/test/hdfs.c
+++ b/test/hdfs.c
@@ -413,7 +413,7 @@ test_fapl_config_validation(void)
TESTING("HDFS fapl configuration validation");
SKIPPED();
HDputs(" HDFS VFD is not enabled");
- HDfflush(stdout);
+ fflush(stdout);
return 0;
#else
@@ -621,7 +621,7 @@ test_hdfs_fapl(void)
TESTING("HDFS fapl ");
SKIPPED();
HDputs(" HDFS VFD is not enabled");
- HDfflush(stdout);
+ fflush(stdout);
return 0;
#else
@@ -707,7 +707,7 @@ test_vfd_open(void)
TESTING("HDFS VFD-level open");
SKIPPED();
HDputs(" HDFS VFD is not enabled");
- HDfflush(stdout);
+ fflush(stdout);
return 0;
#else
@@ -963,7 +963,7 @@ test_eof_eoa(void)
TESTING("HDFS eof/eoa gets and sets");
SKIPPED();
HDputs(" HDFS VFD is not enabled");
- HDfflush(stdout);
+ fflush(stdout);
return 0;
#else
@@ -1076,7 +1076,7 @@ test_H5FDread_without_eoa_set_fails(void)
TESTING("HDFS VFD read-eoa temporal coupling library limitation");
SKIPPED();
HDputs(" HDFS VFD is not enabled");
- HDfflush(stdout);
+ fflush(stdout);
return 0;
#else
@@ -1178,7 +1178,7 @@ test_read(void)
TESTING("HDFS VFD read/range-gets");
SKIPPED();
HDputs(" HDFS VFD is not enabled");
- HDfflush(stdout);
+ fflush(stdout);
return 0;
#else
@@ -1388,7 +1388,7 @@ test_noops_and_autofails(void)
TESTING("HDFS VFD always-fail and no-op routines");
SKIPPED();
HDputs(" HDFS VFD is not enabled");
- HDfflush(stdout);
+ fflush(stdout);
return 0;
#else
@@ -1530,7 +1530,7 @@ test_H5F_integration(void)
TESTING("HDFS file access through HD5F library (H5F API)");
SKIPPED();
HDputs(" HDFS VFD is not enabled");
- HDfflush(stdout);
+ fflush(stdout);
return 0;
#else
@@ -1597,7 +1597,7 @@ error:
#if HDFS_TEST_DEBUG
printf("\nerror!");
- HDfflush(stdout);
+ fflush(stdout);
#endif /* HDFS_TEST_DEBUG */
if (fapl_id >= 0) {