summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
Diffstat (limited to 'hl')
-rw-r--r--hl/c++/test/ptableTest.cpp2
-rw-r--r--hl/examples/ex_image2.c4
-rw-r--r--hl/examples/ex_table_01.c2
-rw-r--r--hl/examples/ex_table_02.c2
-rw-r--r--hl/examples/ex_table_08.c2
-rw-r--r--hl/examples/ex_table_10.c2
-rw-r--r--hl/fortran/src/H5DSfc.c4
-rw-r--r--hl/fortran/src/H5IMfc.c32
-rw-r--r--hl/fortran/src/H5LTfc.c62
-rw-r--r--hl/fortran/src/H5TBfc.c32
-rw-r--r--hl/src/H5DOpublic.h4
-rw-r--r--hl/src/H5DS.c20
-rw-r--r--hl/src/H5IM.c4
-rw-r--r--hl/src/H5LT.c40
-rw-r--r--hl/src/H5PT.c2
-rw-r--r--hl/src/H5TB.c30
-rw-r--r--hl/test/dectris_hl_perf.c2
-rw-r--r--hl/test/gen_test_ds.c2
-rw-r--r--hl/test/test_ds.c28
-rw-r--r--hl/test/test_dset_opt.c20
-rw-r--r--hl/test/test_file_image.c12
-rw-r--r--hl/test/test_image.c14
-rw-r--r--hl/test/test_lite.c92
-rw-r--r--hl/test/test_packet.c2
-rw-r--r--hl/test/test_packet_vlen.c8
-rw-r--r--hl/test/test_table.c2
-rw-r--r--hl/tools/gif2h5/decompress.c2
-rw-r--r--hl/tools/gif2h5/gif.h10
-rw-r--r--hl/tools/gif2h5/gif2mem.c12
-rw-r--r--hl/tools/gif2h5/gifread.c14
-rw-r--r--hl/tools/gif2h5/hdf2gif.c4
31 files changed, 234 insertions, 234 deletions
diff --git a/hl/c++/test/ptableTest.cpp b/hl/c++/test/ptableTest.cpp
index 9550a62..5ad94f0 100644
--- a/hl/c++/test/ptableTest.cpp
+++ b/hl/c++/test/ptableTest.cpp
@@ -599,7 +599,7 @@ error:
*-------------------------------------------------------------------------
*/
#pragma pack() // default alignment
-const char * ABHI_PT("/abhiTest");
+const char *ABHI_PT("/abhiTest");
const hsize_t NUM_PACKETS = 5;
const int STRING_LENGTH = 19; // including terminating NULL
int
diff --git a/hl/examples/ex_image2.c b/hl/examples/ex_image2.c
index be9fc4b..52e8228 100644
--- a/hl/examples/ex_image2.c
+++ b/hl/examples/ex_image2.c
@@ -118,8 +118,8 @@ out:
static int
read_data(const char *fname, /*IN*/
- hsize_t * width, /*OUT*/
- hsize_t * height /*OUT*/)
+ hsize_t *width, /*OUT*/
+ hsize_t *height /*OUT*/)
{
int i, n;
int color_planes;
diff --git a/hl/examples/ex_table_01.c b/hl/examples/ex_table_01.c
index 8635acf..9c4513a 100644
--- a/hl/examples/ex_table_01.c
+++ b/hl/examples/ex_table_01.c
@@ -61,7 +61,7 @@ main(void)
hid_t string_type;
hid_t file_id;
hsize_t chunk_size = 10;
- int * fill_data = NULL;
+ int *fill_data = NULL;
int compress = 0;
int i;
diff --git a/hl/examples/ex_table_02.c b/hl/examples/ex_table_02.c
index 9c476b3..84c58aa 100644
--- a/hl/examples/ex_table_02.c
+++ b/hl/examples/ex_table_02.c
@@ -61,7 +61,7 @@ main(void)
hid_t string_type;
hid_t file_id;
hsize_t chunk_size = 10;
- int * fill_data = NULL;
+ int *fill_data = NULL;
int compress = 0;
int i;
diff --git a/hl/examples/ex_table_08.c b/hl/examples/ex_table_08.c
index 5d447dd..43272dd 100644
--- a/hl/examples/ex_table_08.c
+++ b/hl/examples/ex_table_08.c
@@ -63,7 +63,7 @@ main(void)
hid_t file_id;
hsize_t chunk_size = 10;
int compress = 0;
- int * fill_data = NULL;
+ int *fill_data = NULL;
hsize_t start; /* Record to start reading */
hsize_t nrecords; /* Number of records to insert/delete */
hsize_t nfields_out;
diff --git a/hl/examples/ex_table_10.c b/hl/examples/ex_table_10.c
index 4ba5d64..ff7e27d 100644
--- a/hl/examples/ex_table_10.c
+++ b/hl/examples/ex_table_10.c
@@ -60,7 +60,7 @@ main(void)
hid_t file_id;
hsize_t chunk_size = 10;
int compress = 0;
- int * fill_data = NULL;
+ int *fill_data = NULL;
hsize_t nfields_out;
hsize_t nrecords_out;
int i;
diff --git a/hl/fortran/src/H5DSfc.c b/hl/fortran/src/H5DSfc.c
index fa94511..36736aa 100644
--- a/hl/fortran/src/H5DSfc.c
+++ b/hl/fortran/src/H5DSfc.c
@@ -256,7 +256,7 @@ done:
int_f
nh5dsget_label_c(hid_t_f *did, int_f *idx, _fcd label, size_t_f *size)
{
- char * c_label = NULL;
+ char *c_label = NULL;
ssize_t size_c = -1;
int_f ret_value = 0;
@@ -306,7 +306,7 @@ done:
int_f
nh5dsget_scale_name_c(hid_t_f *did, _fcd name, size_t_f *size)
{
- char * c_scale_name = NULL;
+ char *c_scale_name = NULL;
ssize_t size_c = -1;
int_f ret_value = 0;
diff --git a/hl/fortran/src/H5IMfc.c b/hl/fortran/src/H5IMfc.c
index 931fa64..a203fd4 100644
--- a/hl/fortran/src/H5IMfc.c
+++ b/hl/fortran/src/H5IMfc.c
@@ -43,7 +43,7 @@ nh5immake_image_8bit_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, hsize_t_f
int ret_value = -1;
herr_t ret;
hid_t c_loc_id;
- char * c_name = NULL;
+ char *c_name = NULL;
hsize_t w = (hsize_t)*width;
hsize_t h = (hsize_t)*height;
@@ -96,7 +96,7 @@ nh5imread_image_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, int_f *buf)
{
int ret_value = -1;
herr_t ret;
- char * c_name = NULL;
+ char *c_name = NULL;
/*
* convert FORTRAN name to C name
@@ -148,8 +148,8 @@ nh5immake_image_24bit_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, size_t_f
int ret_value = -1;
herr_t ret;
hid_t c_loc_id;
- char * c_name = NULL;
- char * c_il = NULL;
+ char *c_name = NULL;
+ char *c_il = NULL;
hsize_t w = (hsize_t)*width;
hsize_t h = (hsize_t)*height;
@@ -211,12 +211,12 @@ nh5imget_image_info_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, hsize_t_f *
int ret_value = -1;
herr_t ret;
hid_t c_loc_id;
- char * c_name = NULL;
+ char *c_name = NULL;
hsize_t c_width;
hsize_t c_height;
hsize_t c_planes;
hssize_t c_npals;
- char * c_buf = NULL; /* buffer to hold C string */
+ char *c_buf = NULL; /* buffer to hold C string */
/*
* convert FORTRAN name to C name
@@ -285,7 +285,7 @@ int_f
nh5imis_image_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name)
{
hid_t c_loc_id;
- char * c_name = NULL;
+ char *c_name = NULL;
herr_t ret;
/*
@@ -330,7 +330,7 @@ nh5imis_image_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name)
int_f
nh5immake_palette_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, hsize_t_f *dims, void *buf)
{
- char * c_name = NULL;
+ char *c_name = NULL;
hsize_t c_dims[H5S_MAX_RANK];
int i;
int rank = 2;
@@ -383,8 +383,8 @@ nh5imlink_palette_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, size_t_f *ile
int ret_value = -1;
herr_t ret;
hid_t c_loc_id;
- char * c_name = NULL;
- char * c_namepal = NULL;
+ char *c_name = NULL;
+ char *c_namepal = NULL;
/*
* convert FORTRAN name to C name
@@ -443,8 +443,8 @@ nh5imunlink_palette_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, size_t_f *i
int ret_value = -1;
herr_t ret;
hid_t c_loc_id;
- char * c_name = NULL;
- char * c_namepal = NULL;
+ char *c_name = NULL;
+ char *c_namepal = NULL;
/*
* convert FORTRAN name to C name
@@ -503,7 +503,7 @@ nh5imget_npalettes_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, hsize_t_f *n
int ret_value = -1;
herr_t ret;
hid_t c_loc_id;
- char * c_name = NULL;
+ char *c_name = NULL;
hssize_t c_npals;
/*
@@ -559,7 +559,7 @@ nh5imget_palette_info_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, int_f *pa
int ret_value = -1;
herr_t ret;
hid_t c_loc_id;
- char * c_name = NULL;
+ char *c_name = NULL;
hsize_t c_dims[2];
int i;
@@ -618,7 +618,7 @@ nh5imget_palette_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, int_f *pal_num
int ret_value = -1;
herr_t ret;
hid_t c_loc_id;
- char * c_name = NULL;
+ char *c_name = NULL;
/*
* convert FORTRAN name to C name
@@ -669,7 +669,7 @@ int_f
nh5imis_palette_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name)
{
hid_t c_loc_id;
- char * c_name;
+ char *c_name;
herr_t ret;
/*
diff --git a/hl/fortran/src/H5LTfc.c b/hl/fortran/src/H5LTfc.c
index 82686c1..755dbeb 100644
--- a/hl/fortran/src/H5LTfc.c
+++ b/hl/fortran/src/H5LTfc.c
@@ -42,7 +42,7 @@ nh5ltmake_dataset_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, int_f *rank,
{
int ret_value = -1;
herr_t ret;
- char * c_name = NULL;
+ char *c_name = NULL;
hsize_t *c_dims = NULL;
int i;
@@ -360,7 +360,7 @@ nh5ltread_dataset_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, hid_t_f *type
herr_t ret;
hid_t c_loc_id;
hid_t c_type_id;
- char * c_name = NULL;
+ char *c_name = NULL;
/*
* convert FORTRAN name to C name
@@ -666,8 +666,8 @@ nh5ltmake_dataset_string_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, size_t
int ret_value = -1;
herr_t ret;
hid_t c_loc_id;
- char * c_name = NULL;
- char * c_buf = NULL;
+ char *c_name = NULL;
+ char *c_buf = NULL;
/*
* convert FORTRAN name to C name
@@ -726,7 +726,7 @@ nh5ltread_dataset_string_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, char *
int ret_value = -1;
herr_t ret;
hid_t c_loc_id;
- char * c_name = NULL;
+ char *c_name = NULL;
/*
* convert FORTRAN name to C name
@@ -780,8 +780,8 @@ nh5ltset_attribute_int_c(hid_t_f *loc_id, size_t_f *namelen, _fcd dsetname, size
int ret_value = -1;
herr_t ret;
hid_t c_loc_id;
- char * c_name = NULL;
- char * c_attrname = NULL;
+ char *c_name = NULL;
+ char *c_attrname = NULL;
size_t c_size;
/*
@@ -850,8 +850,8 @@ nh5ltset_attribute_float_c(hid_t_f *loc_id, size_t_f *namelen, _fcd dsetname, si
int ret_value = -1;
herr_t ret;
hid_t c_loc_id;
- char * c_name = NULL;
- char * c_attrname = NULL;
+ char *c_name = NULL;
+ char *c_attrname = NULL;
size_t c_size;
/*
@@ -913,8 +913,8 @@ nh5ltset_attribute_double_c(hid_t_f *loc_id, size_t_f *namelen, _fcd dsetname, s
int ret_value = -1;
herr_t ret;
hid_t c_loc_id;
- char * c_name = NULL;
- char * c_attrname = NULL;
+ char *c_name = NULL;
+ char *c_attrname = NULL;
size_t c_size;
/*
@@ -976,9 +976,9 @@ nh5ltset_attribute_string_c(hid_t_f *loc_id, size_t_f *namelen, _fcd dsetname, s
int ret_value = -1;
herr_t ret;
hid_t c_loc_id;
- char * c_name = NULL;
- char * c_attrname = NULL;
- char * c_buf = NULL;
+ char *c_name = NULL;
+ char *c_attrname = NULL;
+ char *c_buf = NULL;
/*
* convert FORTRAN name to C name
@@ -1044,8 +1044,8 @@ nh5ltget_attribute_int_c(hid_t_f *loc_id, size_t_f *namelen, _fcd dsetname, size
int ret_value = -1;
herr_t ret;
hid_t c_loc_id;
- char * c_name = NULL;
- char * c_attrname = NULL;
+ char *c_name = NULL;
+ char *c_attrname = NULL;
/*
* convert FORTRAN name to C name
@@ -1112,8 +1112,8 @@ nh5ltget_attribute_float_c(hid_t_f *loc_id, size_t_f *namelen, _fcd dsetname, si
int ret_value = -1;
herr_t ret;
hid_t c_loc_id;
- char * c_name = NULL;
- char * c_attrname = NULL;
+ char *c_name = NULL;
+ char *c_attrname = NULL;
/*
* convert FORTRAN name to C name
@@ -1173,8 +1173,8 @@ nh5ltget_attribute_double_c(hid_t_f *loc_id, size_t_f *namelen, _fcd dsetname, s
int ret_value = -1;
herr_t ret;
hid_t c_loc_id;
- char * c_name = NULL;
- char * c_attrname = NULL;
+ char *c_name = NULL;
+ char *c_attrname = NULL;
/*
* convert FORTRAN name to C name
@@ -1233,9 +1233,9 @@ nh5ltget_attribute_string_c(hid_t_f *loc_id, size_t_f *namelen, _fcd dsetname, s
{
int ret_value = -1;
herr_t ret;
- char * c_name = NULL;
- char * c_attrname = NULL;
- char * c_buf = NULL;
+ char *c_name = NULL;
+ char *c_attrname = NULL;
+ char *c_buf = NULL;
/*
* Convert FORTRAN name to C name
@@ -1303,7 +1303,7 @@ nh5ltget_dataset_ndims_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, int_f *r
int ret_value = -1;
herr_t ret;
hid_t c_loc_id;
- char * c_name = NULL;
+ char *c_name = NULL;
int c_rank;
/*
@@ -1356,7 +1356,7 @@ int_f
nh5ltfind_dataset_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name)
{
hid_t c_loc_id;
- char * c_name = NULL;
+ char *c_name = NULL;
herr_t ret;
/*
@@ -1405,7 +1405,7 @@ nh5ltget_dataset_info_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, hsize_t_f
int ret_value = -1;
herr_t ret;
hid_t c_loc_id;
- char * c_name = NULL;
+ char *c_name = NULL;
H5T_class_t c_classtype;
size_t c_type_size;
hsize_t c_dims[32];
@@ -1478,8 +1478,8 @@ nh5ltget_attribute_ndims_c(hid_t_f *loc_id, size_t_f *namelen, _fcd dsetname, si
int ret_value = -1;
herr_t ret;
hid_t c_loc_id;
- char * c_name = NULL;
- char * c_attrname = NULL;
+ char *c_name = NULL;
+ char *c_attrname = NULL;
int c_rank;
/*
@@ -1541,8 +1541,8 @@ nh5ltget_attribute_info_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, size_t_
int ret_value = -1;
herr_t ret;
hid_t c_loc_id;
- char * c_name = NULL;
- char * c_attrname = NULL;
+ char *c_name = NULL;
+ char *c_attrname = NULL;
H5T_class_t c_classtype;
size_t c_type_size;
hsize_t c_dims[32];
@@ -1618,7 +1618,7 @@ int_f
nh5ltpath_valid_c(hid_t_f *loc_id, _fcd path, size_t_f *pathlen, int_f *check_object_valid_c)
{
htri_t ret = -1;
- char * c_path = NULL;
+ char *c_path = NULL;
hbool_t check_object_valid;
/*
diff --git a/hl/fortran/src/H5TBfc.c b/hl/fortran/src/H5TBfc.c
index 9fc36ba..c06b2f3 100644
--- a/hl/fortran/src/H5TBfc.c
+++ b/hl/fortran/src/H5TBfc.c
@@ -40,17 +40,17 @@ nh5tbmake_table_c(size_t_f *namelen1, _fcd name1, hid_t_f *loc_id, size_t_f *nam
hid_t_f *field_types, hsize_t_f *chunk_size, int_f *compress,
size_t_f *char_len_field_names, /* field_names lenghts */
size_t_f *max_char_size_field_names, /* char len of fields */
- char * field_names) /* field_names */
+ char *field_names) /* field_names */
{
- char * c_name = NULL;
- char * c_name1 = NULL;
+ char *c_name = NULL;
+ char *c_name1 = NULL;
hsize_t num_elem;
hsize_t i;
hsize_t c_nfields = (hsize_t)*nfields;
size_t *c_field_offset = NULL;
- hid_t * c_field_types = NULL;
- char ** c_field_names = NULL;
- char * tmp = NULL, *tmp_p;
+ hid_t *c_field_types = NULL;
+ char **c_field_names = NULL;
+ char *tmp = NULL, *tmp_p;
int_f ret_value = 0;
num_elem = (hsize_t)*nfields;
@@ -144,8 +144,8 @@ int_f
nh5tbwrite_field_name_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, size_t_f *namelen1, _fcd field_name,
hsize_t_f *start, hsize_t_f *nrecords, size_t_f *type_size, void *buf)
{
- char * c_name = NULL;
- char * c_name1 = NULL;
+ char *c_name = NULL;
+ char *c_name1 = NULL;
size_t c_type_size[1] = {(size_t)*type_size};
int_f ret_value = 0;
@@ -225,8 +225,8 @@ int_f
nh5tbread_field_name_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, size_t_f *namelen1, _fcd field_name,
hsize_t_f *start, hsize_t_f *nrecords, size_t_f *type_size, void *buf)
{
- char * c_name = NULL;
- char * c_name1 = NULL;
+ char *c_name = NULL;
+ char *c_name1 = NULL;
size_t c_type_size[1] = {(size_t)*type_size};
int_f ret_value = 0;
@@ -305,7 +305,7 @@ int_f
nh5tbwrite_field_index_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, int_f *field_index, hsize_t_f *start,
hsize_t_f *nrecords, size_t_f *type_size, void *buf)
{
- char * c_name = NULL;
+ char *c_name = NULL;
size_t c_type_size = *type_size;
int c_field_index = *field_index - 1; /* C zero based index */
int_f ret_value = 0;
@@ -377,7 +377,7 @@ int_f
nh5tbread_field_index_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, int_f *field_index, hsize_t_f *start,
hsize_t_f *nrecords, size_t_f *type_size, void *buf)
{
- char * c_name = NULL;
+ char *c_name = NULL;
size_t c_type_size = *type_size;
int c_field_index = *field_index - 1; /* C zero based index */
int_f ret_value = 0;
@@ -568,7 +568,7 @@ done:
int_f
nh5tbget_table_info_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, hsize_t_f *nfields, hsize_t_f *nrecords)
{
- char * c_name = NULL;
+ char *c_name = NULL;
hsize_t c_nfields;
hsize_t c_nrecords;
int_f ret_value = 0;
@@ -619,14 +619,14 @@ nh5tbget_field_info_c(hid_t_f *loc_id, size_t_f *namelen, _fcd name, hsize_t_f *
size_t_f *maxlen_out)
{
- char * c_name = NULL;
+ char *c_name = NULL;
hsize_t num_elem;
hsize_t c_nfields = *nfields;
size_t *c_field_sizes = NULL;
size_t *c_field_offsets = NULL;
size_t c_type_size;
- char ** c_field_names = NULL;
- char * tmp = NULL, *tmp_p;
+ char **c_field_names = NULL;
+ char *tmp = NULL, *tmp_p;
hsize_t i;
int_f ret_value = 0;
size_t c_lenmax;
diff --git a/hl/src/H5DOpublic.h b/hl/src/H5DOpublic.h
index 9e26f80..9cc01b7 100644
--- a/hl/src/H5DOpublic.h
+++ b/hl/src/H5DOpublic.h
@@ -38,8 +38,8 @@ H5_HLDLL herr_t H5DOwrite_chunk(hid_t dset_id, hid_t dxpl_id, uint32_t filters,
H5_HLDLL herr_t H5DOread_chunk(hid_t dset_id, /*in*/
hid_t dxpl_id, /*in*/
const hsize_t *offset, /*in*/
- uint32_t * filters, /*out*/
- void * buf); /*out*/
+ uint32_t *filters, /*out*/
+ void *buf); /*out*/
#ifdef __cplusplus
}
diff --git a/hl/src/H5DS.c b/hl/src/H5DS.c
index 16d1217..fde5313 100644
--- a/hl/src/H5DS.c
+++ b/hl/src/H5DS.c
@@ -133,7 +133,7 @@ H5DSattach_scale(hid_t did, hid_t dsid, unsigned int idx)
ds_list_t *dsbuf = NULL; /* array of attribute data in the DS pointing to the dataset */
hobj_ref_t ref_to_ds; /* reference to the DS */
hobj_ref_t ref_j; /* iterator reference */
- hvl_t * buf = NULL; /* VL buffer to store in the attribute */
+ hvl_t *buf = NULL; /* VL buffer to store in the attribute */
hid_t dsid_j; /* DS dataset ID in DIMENSION_LIST */
H5O_info_t oi1, oi2;
H5I_type_t it1, it2;
@@ -575,7 +575,7 @@ H5DSdetach_scale(hid_t did, hid_t dsid, unsigned int idx)
ds_list_t *dsbuf = NULL; /* array of attribute data in the DS pointing to the dataset */
hsize_t dims[1]; /* dimension of the "REFERENCE_LIST" array */
hobj_ref_t ref; /* reference to the DS */
- hvl_t * buf = NULL; /* VL buffer to store in the attribute */
+ hvl_t *buf = NULL; /* VL buffer to store in the attribute */
int i;
size_t j;
hssize_t ii;
@@ -938,7 +938,7 @@ H5DSis_attached(hid_t did, hid_t dsid, unsigned int idx)
int rank; /* rank of dataset */
ds_list_t *dsbuf = NULL; /* array of attribute data in the DS pointing to the dataset */
hobj_ref_t ref; /* reference to the DS */
- hvl_t * buf = NULL; /* VL buffer to store in the attribute */
+ hvl_t *buf = NULL; /* VL buffer to store in the attribute */
hid_t dsid_j; /* DS dataset ID in DIMENSION_LIST */
hid_t did_i; /* dataset ID in REFERENCE_LIST */
H5O_info_t oi1, oi2, oi3, oi4;
@@ -1235,7 +1235,7 @@ H5DSiterate_scales(hid_t did, unsigned int dim, int *ds_idx, H5DS_iterate_t visi
hid_t sid; /* space ID */
hid_t tid = -1; /* attribute type ID */
hid_t aid = -1; /* attribute ID */
- hvl_t * buf = NULL; /* VL buffer to store in the attribute */
+ hvl_t *buf = NULL; /* VL buffer to store in the attribute */
H5I_type_t it; /* ID type */
herr_t ret_value = 0;
int j_idx;
@@ -1408,7 +1408,7 @@ H5DSset_label(hid_t did, unsigned int idx, const char *label)
H5I_type_t it; /* ID type */
unsigned int i;
union { /* union is needed to eliminate compiler warnings about */
- char ** buf; /* discarding the 'const' qualifier in the free */
+ char **buf; /* discarding the 'const' qualifier in the free */
char const **const_buf; /* buf calls */
} u;
/*-------------------------------------------------------------------------
@@ -1610,7 +1610,7 @@ H5DSget_label(hid_t did, unsigned int idx, char *label, size_t size)
hid_t tid = -1; /* attribute type ID */
hid_t aid = -1; /* attribute ID */
int rank; /* rank of dataset */
- char ** buf = NULL; /* buffer to store in the attribute */
+ char **buf = NULL; /* buffer to store in the attribute */
H5I_type_t it; /* ID type */
size_t nbytes = 0;
size_t copy_len;
@@ -1768,7 +1768,7 @@ H5DSget_scale_name(hid_t did, char *name, size_t size)
size_t nbytes;
size_t copy_len;
int has_name;
- char * buf = NULL;
+ char *buf = NULL;
/*-------------------------------------------------------------------------
* parameter checking
@@ -1888,7 +1888,7 @@ H5DSis_scale(hid_t did)
herr_t has_class; /* has the "CLASS" attribute */
htri_t is_ds; /* boolean return value */
H5I_type_t it; /* ID type */
- char * buf; /* Name of attribute */
+ char *buf; /* Name of attribute */
hsize_t storage_size; /* Size of storage for attribute */
/*-------------------------------------------------------------------------
@@ -1992,7 +1992,7 @@ H5DSget_num_scales(hid_t did, unsigned int idx)
hid_t tid = -1; /* attribute type ID */
hid_t aid = -1; /* attribute ID */
int rank; /* rank of dataset */
- hvl_t * buf = NULL; /* VL buffer to store in the attribute */
+ hvl_t *buf = NULL; /* VL buffer to store in the attribute */
H5I_type_t it; /* ID type */
int nscales;
@@ -2113,7 +2113,7 @@ H5DS_is_reserved(hid_t did)
int has_class;
hid_t tid = -1;
hid_t aid = -1;
- char * buf; /* Name of attribute */
+ char *buf; /* Name of attribute */
hsize_t storage_size; /* Size of storage for attribute */
herr_t ret;
diff --git a/hl/src/H5IM.c b/hl/src/H5IM.c
index 143cc14..3520afd 100644
--- a/hl/src/H5IM.c
+++ b/hl/src/H5IM.c
@@ -1067,7 +1067,7 @@ H5IMis_image(hid_t loc_id, const char *dset_name)
int has_class;
hid_t atid;
hid_t aid = -1;
- char * attr_data; /* Name of attribute */
+ char *attr_data; /* Name of attribute */
hsize_t storage_size; /* Size of storage for attribute */
herr_t ret;
@@ -1167,7 +1167,7 @@ H5IMis_palette(hid_t loc_id, const char *dset_name)
int has_class;
hid_t atid;
hid_t aid = -1;
- char * attr_data; /* Name of attribute */
+ char *attr_data; /* Name of attribute */
hsize_t storage_size; /* Size of storage for attribute */
herr_t ret;
diff --git a/hl/src/H5LT.c b/hl/src/H5LT.c
index 5396078..7876aee 100644
--- a/hl/src/H5LT.c
+++ b/hl/src/H5LT.c
@@ -20,7 +20,7 @@
#define TMP_LEN 256
#define MAX(a, b) (((a) > (b)) ? (a) : (b))
size_t input_len;
-char * myinput;
+char *myinput;
size_t indent = 0;
/* File Image operations
@@ -57,12 +57,12 @@ size_t indent = 0;
/* Data structure to pass application data to callbacks. */
typedef struct {
- void * app_image_ptr; /* Pointer to application buffer */
+ void *app_image_ptr; /* Pointer to application buffer */
size_t app_image_size; /* Size of application buffer */
- void * fapl_image_ptr; /* Pointer to FAPL buffer */
+ void *fapl_image_ptr; /* Pointer to FAPL buffer */
size_t fapl_image_size; /* Size of FAPL buffer */
int fapl_ref_count; /* Reference counter for FAPL buffer */
- void * vfd_image_ptr; /* Pointer to VFD buffer */
+ void *vfd_image_ptr; /* Pointer to VFD buffer */
size_t vfd_image_size; /* Size of VFD buffer */
int vfd_ref_count; /* Reference counter for VFD buffer */
unsigned flags; /* Flags indicate how the file image will */
@@ -71,12 +71,12 @@ typedef struct {
} H5LT_file_image_ud_t;
/* callbacks prototypes for file image ops */
-static void * image_malloc(size_t size, H5FD_file_image_op_t file_image_op, void *udata);
-static void * image_memcpy(void *dest, const void *src, size_t size, H5FD_file_image_op_t file_image_op,
+static void *image_malloc(size_t size, H5FD_file_image_op_t file_image_op, void *udata);
+static void *image_memcpy(void *dest, const void *src, size_t size, H5FD_file_image_op_t file_image_op,
void *udata);
-static void * image_realloc(void *ptr, size_t size, H5FD_file_image_op_t file_image_op, void *udata);
+static void *image_realloc(void *ptr, size_t size, H5FD_file_image_op_t file_image_op, void *udata);
static herr_t image_free(void *ptr, H5FD_file_image_op_t file_image_op, void *udata);
-static void * udata_copy(void *udata);
+static void *udata_copy(void *udata);
static herr_t udata_free(void *udata);
/* Definition of callbacks for file image operations. */
@@ -102,7 +102,7 @@ static void *
image_malloc(size_t size, H5FD_file_image_op_t file_image_op, void *_udata)
{
H5LT_file_image_ud_t *udata = (H5LT_file_image_ud_t *)_udata;
- void * return_value = NULL;
+ void *return_value = NULL;
/* callback is only used if the application buffer is not actually copied */
if (!(udata->flags & H5LT_FILE_IMAGE_DONT_COPY))
@@ -282,7 +282,7 @@ static void *
image_realloc(void *ptr, size_t size, H5FD_file_image_op_t file_image_op, void *_udata)
{
H5LT_file_image_ud_t *udata = (H5LT_file_image_ud_t *)_udata;
- void * return_value = NULL;
+ void *return_value = NULL;
/* callback is only used if the application buffer is not actually copied */
if (!(udata->flags & H5LT_FILE_IMAGE_DONT_COPY))
@@ -2229,7 +2229,7 @@ out:
static char *
print_enum(hid_t type, char *str, size_t *str_len, hbool_t no_ubuf, size_t indt)
{
- char ** name = NULL; /*member names */
+ char **name = NULL; /*member names */
unsigned char *value = NULL; /*value array */
unsigned char *copy = NULL; /*a pointer to value array */
int nmembs; /*number of members */
@@ -2364,7 +2364,7 @@ herr_t
H5LTdtype_to_text(hid_t dtype, char *str, H5LT_lang_t lang_type, size_t *len)
{
size_t str_len = INCREMENT;
- char * text_str;
+ char *text_str;
herr_t ret = SUCCEED;
if (lang_type <= H5LT_LANG_ERR || lang_type >= H5LT_NO_LANG)
@@ -2755,7 +2755,7 @@ next:
case H5T_ENUM: {
hid_t super;
size_t super_len;
- char * stmp = NULL;
+ char *stmp = NULL;
/* Print lead-in */
HDsnprintf(dt_str, *slen, "H5T_ENUM {\n");
@@ -2798,7 +2798,7 @@ next:
case H5T_VLEN: {
hid_t super;
size_t super_len;
- char * stmp = NULL;
+ char *stmp = NULL;
/* Print lead-in */
HDsnprintf(dt_str, *slen, "H5T_VLEN {\n");
@@ -2837,7 +2837,7 @@ next:
case H5T_ARRAY: {
hid_t super;
size_t super_len;
- char * stmp = NULL;
+ char *stmp = NULL;
hsize_t dims[H5S_MAX_RANK];
int ndims;
@@ -2891,12 +2891,12 @@ next:
break;
}
case H5T_COMPOUND: {
- char * mname = NULL;
+ char *mname = NULL;
hid_t mtype;
size_t moffset;
H5T_class_t mclass;
size_t mlen;
- char * mtmp = NULL;
+ char *mtmp = NULL;
int nmembs;
if ((nmembs = H5Tget_nmembers(dtype)) < 0)
@@ -3565,9 +3565,9 @@ out:
htri_t
H5LTpath_valid(hid_t loc_id, const char *path, hbool_t check_object_valid)
{
- char * tmp_path = NULL; /* Temporary copy of the path */
- char * curr_name; /* Pointer to current component of path name */
- char * delimit; /* Pointer to path delimiter during traversal */
+ char *tmp_path = NULL; /* Temporary copy of the path */
+ char *curr_name; /* Pointer to current component of path name */
+ char *delimit; /* Pointer to path delimiter during traversal */
H5I_type_t obj_type;
htri_t link_exists, obj_exists;
size_t path_length;
diff --git a/hl/src/H5PT.c b/hl/src/H5PT.c
index 058caff..0381227 100644
--- a/hl/src/H5PT.c
+++ b/hl/src/H5PT.c
@@ -860,7 +860,7 @@ herr_t
H5PTis_varlen(hid_t table_id)
{
H5T_class_t type;
- htbl_t * table;
+ htbl_t *table;
/* find the table struct from its ID */
if ((table = (htbl_t *)H5Iobject_verify(table_id, H5PT_ptable_id_type)) == NULL)
diff --git a/hl/src/H5TB.c b/hl/src/H5TB.c
index 7c6ba69..5a25c3a 100644
--- a/hl/src/H5TB.c
+++ b/hl/src/H5TB.c
@@ -69,7 +69,7 @@ H5TBmake_table(const char *table_title, hid_t loc_id, const char *dset_name, hsi
hsize_t dims_chunk[1];
hsize_t maxdims[1] = {H5S_UNLIMITED};
char attr_name[255];
- char * member_name = NULL;
+ char *member_name = NULL;
unsigned char *tmp_buf = NULL;
hsize_t i;
herr_t ret_val = -1;
@@ -440,7 +440,7 @@ H5TBwrite_fields_name(hid_t loc_id, const char *dset_name, const char *field_nam
hssize_t i, j;
hsize_t count[1];
hsize_t offset[1];
- char * member_name = NULL;
+ char *member_name = NULL;
size_t size_native;
herr_t ret_val = -1;
@@ -598,7 +598,7 @@ H5TBwrite_fields_index(hid_t loc_id, const char *dset_name, hsize_t nfields, con
hsize_t offset[1];
hsize_t i;
size_t size_native;
- char * member_name = NULL;
+ char *member_name = NULL;
herr_t ret_val = -1;
/* check the arguments */
@@ -902,7 +902,7 @@ H5TBread_fields_name(hid_t loc_id, const char *dset_name, const char *field_name
hsize_t offset[1];
hsize_t mem_size[1];
size_t size_native;
- char * member_name = NULL;
+ char *member_name = NULL;
hssize_t i, j;
herr_t ret_val = -1;
@@ -1059,7 +1059,7 @@ H5TBread_fields_index(hid_t loc_id, const char *dset_name, hsize_t nfields, cons
hsize_t mem_size[1];
hsize_t i;
size_t size_native;
- char * member_name = NULL;
+ char *member_name = NULL;
herr_t ret_val = -1;
/* check the arguments */
@@ -1215,8 +1215,8 @@ H5TBdelete_record(hid_t loc_id, const char *dset_name, hsize_t start, hsize_t nr
hsize_t mem_size[1];
hsize_t dims[1];
size_t src_size;
- size_t * src_offset = NULL;
- size_t * src_sizes = NULL;
+ size_t *src_offset = NULL;
+ size_t *src_sizes = NULL;
unsigned char *tmp_buf = NULL;
herr_t ret_val = -1;
@@ -1527,8 +1527,8 @@ H5TBadd_records_from(hid_t loc_id, const char *dset_name1, hsize_t start1, hsize
hsize_t ntotal_records;
size_t type_size1;
size_t src_size;
- size_t * src_offset = NULL;
- size_t * src_sizes = NULL;
+ size_t *src_offset = NULL;
+ size_t *src_sizes = NULL;
unsigned char *tmp_buf = NULL;
herr_t ret_val = -1;
@@ -1675,8 +1675,8 @@ H5TBcombine_tables(hid_t loc_id1, const char *dset_name1, hid_t loc_id2, const c
size_t type_size;
size_t member_offset;
size_t src_size;
- size_t * src_offset = NULL;
- size_t * src_sizes = NULL;
+ size_t *src_offset = NULL;
+ size_t *src_sizes = NULL;
char attr_name[255];
unsigned char *tmp_buf = NULL;
unsigned char *tmp_fill_buf = NULL;
@@ -2036,7 +2036,7 @@ H5TBinsert_field(hid_t loc_id, const char *dset_name, const char *field_name, hi
hsize_t i;
char table_title[255];
char attr_name[255];
- char * member_name = NULL;
+ char *member_name = NULL;
unsigned char *tmp_buf = NULL;
unsigned char *tmp_fill_buf = NULL;
hbool_t inserted;
@@ -2449,7 +2449,7 @@ H5TBdelete_field(hid_t loc_id, const char *dset_name, const char *field_name)
hsize_t i;
char attr_name[255];
char table_title[255];
- char * member_name = NULL;
+ char *member_name = NULL;
unsigned char *tmp_buf = NULL;
unsigned char *tmp_fill_buf = NULL;
htri_t has_fill = FALSE;
@@ -3210,7 +3210,7 @@ H5TB_attach_attributes(const char *table_title, hid_t loc_id, const char *dset_n
hid_t tid)
{
char attr_name[255];
- char * member_name = NULL;
+ char *member_name = NULL;
hsize_t i;
herr_t ret_val = -1;
@@ -3275,7 +3275,7 @@ H5TB_create_type(hid_t loc_id, const char *dset_name, size_t type_size, const si
hid_t nmtype_id = H5I_BADID;
size_t size_native;
hsize_t nfields = 0;
- char ** fnames = NULL;
+ char **fnames = NULL;
unsigned i;
hid_t ret_val = -1;
diff --git a/hl/test/dectris_hl_perf.c b/hl/test/dectris_hl_perf.c
index c9e1307..3238027 100644
--- a/hl/test/dectris_hl_perf.c
+++ b/hl/test/dectris_hl_perf.c
@@ -128,7 +128,7 @@ create_file(hid_t fapl_id)
size_t buf_size = CHUNK_NY * CHUNK_NZ * sizeof(unsigned int);
const Bytef *z_src;
- Bytef * z_dst; /*destination buffer */
+ Bytef *z_dst; /*destination buffer */
uLongf z_dst_nbytes = (uLongf)DEFLATE_SIZE_ADJUST(buf_size);
uLong z_src_nbytes = (uLong)buf_size;
diff --git a/hl/test/gen_test_ds.c b/hl/test/gen_test_ds.c
index c3fc7ff..2e7ca8c 100644
--- a/hl/test/gen_test_ds.c
+++ b/hl/test/gen_test_ds.c
@@ -254,7 +254,7 @@ test_cmp_scalename(hid_t fid, hid_t did, const char *name, const char *scalename
herr_t ret_value = FAIL;
hid_t dsid = -1;
ssize_t name_len;
- char * name_out = NULL;
+ char *name_out = NULL;
if ((dsid = H5Dopen2(fid, name, H5P_DEFAULT)) >= 0) {
if (H5DSis_attached(did, dsid, idx) == 1) {
diff --git a/hl/test/test_ds.c b/hl/test/test_ds.c
index 119040c..cc93720 100644
--- a/hl/test/test_ds.c
+++ b/hl/test/test_ds.c
@@ -409,7 +409,7 @@ create_long_dataset(hid_t fid, const char *dsname, const char *dsidx, int fulldi
int rank = 4;
int rankds = 1;
hsize_t dims[4] = {DIM1_SIZE, DIM2_SIZE, DIM3_SIZE, DIM4_SIZE};
- long * buf = NULL;
+ long *buf = NULL;
hsize_t s1_dim[1] = {DIM1_SIZE};
hsize_t s2_dim[1] = {DIM2_SIZE};
hsize_t s3_dim[1] = {DIM3_SIZE};
@@ -1165,7 +1165,7 @@ test_cmp_scalename(hid_t fid, hid_t did, const char *name, const char *scalename
herr_t ret_value = FAIL;
hid_t dsid = -1;
ssize_t name_len;
- char * name_out = NULL;
+ char *name_out = NULL;
if ((dsid = H5Dopen2(fid, name, H5P_DEFAULT)) >= 0) {
if (H5DSis_attached(did, dsid, idx) == 1) {
@@ -1198,7 +1198,7 @@ test_detachscales(void)
int rank1 = 1;
int rank3 = 3;
hsize_t dims[] = {1, 2, 3}; /*some bogus numbers, not important for the test*/
- int * buf = NULL;
+ int *buf = NULL;
char dname[16];
int i;
@@ -2352,8 +2352,8 @@ test_simple(void)
int s22_wbuf[DIM2_SIZE] = {5, 10, 50, 300};
char dim0_label[16];
char dim1_label[16];
- char * dim0_labeld;
- char * dim1_labeld;
+ char *dim0_labeld;
+ char *dim1_labeld;
char dim0_labels[3];
char dim1_labels[3];
ssize_t dim0_label_size;
@@ -2362,7 +2362,7 @@ test_simple(void)
int scale_idx;
int nscales;
ssize_t name_len;
- char * name_out = NULL;
+ char *name_out = NULL;
char snames[3];
int i, j;
@@ -3596,10 +3596,10 @@ read_scale(hid_t dset, unsigned dim, hid_t scale_id, void *visitor_data)
hid_t tid = -1; /* file type ID */
hid_t mtid = -1; /* memory type ID */
hssize_t nelmts; /* number of data elements */
- char * buf = NULL; /* data buffer */
+ char *buf = NULL; /* data buffer */
size_t size;
int i;
- char * data = (char *)visitor_data;
+ char *data = (char *)visitor_data;
/* unused */
(void)dset;
@@ -4602,8 +4602,8 @@ test_types(void)
hsize_t s2_dim[1] = {DIM2_SIZE}; /* size of DS 2 dataset */
float s1_float[DIM1_SIZE] = {10, 20, 30}; /* data of DS 1 dataset */
unsigned short s2_ushort[DIM2_SIZE] = {10, 20, 30, 40}; /* data of DS 2 dataset */
- const char * s1_str = "ABC";
- const char * s2_str = "ABCD";
+ const char *s1_str = "ABC";
+ const char *s2_str = "ABCD";
HDprintf("Testing scales with several datatypes\n");
@@ -4775,9 +4775,9 @@ test_data(void)
hid_t dsid = -1; /* DS dataset ID */
hid_t dcpl; /* dataset creation property list */
hid_t sid; /* dataspace ID */
- float * vals = NULL; /* array to hold data values */
- float * latbuf = NULL; /* array to hold the latitude values */
- float * lonbuf = NULL; /* array to hold the longitude values */
+ float *vals = NULL; /* array to hold data values */
+ float *latbuf = NULL; /* array to hold the latitude values */
+ float *lonbuf = NULL; /* array to hold the longitude values */
hsize_t dims[2]; /* array to hold dimensions */
hsize_t latdims[1]; /* array to hold dimensions */
hsize_t londims[1]; /* array to hold dimensions */
@@ -4947,7 +4947,7 @@ read_data(const char *fname, int ndims, hsize_t *dims, float **buf)
unsigned j;
char str[20];
size_t nelms;
- FILE * f;
+ FILE *f;
float val;
const char *data_file = H5_get_srcdir_filename(fname);
diff --git a/hl/test/test_dset_opt.c b/hl/test/test_dset_opt.c
index 9341d3b..50a4b6d 100644
--- a/hl/test/test_dset_opt.c
+++ b/hl/test/test_dset_opt.c
@@ -142,11 +142,11 @@ test_direct_chunk_write(hid_t file)
size_t buf_size = CHUNK_NX * CHUNK_NY * sizeof(int);
const Bytef *z_src = (const Bytef *)(direct_buf);
- Bytef * z_dst = NULL; /*destination buffer */
+ Bytef *z_dst = NULL; /*destination buffer */
uLongf z_dst_nbytes = (uLongf)DEFLATE_SIZE_ADJUST(buf_size);
uLong z_src_nbytes = (uLong)buf_size;
int aggression = 9; /* Compression aggression setting */
- void * outbuf = NULL; /* Pointer to new buffer */
+ void *outbuf = NULL; /* Pointer to new buffer */
hsize_t start[2]; /* Start of hyperslab */
hsize_t stride[2]; /* Stride of hyperslab */
@@ -682,7 +682,7 @@ static size_t
filter_bogus1(unsigned int flags, size_t H5_ATTR_UNUSED cd_nelmts,
const unsigned int H5_ATTR_UNUSED *cd_values, size_t nbytes, size_t *buf_size, void **buf)
{
- int * int_ptr = (int *)*buf; /* Pointer to the data values */
+ int *int_ptr = (int *)*buf; /* Pointer to the data values */
ssize_t buf_left = (ssize_t)*buf_size; /* Amount of data buffer left to process */
if (flags & H5Z_FLAG_REVERSE) { /* read */
@@ -718,7 +718,7 @@ static size_t
filter_bogus2(unsigned int flags, size_t H5_ATTR_UNUSED cd_nelmts,
const unsigned int H5_ATTR_UNUSED *cd_values, size_t nbytes, size_t *buf_size, void **buf)
{
- int * int_ptr = (int *)*buf; /* Pointer to the data values */
+ int *int_ptr = (int *)*buf; /* Pointer to the data values */
ssize_t buf_left = (ssize_t)*buf_size; /* Amount of data buffer left to process */
if (flags & H5Z_FLAG_REVERSE) { /* read */
@@ -1463,7 +1463,7 @@ test_direct_chunk_read_no_cache(hid_t file)
Bytef *z_dst = (Bytef *)(direct_buf);
uLong z_dst_nbytes = (uLong)buf_size;
int aggression = 9; /* Compression aggression setting */
- void * outbuf = NULL; /* Pointer to new buffer */
+ void *outbuf = NULL; /* Pointer to new buffer */
hsize_t start[2]; /* Start of hyperslab */
hsize_t stride[2]; /* Stride of hyperslab */
@@ -1636,12 +1636,12 @@ test_direct_chunk_read_cache(hid_t file, hbool_t flush)
hsize_t offset[2]; /* chunk offset used for H5DOread_chunk */
size_t buf_size = CHUNK_NX * CHUNK_NY * sizeof(int);
- Bytef * z_src = NULL; /* source buffer */
+ Bytef *z_src = NULL; /* source buffer */
uLongf z_src_nbytes = (uLongf)DEFLATE_SIZE_ADJUST(buf_size);
- Bytef * z_dst = (Bytef *)(direct_buf);
+ Bytef *z_dst = (Bytef *)(direct_buf);
uLong z_dst_nbytes = (uLong)buf_size;
int aggression = 9; /* Compression aggression setting */
- void * outbuf = NULL; /* Pointer to new buffer */
+ void *outbuf = NULL; /* Pointer to new buffer */
hsize_t read_buf_size = 0;
hsize_t start[2]; /* Start of hyperslab */
@@ -2150,7 +2150,7 @@ test_single_chunk(unsigned config)
else
/* Write the data to the dataset */
if (H5Dwrite(did, H5T_NATIVE_INT, H5S_ALL, H5S_ALL, H5P_DEFAULT, (void *)wdata) < 0)
- goto error;
+ goto error;
/*
* Close and release resources.
@@ -2192,7 +2192,7 @@ test_single_chunk(unsigned config)
else
/* Read the data */
if (H5Dread(did, H5T_NATIVE_INT, H5S_ALL, H5S_ALL, H5P_DEFAULT, rdata) < 0)
- goto error;
+ goto error;
/* Verify that the data read was correct. */
for (i = 0; i < DIM0; i++) {
diff --git a/hl/test/test_file_image.c b/hl/test/test_file_image.c
index cc53b07..feefb81 100644
--- a/hl/test/test_file_image.c
+++ b/hl/test/test_file_image.c
@@ -47,7 +47,7 @@
static int
test_file_image(size_t open_images, size_t nflags, unsigned *flags)
{
- hid_t * file_id = NULL, *dset_id = NULL, file_space, plist; /* HDF5 ids */
+ hid_t *file_id = NULL, *dset_id = NULL, file_space, plist; /* HDF5 ids */
hsize_t dims1[RANK] = {2, 3}; /* original dimension of datasets */
hsize_t max_dims[RANK] = {H5S_UNLIMITED, H5S_UNLIMITED};
int data1[6] = {1, 2, 3, 4, 5, 6}; /* original contents of dataset */
@@ -57,13 +57,13 @@ test_file_image(size_t open_images, size_t nflags, unsigned *flags)
hsize_t dims4[RANK] = {3, 5}; /* extended dimensions of datasets */
int data4[15] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15};
/* extended contents of dataset */
- ssize_t * buf_size = NULL; /* pointer to array of buffer sizes */
- void ** buf_ptr = NULL; /* pointer to array of pointers to image buffers */
- char ** filename = NULL; /* pointer to array of pointers to filenames */
- unsigned * input_flags = NULL; /* pointer to array of flag combinations */
+ ssize_t *buf_size = NULL; /* pointer to array of buffer sizes */
+ void **buf_ptr = NULL; /* pointer to array of pointers to image buffers */
+ char **filename = NULL; /* pointer to array of pointers to filenames */
+ unsigned *input_flags = NULL; /* pointer to array of flag combinations */
size_t i, j, k, nrow, n_values;
herr_t status1;
- void * handle_ptr = NULL; /* pointers to driver buffer */
+ void *handle_ptr = NULL; /* pointers to driver buffer */
unsigned char **core_buf_ptr_ptr = NULL;
VERIFY(open_images > 1, "The number of open images must be greater than 1");
diff --git a/hl/test/test_image.c b/hl/test/test_image.c
index dc1be96..bff30c1 100644
--- a/hl/test/test_image.c
+++ b/hl/test/test_image.c
@@ -519,11 +519,11 @@ test_generate(void)
{
hid_t fid;
hsize_t pal_dims[2] = {256, 3};
- float * data = NULL;
+ float *data = NULL;
int imax, jmax, kmax;
int n_elements;
float valex, xmin, xmax, value;
- FILE * f = NULL;
+ FILE *f = NULL;
const char *data_file = H5_get_srcdir_filename(DATA_FILE4);
int i;
int retval = FAIL;
@@ -757,13 +757,13 @@ out:
static int
read_data(const char *fname, /*IN*/
- hsize_t * width, /*OUT*/
- hsize_t * height /*OUT*/)
+ hsize_t *width, /*OUT*/
+ hsize_t *height /*OUT*/)
{
int i, n;
int color_planes;
char str[20];
- FILE * f = NULL;
+ FILE *f = NULL;
int w, h;
int n_elements;
const char *data_file = H5_get_srcdir_filename(fname);
@@ -876,14 +876,14 @@ out:
static int
read_palette(const char *fname, rgb_t *palette, size_t palette_size)
{
- FILE * file;
+ FILE *file;
char buffer[80];
unsigned u;
unsigned int red;
unsigned int green;
unsigned int blue;
unsigned nentries;
- const char * data_file = H5_get_srcdir_filename(fname);
+ const char *data_file = H5_get_srcdir_filename(fname);
/* ensure the given palette is valid */
if (!palette)
diff --git a/hl/test/test_lite.c b/hl/test/test_lite.c
index 655778f..b870fdd 100644
--- a/hl/test/test_lite.c
+++ b/hl/test/test_lite.c
@@ -467,7 +467,7 @@ make_attributes(hid_t loc_id, const char *obj_name)
{
int rank_out;
- hsize_t * dims_out = 0;
+ hsize_t *dims_out = 0;
H5T_class_t type_class;
size_t type_size;
int i;
@@ -1028,7 +1028,7 @@ static int
test_integers(void)
{
hid_t dtype;
- char * dt_str;
+ char *dt_str;
size_t str_len;
HL_TESTING3("\n text for integer types");
@@ -1086,7 +1086,7 @@ static int
test_fps(void)
{
hid_t dtype;
- char * dt_str;
+ char *dt_str;
size_t str_len;
HL_TESTING3(" text for floating-point types");
@@ -1148,7 +1148,7 @@ test_strings(void)
H5T_str_t str_pad;
H5T_cset_t str_cset;
H5T_class_t type_class;
- char * dt_str = NULL;
+ char *dt_str = NULL;
size_t str_len;
HL_TESTING3(" text for string types");
@@ -1293,7 +1293,7 @@ test_opaques(void)
hid_t dtype;
size_t opq_size;
H5T_class_t type_class;
- char * dt_str;
+ char *dt_str;
size_t str_len;
HL_TESTING3(" text for opaque types");
@@ -1355,7 +1355,7 @@ test_enums(void)
const char *name2 = "WHITE";
int value2;
H5T_class_t type_class;
- char * dt_str;
+ char *dt_str;
size_t str_len;
HL_TESTING3(" text for enum types");
@@ -1431,7 +1431,7 @@ test_variables(void)
{
hid_t dtype;
H5T_class_t type_class;
- char * dt_str;
+ char *dt_str;
size_t str_len;
HL_TESTING3(" text for variable types");
@@ -1493,7 +1493,7 @@ test_arrays(void)
int ndims;
hsize_t dims[3];
H5T_class_t type_class;
- char * dt_str;
+ char *dt_str;
size_t str_len;
HL_TESTING3(" text for array types");
@@ -1556,10 +1556,10 @@ test_compounds(void)
{
hid_t dtype;
int nmembs;
- char * memb_name = NULL;
+ char *memb_name = NULL;
H5T_class_t memb_class;
H5T_class_t type_class;
- char * dt_str;
+ char *dt_str;
size_t str_len;
HL_TESTING3(" text for compound types");
@@ -1637,41 +1637,41 @@ test_compound_bug(void)
hid_t dtype;
H5T_class_t type_class;
int nmembs;
- char * memb_name = NULL;
- char * dt_str;
+ char *memb_name = NULL;
+ char *dt_str;
size_t str_len;
- char text[] = "H5T_COMPOUND { H5T_STD_I32LE "
- "\"state_________________________________________________________________________________"
- "\"; H5T_STD_I32LE "
- "\"desc____________________________________________________________________________________"
- "_____\"; H5T_VLEN { H5T_COMPOUND { H5T_ENUM { H5T_STD_I16LE; \"ZERO\" 0; \"ONE\" 1; "
- "\"TWO\" 2; \"THREE\" 3; } \"type____\"; H5T_STD_I32LE "
- "\"sub_____________________________________________________________________________________"
- "__________________________\"; H5T_STRING { STRSIZE H5T_VARIABLE; STRPAD H5T_STR_SPACEPAD; "
- "CSET H5T_CSET_ASCII; CTYPE H5T_C_S1; } \"sub_desc\"; H5T_STD_I32LE "
- "\"final___________________________________________________________________________________"
- "________________\"; } } \"sub\"; }";
- char text2[] = "H5T_COMPOUND {\n"
- " H5T_STD_I16LE \"state___________________________"
- "__________________________________________________"
- "____\" : 0;\n"
- " H5T_STD_I16LE \"desc____________________________"
- "__________________________________________________"
- "___________\" : 2;\n"
- " H5T_VLEN { H5T_COMPOUND {\n"
- " H5T_ENUM { H5T_STD_I16LE; \"ZERO\" 0; \"ONE\" "
- "1; \"TWO\" 2; \"THREE\" 3; } \"type____\" : 0;\n"
- " H5T_STD_I32LE \"sub___________________________"
- "__________________________________________________"
- "__________________________________1\" : 4;\n"
- " H5T_STRING { STRSIZE H5T_VARIABLE; STRPAD H5T_"
- "STR_SPACEPAD; CSET H5T_CSET_ASCII; CTYPE H5T_C_S1;"
- " } \"sub_desc\" : 8;\n"
- " H5T_STD_I32LE \"final_________________________"
- "__________________________________________________"
- "________________________\" : 16;\n"
- " } } \"sub\" : 8;\n"
- "}\n";
+ char text[] = "H5T_COMPOUND { H5T_STD_I32LE "
+ "\"state_________________________________________________________________________________"
+ "\"; H5T_STD_I32LE "
+ "\"desc____________________________________________________________________________________"
+ "_____\"; H5T_VLEN { H5T_COMPOUND { H5T_ENUM { H5T_STD_I16LE; \"ZERO\" 0; \"ONE\" 1; "
+ "\"TWO\" 2; \"THREE\" 3; } \"type____\"; H5T_STD_I32LE "
+ "\"sub_____________________________________________________________________________________"
+ "__________________________\"; H5T_STRING { STRSIZE H5T_VARIABLE; STRPAD H5T_STR_SPACEPAD; "
+ "CSET H5T_CSET_ASCII; CTYPE H5T_C_S1; } \"sub_desc\"; H5T_STD_I32LE "
+ "\"final___________________________________________________________________________________"
+ "________________\"; } } \"sub\"; }";
+ char text2[] = "H5T_COMPOUND {\n"
+ " H5T_STD_I16LE \"state___________________________"
+ "__________________________________________________"
+ "____\" : 0;\n"
+ " H5T_STD_I16LE \"desc____________________________"
+ "__________________________________________________"
+ "___________\" : 2;\n"
+ " H5T_VLEN { H5T_COMPOUND {\n"
+ " H5T_ENUM { H5T_STD_I16LE; \"ZERO\" 0; \"ONE\" "
+ "1; \"TWO\" 2; \"THREE\" 3; } \"type____\" : 0;\n"
+ " H5T_STD_I32LE \"sub___________________________"
+ "__________________________________________________"
+ "__________________________________1\" : 4;\n"
+ " H5T_STRING { STRSIZE H5T_VARIABLE; STRPAD H5T_"
+ "STR_SPACEPAD; CSET H5T_CSET_ASCII; CTYPE H5T_C_S1;"
+ " } \"sub_desc\" : 8;\n"
+ " H5T_STD_I32LE \"final_________________________"
+ "__________________________________________________"
+ "________________________\" : 16;\n"
+ " } } \"sub\" : 8;\n"
+ "}\n";
HL_TESTING3(" text for compound type of bug fix");
@@ -1761,8 +1761,8 @@ test_complicated_compound(void)
hid_t dtype;
int nmembs;
H5T_class_t type_class;
- char * line = NULL;
- FILE * fp = NULL;
+ char *line = NULL;
+ FILE *fp = NULL;
size_t size = 1024;
const char *filename = H5_get_srcdir_filename(INPUT_FILE);
diff --git a/hl/test/test_packet.c b/hl/test/test_packet.c
index e8b90f7..2c003d5 100644
--- a/hl/test/test_packet.c
+++ b/hl/test/test_packet.c
@@ -116,7 +116,7 @@ create_hl_table(hid_t fid)
hid_t field_type[NFIELDS];
hid_t string_type;
hsize_t chunk_size = 10;
- int * fill_data = NULL;
+ int *fill_data = NULL;
int compress = 0;
herr_t status;
diff --git a/hl/test/test_packet_vlen.c b/hl/test/test_packet_vlen.c
index 6d6bf34..d812247 100644
--- a/hl/test/test_packet_vlen.c
+++ b/hl/test/test_packet_vlen.c
@@ -333,7 +333,7 @@ test_compound_VL_VLtype(void)
hsize_t count; /* Number of records in the table */
compVLVL_t writeBuf[NRECORDS]; /* Buffer to hold data to be written */
compVLVL_t readBuf[NRECORDS]; /* Buffer to hold read data */
- hvl_t * t1, *t2;
+ hvl_t *t1, *t2;
unsigned uu, vv, ww; /* Loop variables */
char msg[80]; /* For error message */
herr_t ret; /* Returned status from a callee */
@@ -516,7 +516,7 @@ test_VLof_VLtype(void)
hid_t vlatomic = H5I_INVALID_HID; /* Variable length datatype */
hid_t vlofvl = H5I_INVALID_HID; /* VL datatype of VL datatypes */
hsize_t count; /* Number of records in the table */
- hvl_t * t1; /* pointer to advance */
+ hvl_t *t1; /* pointer to advance */
unsigned uu, vv, ww; /* Loop variables */
hvl_t writeBuf[NRECORDS]; /* Buffer to hold data to be written */
hvl_t readBuf[NRECORDS]; /* Buffer to hold read data */
@@ -1368,7 +1368,7 @@ testfl_compound_VL_VLtype(void)
hsize_t count; /* Number of records in the table */
compVLVL_t writeBuf[NRECORDS]; /* Buffer to hold data to be written */
compVLVL_t readBuf[NRECORDS]; /* Buffer to hold read data */
- hvl_t * t1, *t2;
+ hvl_t *t1, *t2;
unsigned uu, vv, ww; /* Loop variables */
char msg[80]; /* For error message */
herr_t ret; /* Returned status from a callee */
@@ -1551,7 +1551,7 @@ testfl_VLof_VLtype(void)
hid_t vlatomic = H5I_INVALID_HID; /* Variable length datatype */
hid_t vlofvl = H5I_INVALID_HID; /* VL datatype of VL datatypes */
hsize_t count; /* Number of records in the table */
- hvl_t * t1; /* pointer to advance */
+ hvl_t *t1; /* pointer to advance */
unsigned uu, vv, ww; /* Loop variables */
hvl_t writeBuf[NRECORDS]; /* Buffer to hold data to be written */
hvl_t readBuf[NRECORDS]; /* Buffer to hold read data */
diff --git a/hl/test/test_table.c b/hl/test/test_table.c
index 6199e27..9b5d8ac 100644
--- a/hl/test/test_table.c
+++ b/hl/test/test_table.c
@@ -198,7 +198,7 @@ test_table(hid_t fid, int do_write)
hid_t fid2;
hsize_t chunk_size = 10;
int compress = 0;
- int * fill = NULL;
+ int *fill = NULL;
particle_t fill1[1] = {{"no data", -1, -99.0, -99.0, -1}};
int fill1_new[1] = {-100};
hsize_t position;
diff --git a/hl/tools/gif2h5/decompress.c b/hl/tools/gif2h5/decompress.c
index 4f7c0ef..10dab73 100644
--- a/hl/tools/gif2h5/decompress.c
+++ b/hl/tools/gif2h5/decompress.c
@@ -17,7 +17,7 @@
GIFWORD iWIDE, iHIGH, eWIDE, eHIGH, expand, numcols, strip, nostrip;
unsigned long cols[256];
-char * cmd;
+char *cmd;
FILE *fp;
diff --git a/hl/tools/gif2h5/gif.h b/hl/tools/gif2h5/gif.h
index 2b4a344..306fcf2 100644
--- a/hl/tools/gif2h5/gif.h
+++ b/hl/tools/gif2h5/gif.h
@@ -133,12 +133,12 @@ typedef struct _GifCommentExtension {
** extension.
*/
typedef struct _GifToMem {
- GIFHEAD * GifHeader;
- GIFIMAGEDESC ** GifImageDesc;
+ GIFHEAD *GifHeader;
+ GIFIMAGEDESC **GifImageDesc;
GIFGRAPHICCONTROL **GifGraphicControlExtension;
- GIFPLAINTEXT ** GifPlainTextExtension;
- GIFAPPLICATION ** GifApplicationExtension;
- GIFCOMMENT ** GifCommentExtension;
+ GIFPLAINTEXT **GifPlainTextExtension;
+ GIFAPPLICATION **GifApplicationExtension;
+ GIFCOMMENT **GifCommentExtension;
} GIFTOMEM;
/*
diff --git a/hl/tools/gif2h5/gif2mem.c b/hl/tools/gif2h5/gif2mem.c
index c66250b..e9d8fdc 100644
--- a/hl/tools/gif2h5/gif2mem.c
+++ b/hl/tools/gif2h5/gif2mem.c
@@ -42,11 +42,11 @@ Gif2Mem(GIFBYTE *MemGif, GIFTOMEM *GifMemoryStruct)
* The gif structure outline for passing data to memory is given in gif.h.
* These pointers are redunant, should take them out in ver. 2
*/
- GIFHEAD * gifHead; /* GIF Header structure */
- GIFIMAGEDESC ** gifImageDesc; /* Logical Image Descriptor struct */
- GIFPLAINTEXT ** gifPlainText; /* Plain Text Extension structure */
- GIFAPPLICATION ** gifApplication; /* Application Extension structure */
- GIFCOMMENT ** gifComment; /* Comment Extension structure */
+ GIFHEAD *gifHead; /* GIF Header structure */
+ GIFIMAGEDESC **gifImageDesc; /* Logical Image Descriptor struct */
+ GIFPLAINTEXT **gifPlainText; /* Plain Text Extension structure */
+ GIFAPPLICATION **gifApplication; /* Application Extension structure */
+ GIFCOMMENT **gifComment; /* Comment Extension structure */
GIFGRAPHICCONTROL **gifGraphicControl; /* Graphic Control Extension strct */
register GIFWORD i; /* Loop counter */
@@ -64,7 +64,7 @@ Gif2Mem(GIFBYTE *MemGif, GIFTOMEM *GifMemoryStruct)
GIFBYTE aTemp;
GIFBYTE j;
GIFBYTE w; /* Two more variables needed only while testing */
- GIFBYTE * b; /* Endian Ordering */
+ GIFBYTE *b; /* Endian Ordering */
/* Allocate memory for the GIF structures */
/* Plug the structs into GifMemoryStruct at the end */
diff --git a/hl/tools/gif2h5/gifread.c b/hl/tools/gif2h5/gifread.c
index 6cfcdea..3413e70 100644
--- a/hl/tools/gif2h5/gifread.c
+++ b/hl/tools/gif2h5/gifread.c
@@ -54,7 +54,7 @@ GetByte(GIFBYTE *MemGif)
* otherwise 0 if no error occured.
*/
int
-ReadGifHeader(GIFHEAD * GifHead, /* Pointer to GIF header structure */
+ReadGifHeader(GIFHEAD *GifHead, /* Pointer to GIF header structure */
GIFBYTE **MemGif2) /* GIF image file input FILE stream */
{
GIFWORD i; /* Loop counter */
@@ -121,7 +121,7 @@ ReadGifHeader(GIFHEAD * GifHead, /* Pointer to GIF header structure */
*/
int
ReadGifImageDesc(GIFIMAGEDESC *GifImageDesc, /* Pointer to GIF image descriptor structure */
- GIFBYTE ** MemGif2 /* GIF image file input FILE stream */
+ GIFBYTE **MemGif2 /* GIF image file input FILE stream */
)
{
GIFWORD i; /* Loop counter */
@@ -210,7 +210,7 @@ ReadGifImageDesc(GIFIMAGEDESC *GifImageDesc, /* Pointer to GIF image descriptor
*/
int
ReadGifGraphicControl(GIFGRAPHICCONTROL *GifGraphicControl, /* Pointer to GC Extension structure */
- GIFBYTE ** MemGif2 /* GIF image file input FILE stream */
+ GIFBYTE **MemGif2 /* GIF image file input FILE stream */
)
{
int i;
@@ -233,7 +233,7 @@ ReadGifGraphicControl(GIFGRAPHICCONTROL *GifGraphicControl, /* Pointer to GC Ext
*/
int
ReadGifPlainText(GIFPLAINTEXT *GifPlainText, /* Pointer to Plain Text Extension structure */
- GIFBYTE ** MemGif2 /* GIF image file input FILE stream */
+ GIFBYTE **MemGif2 /* GIF image file input FILE stream */
)
{
int i;
@@ -270,7 +270,7 @@ ReadGifPlainText(GIFPLAINTEXT *GifPlainText, /* Pointer to Plain Text Extension
*/
int
ReadGifApplication(GIFAPPLICATION *GifApplication, /* Pointer to Application Extension structure */
- GIFBYTE ** MemGif2 /* GIF image file input FILE stream */
+ GIFBYTE **MemGif2 /* GIF image file input FILE stream */
)
{
int i;
@@ -306,7 +306,7 @@ ReadGifApplication(GIFAPPLICATION *GifApplication, /* Pointer to Application Ext
*/
int
ReadGifComment(GIFCOMMENT *GifComment, /* Pointer to GIF Comment Extension structure */
- GIFBYTE ** MemGif2 /* GIF image file input FILE stream */
+ GIFBYTE **MemGif2 /* GIF image file input FILE stream */
)
{
@@ -331,7 +331,7 @@ ReadGifComment(GIFCOMMENT *GifComment, /* Pointer to GIF Comment Extension struc
*/
static GIFBYTE *
ReadDataSubBlocks(GIFBYTE **MemGif2, /* GIF image file input FILE stream */
- GIFWORD * DSize)
+ GIFWORD *DSize)
{
GIFBYTE *ptr1; /* Pointer used to "walk the heap" */
GIFBYTE *ptr2; /* Pointer used to mark the top of the heap */
diff --git a/hl/tools/gif2h5/hdf2gif.c b/hl/tools/gif2h5/hdf2gif.c
index 9ebfd4f..266add1 100644
--- a/hl/tools/gif2h5/hdf2gif.c
+++ b/hl/tools/gif2h5/hdf2gif.c
@@ -44,8 +44,8 @@ FILE *fpGif = NULL;
int
main(int argc, char **argv)
{
- GIFBYTE * Image;
- void * edata;
+ GIFBYTE *Image;
+ void *edata;
H5E_auto2_t func;
/* compression structs */