H5Gget_objinfo ( hid_t loc_id, char const* name, hbool_t follow_link, H5G_stat_t* statbuf )
Field 'statbuf.mtime' in 4th parameter 'statbuf' (pointer) is of type 'time_t'.
H5Oget_info ( hid_t loc_id, H5O_info_t* oinfo )
Field 'oinfo.atime' in 2nd parameter 'oinfo' (pointer) is of type 'time_t'.
H5Oget_info1 ( hid_t loc_id, H5O_info_t* oinfo )
Field 'oinfo.atime' in 2nd parameter 'oinfo' (pointer) is of type 'time_t'.
H5Oget_info2 ( hid_t loc_id, H5O_info_t* oinfo, unsigned int fields )
Field 'oinfo.atime' in 2nd parameter 'oinfo' (pointer) is of type 'time_t'.
H5Oget_info_by_idx ( hid_t loc_id, char const* group_name, H5_index_t idx_type, enum H5_iter_order_t order, hsize_t n, H5O_info_t* oinfo, hid_t lapl_id )
Field 'oinfo.atime' in 6th parameter 'oinfo' (pointer) is of type 'time_t'.
H5Oget_info_by_idx1 ( hid_t loc_id, char const* group_name, H5_index_t idx_type, enum H5_iter_order_t order, hsize_t n, H5O_info_t* oinfo, hid_t lapl_id )
Field 'oinfo.atime' in 6th parameter 'oinfo' (pointer) is of type 'time_t'.
H5Oget_info_by_idx2 ( hid_t loc_id, char const* group_name, H5_index_t idx_type, enum H5_iter_order_t order, hsize_t n, H5O_info_t* oinfo, unsigned int fields, hid_t lapl_id )
Field 'oinfo.atime' in 6th parameter 'oinfo' (pointer) is of type 'time_t'.
H5Oget_info_by_name ( hid_t loc_id, char const* name, H5O_info_t* oinfo, hid_t lapl_id )
Field 'oinfo.atime' in 3rd parameter 'oinfo' (pointer) is of type 'time_t'.
H5Oget_info_by_name1 ( hid_t loc_id, char const* name, H5O_info_t* oinfo, hid_t lapl_id )
Field 'oinfo.atime' in 3rd parameter 'oinfo' (pointer) is of type 'time_t'.
H5Oget_info_by_name2 ( hid_t loc_id, char const* name, H5O_info_t* oinfo, unsigned int fields, hid_t lapl_id )
Field 'oinfo.atime' in 3rd parameter 'oinfo' (pointer) is of type 'time_t'.
...