summaryrefslogtreecommitdiffstats
path: root/src/H5T.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-06-28 15:31:32 (GMT)
committerGitHub <noreply@github.com>2023-06-28 15:31:32 (GMT)
commit187ea8a9ae1405b5b46ca47a32fb1fb9e2686c98 (patch)
treebaffa167d0796786241aef6b0ce76d4adec3b66e /src/H5T.c
parent7a44581a84778a1346a2fd5b6cca7d9db905a321 (diff)
downloadhdf5-187ea8a9ae1405b5b46ca47a32fb1fb9e2686c98.zip
hdf5-187ea8a9ae1405b5b46ca47a32fb1fb9e2686c98.tar.gz
hdf5-187ea8a9ae1405b5b46ca47a32fb1fb9e2686c98.tar.bz2
Rename HD(f)printf() to (f)printf() (#3194)
Diffstat (limited to 'src/H5T.c')
-rw-r--r--src/H5T.c62
1 files changed, 31 insertions, 31 deletions
diff --git a/src/H5T.c b/src/H5T.c
index 2d8b2ec..0e75710 100644
--- a/src/H5T.c
+++ b/src/H5T.c
@@ -1495,11 +1495,11 @@ H5T_top_term_package(void)
(size_t)0, (size_t)0, NULL, NULL, H5CX_get_dxpl()) < 0) {
#ifdef H5T_DEBUG
if (H5DEBUG(T)) {
- HDfprintf(H5DEBUG(T),
- "H5T: conversion function "
- "0x%016zx failed to free private data for "
- "%s (ignored)\n",
- (size_t)path->conv.u.app_func, path->name);
+ fprintf(H5DEBUG(T),
+ "H5T: conversion function "
+ "0x%016zx failed to free private data for "
+ "%s (ignored)\n",
+ (size_t)path->conv.u.app_func, path->name);
} /* end if */
#endif
H5E_clear_stack(NULL); /*ignore the error*/
@@ -1510,11 +1510,11 @@ H5T_top_term_package(void)
(size_t)0, (size_t)0, NULL, NULL) < 0) {
#ifdef H5T_DEBUG
if (H5DEBUG(T)) {
- HDfprintf(H5DEBUG(T),
- "H5T: conversion function "
- "0x%016zx failed to free private data for "
- "%s (ignored)\n",
- (size_t)path->conv.u.lib_func, path->name);
+ fprintf(H5DEBUG(T),
+ "H5T: conversion function "
+ "0x%016zx failed to free private data for "
+ "%s (ignored)\n",
+ (size_t)path->conv.u.lib_func, path->name);
} /* end if */
#endif
H5E_clear_stack(NULL); /*ignore the error*/
@@ -2625,10 +2625,10 @@ H5T__register(H5T_pers_t pers, const char *name, H5T_t *src, H5T_t *dst, H5T_con
(size_t)0, NULL, NULL, H5CX_get_dxpl()) < 0) {
#ifdef H5T_DEBUG
if (H5DEBUG(T))
- HDfprintf(H5DEBUG(T),
- "H5T: conversion function 0x%016zx "
- "failed to free private data for %s (ignored)\n",
- (size_t)old_path->conv.u.app_func, old_path->name);
+ fprintf(H5DEBUG(T),
+ "H5T: conversion function 0x%016zx "
+ "failed to free private data for %s (ignored)\n",
+ (size_t)old_path->conv.u.app_func, old_path->name);
#endif
} /* end if */
} /* end if */
@@ -2636,10 +2636,10 @@ H5T__register(H5T_pers_t pers, const char *name, H5T_t *src, H5T_t *dst, H5T_con
(size_t)0, NULL, NULL) < 0) {
#ifdef H5T_DEBUG
if (H5DEBUG(T))
- HDfprintf(H5DEBUG(T),
- "H5T: conversion function 0x%016zx "
- "failed to free private data for %s (ignored)\n",
- (size_t)old_path->conv.u.lib_func, old_path->name);
+ fprintf(H5DEBUG(T),
+ "H5T: conversion function 0x%016zx "
+ "failed to free private data for %s (ignored)\n",
+ (size_t)old_path->conv.u.lib_func, old_path->name);
#endif
} /* end if */
(void)H5T_close_real(old_path->src);
@@ -2805,10 +2805,10 @@ H5T__unregister(H5T_pers_t pers, const char *name, H5T_t *src, H5T_t *dst, H5T_c
(size_t)0, NULL, NULL, H5CX_get_dxpl()) < 0) {
#ifdef H5T_DEBUG
if (H5DEBUG(T))
- HDfprintf(H5DEBUG(T),
- "H5T: conversion function 0x%016zx failed "
- "to free private data for %s (ignored)\n",
- (size_t)path->conv.u.app_func, path->name);
+ fprintf(H5DEBUG(T),
+ "H5T: conversion function 0x%016zx failed "
+ "to free private data for %s (ignored)\n",
+ (size_t)path->conv.u.app_func, path->name);
#endif
} /* end if */
} /* end if */
@@ -2816,10 +2816,10 @@ H5T__unregister(H5T_pers_t pers, const char *name, H5T_t *src, H5T_t *dst, H5T_c
(size_t)0, NULL, NULL) < 0) {
#ifdef H5T_DEBUG
if (H5DEBUG(T))
- HDfprintf(H5DEBUG(T),
- "H5T: conversion function 0x%016zx failed "
- "to free private data for %s (ignored)\n",
- (size_t)path->conv.u.lib_func, path->name);
+ fprintf(H5DEBUG(T),
+ "H5T: conversion function 0x%016zx failed "
+ "to free private data for %s (ignored)\n",
+ (size_t)path->conv.u.lib_func, path->name);
#endif
} /* end if */
(void)H5T_close_real(path->src);
@@ -5036,7 +5036,7 @@ H5T__path_find_real(const H5T_t *src, const H5T_t *dst, const char *name, H5T_co
NULL, NULL) < 0) {
#ifdef H5T_DEBUG
if (H5DEBUG(T))
- HDfprintf(H5DEBUG(T), "H5T: unable to initialize no-op conversion function (ignored)\n");
+ fprintf(H5DEBUG(T), "H5T: unable to initialize no-op conversion function (ignored)\n");
#endif
H5E_clear_stack(NULL); /*ignore the error*/
} /* end if */
@@ -5221,8 +5221,8 @@ H5T__path_find_real(const H5T_t *src, const H5T_t *dst, const char *name, H5T_co
(size_t)0, NULL, NULL, H5CX_get_dxpl()) < 0) {
#ifdef H5T_DEBUG
if (H5DEBUG(T))
- HDfprintf(H5DEBUG(T), "H5T: conversion function 0x%016zx free failed for %s (ignored)\n",
- (size_t)path->conv.u.app_func, path->name);
+ fprintf(H5DEBUG(T), "H5T: conversion function 0x%016zx free failed for %s (ignored)\n",
+ (size_t)path->conv.u.app_func, path->name);
#endif
H5E_clear_stack(NULL); /*ignore the failure*/
} /* end if */
@@ -5231,8 +5231,8 @@ H5T__path_find_real(const H5T_t *src, const H5T_t *dst, const char *name, H5T_co
(size_t)0, NULL, NULL) < 0) {
#ifdef H5T_DEBUG
if (H5DEBUG(T))
- HDfprintf(H5DEBUG(T), "H5T: conversion function 0x%016zx free failed for %s (ignored)\n",
- (size_t)path->conv.u.lib_func, path->name);
+ fprintf(H5DEBUG(T), "H5T: conversion function 0x%016zx free failed for %s (ignored)\n",
+ (size_t)path->conv.u.lib_func, path->name);
#endif
H5E_clear_stack(NULL); /*ignore the failure*/
} /* end if */