Home
last modified time | relevance | path

Searched refs:exclude_path_ptr (Results 1 – 2 of 2) sorted by relevance

/dports/science/hdf5-18/hdf5-1.8.21/tools/lib/
H A Dh5diff.c175 struct exclude_path_list * exclude_path_ptr; in is_exclude_path() local
184 exclude_path_ptr = opts->exclude; in is_exclude_path()
187 while (NULL != exclude_path_ptr) { in is_exclude_path()
189 if (exclude_path_ptr->obj_type == H5TRAV_TYPE_GROUP) { in is_exclude_path()
190 ret_cmp = HDstrncmp(exclude_path_ptr->obj_path, path, in is_exclude_path()
191 HDstrlen(exclude_path_ptr->obj_path)); in is_exclude_path()
200 len_grp = HDstrlen(exclude_path_ptr->obj_path); in is_exclude_path()
210 ret_cmp = HDstrcmp(exclude_path_ptr->obj_path, path); in is_exclude_path()
217 exclude_path_ptr->obj_type = type; in is_exclude_path()
221 exclude_path_ptr = exclude_path_ptr->next; in is_exclude_path()
/dports/science/hdf5/hdf5-1.10.6/tools/lib/
H A Dh5diff.c175 struct exclude_path_list * exclude_path_ptr; in is_exclude_path() local
184 exclude_path_ptr = opts->exclude; in is_exclude_path()
187 while (NULL != exclude_path_ptr) { in is_exclude_path()
189 if (exclude_path_ptr->obj_type == H5TRAV_TYPE_GROUP) { in is_exclude_path()
190 ret_cmp = HDstrncmp(exclude_path_ptr->obj_path, path, in is_exclude_path()
191 HDstrlen(exclude_path_ptr->obj_path)); in is_exclude_path()
200 len_grp = HDstrlen(exclude_path_ptr->obj_path); in is_exclude_path()
210 ret_cmp = HDstrcmp(exclude_path_ptr->obj_path, path); in is_exclude_path()
217 exclude_path_ptr->obj_type = type; in is_exclude_path()
221 exclude_path_ptr = exclude_path_ptr->next; in is_exclude_path()