Home
last modified time | relevance | path

Searched refs:HDstrdup (Results 1 – 25 of 108) sorted by relevance

12345

/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dhkit.c210 ret = (char *) HDstrdup("Special "); in HDgettagsname()
216 ret = (char *) HDstrdup(tag_descriptions[i].name); in HDgettagsname()
283 ret_desc = (char *) HDstrdup(nt_descriptions[0].desc); in HDgetNTdesc()
285 ret_desc = (char *) HDstrdup(nt_descriptions[1].desc); in HDgetNTdesc()
287 ret_desc = (char *) HDstrdup(nt_descriptions[2].desc); in HDgetNTdesc()
294 ret_desc = (char *) HDstrdup(nt_descriptions[i].desc); in HDgetNTdesc()
/dports/science/hdf5-18/hdf5-1.8.21/tools/h5copy/
H A Dh5copy.c253 oname_dst = HDstrdup(opt_arg); in main()
262 str_flag = HDstrdup(opt_arg); in main()
271 fname_src = HDstrdup(opt_arg); in main()
275 fname_dst = HDstrdup(opt_arg); in main()
283 oname_src = HDstrdup(opt_arg); in main()
/dports/science/hdf5/hdf5-1.10.6/tools/src/h5copy/
H A Dh5copy.c253 oname_dst = HDstrdup(opt_arg); in main()
262 str_flag = HDstrdup(opt_arg); in main()
271 fname_src = HDstrdup(opt_arg); in main()
275 fname_dst = HDstrdup(opt_arg); in main()
283 oname_src = HDstrdup(opt_arg); in main()
/dports/science/hdf5/hdf5-1.10.6/tools/test/h5format_convert/
H A Dh5fc_chk_idx.c59 fname = HDstrdup(argv[1]); in main()
60 dname = HDstrdup(argv[2]); in main()
/dports/science/hdf5-18/hdf5-1.8.21/tools/h5jam/
H A Dgetub.c65 nbytes = HDstrdup(opt_arg); in parse_command_line()
111 filename = HDstrdup(argv[opt_ind]); in main()
H A Dh5unjam.c143 output_file = HDstrdup(opt_arg); in parse_command_line()
149 input_file = HDstrdup(opt_arg); in parse_command_line()
155 ub_file = HDstrdup(opt_arg); in parse_command_line()
H A Dh5jam.c171 output_file = HDstrdup (opt_arg); in parse_command_line()
174 input_file = HDstrdup (opt_arg); in parse_command_line()
177 ub_file = HDstrdup (opt_arg); in parse_command_line()
/dports/science/hdf5/hdf5-1.10.6/tools/test/h5jam/
H A Dgetub.c65 nbytes = HDstrdup(opt_arg); in parse_command_line()
111 filename = HDstrdup(argv[opt_ind]); in main()
/dports/science/hdf5/hdf5-1.10.6/tools/src/h5jam/
H A Dh5unjam.c134 output_file = HDstrdup(opt_arg); in parse_command_line()
140 input_file = HDstrdup(opt_arg); in parse_command_line()
146 ub_file = HDstrdup(opt_arg); in parse_command_line()
H A Dh5jam.c156 output_file = HDstrdup (opt_arg); in parse_command_line()
159 input_file = HDstrdup (opt_arg); in parse_command_line()
162 ub_file = HDstrdup (opt_arg); in parse_command_line()
/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Dtiterate.c161 lnames[i] = HDstrdup(name); in test_iter_group()
172 lnames[NDATASETS] = HDstrdup("grp"); in test_iter_group()
178 lnames[NDATASETS + 1] = HDstrdup("dtype"); in test_iter_group()
412 anames[i] = HDstrdup(name); in test_iter_attr()
726 dnames[i] = HDstrdup(name); in test_grp_memb_funcs()
737 dnames[NDATASETS] = HDstrdup("grp"); in test_grp_memb_funcs()
743 dnames[NDATASETS + 1] = HDstrdup("dtype"); in test_grp_memb_funcs()
790 obj_names[i] = HDstrdup(dataset_name); in test_grp_memb_funcs()
/dports/science/hdf5-18/hdf5-1.8.21/tools/lib/
H A Dh5trav.c139 visited->objs[idx].path = HDstrdup(path); in trav_addr_add()
336 info->paths[idx].path = HDstrdup(path); in trav_info_add()
680 table->objs[new_obj].name = (char *)HDstrdup(path); in trav_table_add()
718 table->objs[i].links[n].new_name = (char *)HDstrdup(path); in trav_table_addlink()
753 table->objs[new_obj].name = (char *)HDstrdup(name); in trav_table_addflags()
1101 if(NULL == (visited->objs[idx].file = HDstrdup(file))) { in symlink_visit_add()
1107 if(NULL == (visited->objs[idx].path = HDstrdup(path))) { in symlink_visit_add()
/dports/science/hdf5/hdf5-1.10.6/tools/lib/
H A Dh5trav.c140 visited->objs[idx].path = HDstrdup(path); in trav_addr_add()
338 info->paths[idx].path = HDstrdup(path); in trav_info_add()
682 table->objs[new_obj].name = (char *)HDstrdup(path); in trav_table_add()
720 table->objs[i].links[n].new_name = (char *)HDstrdup(path); in trav_table_addlink()
755 table->objs[new_obj].name = (char *)HDstrdup(name); in trav_table_addflags()
1103 if(NULL == (visited->objs[idx].file = HDstrdup(file))) { in symlink_visit_add()
1109 if(NULL == (visited->objs[idx].path = HDstrdup(path))) { in symlink_visit_add()
/dports/science/hdf5/hdf5-1.10.6/test/
H A Dtiterate.c171 lnames[i] = HDstrdup(name); in test_iter_group()
182 lnames[NDATASETS] = HDstrdup("grp"); in test_iter_group()
188 lnames[NDATASETS + 1] = HDstrdup("dtype"); in test_iter_group()
424 anames[i] = HDstrdup(name); in test_iter_attr()
745 dnames[i] = HDstrdup(name); in test_grp_memb_funcs()
756 dnames[NDATASETS] = HDstrdup("grp"); in test_grp_memb_funcs()
762 dnames[NDATASETS + 1] = HDstrdup("dtype"); in test_grp_memb_funcs()
809 obj_names[i] = HDstrdup(dataset_name); in test_grp_memb_funcs()
/dports/science/hdf5-18/hdf5-1.8.21/tools/h5dump/
H A Dh5dump.c978 hand[i].obj = HDstrdup(opt_arg); in parse_command_line()
990 hand[i].obj = HDstrdup(opt_arg); in parse_command_line()
1002 hand[i].obj = HDstrdup(opt_arg); in parse_command_line()
1019 hand[i].obj = HDstrdup(opt_arg); in parse_command_line()
1031 hand[i].obj = HDstrdup(opt_arg); in parse_command_line()
1043 hand[i].obj = HDstrdup(opt_arg); in parse_command_line()
1430 fname = HDstrdup(argv[opt_ind++]); in main()
1512 ns = HDstrdup(xmlnsprefix); in main()
/dports/science/hdf5/hdf5-1.10.6/hl/tools/h5watch/
H A Dh5watch.c464 if((g_dup_fields = HDstrdup(g_list_of_fields)) == NULL) { in process_cmpd_fields()
745 if((g_list_of_fields = HDstrdup(opt_arg)) == NULL) { in parse_command_line()
753 if((str = HDstrdup(opt_arg)) == NULL) { in parse_command_line()
876 if((fname = HDstrdup(argv[opt_ind])) == NULL) { in main()
924 if((dname = HDstrdup(dname)) == NULL) { in main()
/dports/science/hdf5/hdf5-1.10.6/c++/test/
H A Dtiterate.cpp177 lnames[i] = HDstrdup(name); in test_iter_group()
184 lnames[NDATASETS] = HDstrdup("grp"); in test_iter_group()
188 lnames[NDATASETS + 1] = HDstrdup("dtype"); in test_iter_group()
/dports/science/hdf5-18/hdf5-1.8.21/tools/misc/
H A Dh5mkgrp.c170 parms->fname = HDstrdup(argv[opt_ind]); in parse_command_line()
187 parms->groups[curr_group] = HDstrdup(argv[opt_ind]); in parse_command_line()
/dports/science/hdf5/hdf5-1.10.6/tools/src/misc/
H A Dh5mkgrp.c170 parms->fname = HDstrdup(argv[opt_ind]); in parse_command_line()
187 parms->groups[curr_group] = HDstrdup(argv[opt_ind]); in parse_command_line()
H A Dh5clear.c197 fname_g = HDstrdup(argv[opt_ind]); in parse_command_line()
294 fname = HDstrdup(fname_g); in main()
/dports/science/hdf5/hdf5-1.10.6/tools/src/h5dump/
H A Dh5dump.c950 hand[i].obj = HDstrdup(opt_arg); in parse_command_line()
962 hand[i].obj = HDstrdup(opt_arg); in parse_command_line()
974 hand[i].obj = HDstrdup(opt_arg); in parse_command_line()
991 hand[i].obj = HDstrdup(opt_arg); in parse_command_line()
1003 hand[i].obj = HDstrdup(opt_arg); in parse_command_line()
1015 hand[i].obj = HDstrdup(opt_arg); in parse_command_line()
1525 fname = HDstrdup(argv[opt_ind++]); in main()
1611 ns = HDstrdup(xmlnsprefix); in main()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5PL.c343 dl_path = HDstrdup(H5PL_DEFAULT_PATH); in H5PL__init_path_table()
345 dl_path = HDstrdup(origin_dl_path); in H5PL__init_path_table()
355 if(NULL == (H5PL_path_table_g[H5PL_num_paths_g] = HDstrdup(dir))) in H5PL__init_path_table()
/dports/science/hdf5/hdf5-1.10.6/tools/test/misc/
H A Dclear_open_chk.c53 fname = HDstrdup(argv[1]); in main()
/dports/science/hdf5/hdf5-1.10.6/tools/src/h5format_convert/
H A Dh5format_convert.c146 dname_g = HDstrdup(opt_arg); in parse_command_line()
175 fname_g = HDstrdup(argv[opt_ind]); in parse_command_line()
/dports/science/hdf/hdf-4.2.15/mfhdf/dumper/
H A Dhdp_list.c153 list_opts->limit_name = HDstrdup(argv[curr_arg]); in parse_list_opts()
901 ((s = HDgettagsname(o_info->tag)) == NULL ? HDstrdup("Unknown") : s), in print_list_obj()
912 ((s = HDgettagsname(o_info->tag)) == NULL ? HDstrdup("Unknown") : s), in print_list_obj()
995 ((s = HDgettagsname(g_obj->tag)) == NULL ? HDstrdup("Unknown") : s), in print_list_obj()
1149 s = HDstrdup("Unknown"); in do_list()

12345