summaryrefslogtreecommitdiffstats
path: root/testpar/t_cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'testpar/t_cache.c')
-rw-r--r--testpar/t_cache.c46
1 files changed, 23 insertions, 23 deletions
diff --git a/testpar/t_cache.c b/testpar/t_cache.c
index cf2415c..b37890b 100644
--- a/testpar/t_cache.c
+++ b/testpar/t_cache.c
@@ -41,7 +41,7 @@ const char *FILENAME[NFILENAME] = {"CacheTestDummy", NULL};
#ifndef PATH_MAX
#define PATH_MAX 512
#endif /* !PATH_MAX */
-char * filenames[NFILENAME];
+char *filenames[NFILENAME];
hid_t fapl; /* file access property list */
haddr_t max_addr = 0; /* used to store the end of
* the address space used by
@@ -2301,7 +2301,7 @@ datum_serialize(const H5F_t *f, void H5_ATTR_NDEBUG_UNUSED *image_ptr, size_t le
{
herr_t ret_value = SUCCEED;
int idx;
- struct datum * entry_ptr;
+ struct datum *entry_ptr;
struct H5AC_aux_t *aux_ptr;
HDassert(thing_ptr);
@@ -2371,7 +2371,7 @@ datum_notify(H5C_notify_action_t action, void *thing)
{
hbool_t was_dirty = FALSE;
herr_t ret_value = SUCCEED;
- struct datum * entry_ptr;
+ struct datum *entry_ptr;
struct H5AC_aux_t *aux_ptr;
struct mssg_t mssg;
int idx;
@@ -3248,7 +3248,7 @@ lock_and_unlock_random_entry(H5F_t *file_ptr, int min_idx, int max_idx)
static void
lock_entry(H5F_t *file_ptr, int32_t idx)
{
- struct datum * entry_ptr;
+ struct datum *entry_ptr;
H5C_cache_entry_t *cache_entry_ptr;
if (nerrors == 0) {
@@ -3736,8 +3736,8 @@ setup_cache_for_test(hid_t *fid_ptr, H5F_t **file_ptr_ptr, H5C_t **cache_ptr_ptr
hid_t fid = -1;
H5AC_cache_config_t config;
H5AC_cache_config_t test_config;
- H5F_t * file_ptr = NULL;
- H5C_t * cache_ptr = NULL;
+ H5F_t *file_ptr = NULL;
+ H5C_t *cache_ptr = NULL;
haddr_t actual_base_addr;
HDassert(fid_ptr != NULL);
@@ -5104,8 +5104,8 @@ smoke_check_1(int metadata_write_strategy)
int i;
int max_nerrors;
hid_t fid = -1;
- H5F_t * file_ptr = NULL;
- H5C_t * cache_ptr = NULL;
+ H5F_t *file_ptr = NULL;
+ H5C_t *cache_ptr = NULL;
struct mssg_t mssg;
switch (metadata_write_strategy) {
@@ -5268,8 +5268,8 @@ smoke_check_2(int metadata_write_strategy)
int i;
int max_nerrors;
hid_t fid = -1;
- H5F_t * file_ptr = NULL;
- H5C_t * cache_ptr = NULL;
+ H5F_t *file_ptr = NULL;
+ H5C_t *cache_ptr = NULL;
struct mssg_t mssg;
switch (metadata_write_strategy) {
@@ -5473,8 +5473,8 @@ smoke_check_3(int metadata_write_strategy)
int min_idx;
int max_idx;
hid_t fid = -1;
- H5F_t * file_ptr = NULL;
- H5C_t * cache_ptr = NULL;
+ H5F_t *file_ptr = NULL;
+ H5C_t *cache_ptr = NULL;
struct mssg_t mssg;
switch (metadata_write_strategy) {
@@ -5758,8 +5758,8 @@ smoke_check_4(int metadata_write_strategy)
int min_idx;
int max_idx;
hid_t fid = -1;
- H5F_t * file_ptr = NULL;
- H5C_t * cache_ptr = NULL;
+ H5F_t *file_ptr = NULL;
+ H5C_t *cache_ptr = NULL;
struct mssg_t mssg;
switch (metadata_write_strategy) {
@@ -6033,8 +6033,8 @@ smoke_check_5(int metadata_write_strategy)
int i;
int max_nerrors;
hid_t fid = -1;
- H5F_t * file_ptr = NULL;
- H5C_t * cache_ptr = NULL;
+ H5F_t *file_ptr = NULL;
+ H5C_t *cache_ptr = NULL;
struct mssg_t mssg;
switch (metadata_write_strategy) {
@@ -6247,7 +6247,7 @@ trace_file_check(int metadata_write_strategy)
hbool_t success = TRUE;
const char *((*expected_output)[]) = NULL;
- const char * expected_output_0[] = {"### HDF5 metadata cache trace file version 1 ###\n",
+ const char *expected_output_0[] = {"### HDF5 metadata cache trace file version 1 ###\n",
"H5AC_set_cache_auto_resize_config",
"H5AC_insert_entry",
"H5AC_insert_entry",
@@ -6273,7 +6273,7 @@ trace_file_check(int metadata_write_strategy)
"H5AC_flush",
"H5AC_flush",
NULL};
- const char * expected_output_1[] = {"### HDF5 metadata cache trace file version 1 ###\n",
+ const char *expected_output_1[] = {"### HDF5 metadata cache trace file version 1 ###\n",
"H5AC_set_cache_auto_resize_config",
"H5AC_insert_entry",
"H5AC_insert_entry",
@@ -6307,9 +6307,9 @@ trace_file_check(int metadata_write_strategy)
size_t expected_line_len;
size_t actual_line_len;
hid_t fid = -1;
- H5F_t * file_ptr = NULL;
- H5C_t * cache_ptr = NULL;
- FILE * trace_file_ptr = NULL;
+ H5F_t *file_ptr = NULL;
+ H5C_t *cache_ptr = NULL;
+ FILE *trace_file_ptr = NULL;
H5AC_cache_config_t config;
struct mssg_t mssg;
@@ -6625,8 +6625,8 @@ smoke_check_6(int metadata_write_strategy)
int i;
int max_nerrors;
hid_t fid = -1;
- H5F_t * file_ptr = NULL;
- H5C_t * cache_ptr = NULL;
+ H5F_t *file_ptr = NULL;
+ H5C_t *cache_ptr = NULL;
struct mssg_t mssg;
switch (metadata_write_strategy) {