Home
last modified time | relevance | path

Searched refs:s3_typeid (Results 1 – 4 of 4) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/h5_test/
H A Dtst_h_atts3.c45 hid_t s1_typeid, vlen_typeid, s3_typeid; in main() local
112 if ((s3_typeid = H5Tcreate(H5T_COMPOUND, sizeof(struct s3))) < 0) ERR; in main()
113 if (H5Tinsert(s3_typeid, VL_NAME, offsetof(struct s3, data), in main()
115 if (H5Tcommit(grpid, S3_TYPE_NAME, s3_typeid) < 0) ERR; in main()
119 if ((attid = H5Acreate(grpid, S3_ATT_NAME, s3_typeid, spaceid, in main()
121 if (H5Awrite(attid, s3_typeid, cvc_out) < 0) ERR; in main()
126 H5Tclose(s3_typeid) < 0) ERR; in main()
/dports/science/netcdf/netcdf-c-4.7.4/h5_test/
H A Dtst_h_atts3.c45 hid_t s1_typeid, vlen_typeid, s3_typeid; in main() local
116 if ((s3_typeid = H5Tcreate(H5T_COMPOUND, sizeof(struct s3))) < 0) ERR; in main()
117 if (H5Tinsert(s3_typeid, VL_NAME, offsetof(struct s3, data), in main()
119 if (H5Tcommit(grpid, S3_TYPE_NAME, s3_typeid) < 0) ERR; in main()
123 if ((attid = H5Acreate(grpid, S3_ATT_NAME, s3_typeid, spaceid, in main()
125 if (H5Awrite(attid, s3_typeid, cvc_out) < 0) ERR; in main()
130 H5Tclose(s3_typeid) < 0) ERR; in main()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nc_test4/
H A Dtst_xplatform2.c458 nc_type vlen_typeid, s3_typeid, s1_typeid; in main() local
477 if (nc_def_compound(ncid, sizeof(struct s3), S3_TYPE_NAME, &s3_typeid)) ERR; in main()
478 if (nc_insert_array_compound(ncid, s3_typeid, VL_NAME, in main()
484 if (nc_put_att(ncid, NC_GLOBAL, S3_ATT_NAME, s3_typeid, in main()
501 nc_type vlen_typeid, s3_typeid, s1_typeid; in main() local
521 if (nc_def_compound(ncid, sizeof(struct s3), S3_TYPE_NAME, &s3_typeid)) ERR; in main()
522 if (nc_insert_array_compound(ncid, s3_typeid, VL_NAME, in main()
529 if (nc_def_var(ncid, VAR3_NAME, s3_typeid, 1, &dimid, &varid)) ERR; in main()
/dports/science/netcdf/netcdf-c-4.7.4/nc_test4/
H A Dtst_xplatform2.c458 nc_type vlen_typeid, s3_typeid, s1_typeid; in main() local
477 if (nc_def_compound(ncid, sizeof(struct s3), S3_TYPE_NAME, &s3_typeid)) ERR; in main()
478 if (nc_insert_array_compound(ncid, s3_typeid, VL_NAME, in main()
484 if (nc_put_att(ncid, NC_GLOBAL, S3_ATT_NAME, s3_typeid, in main()
501 nc_type vlen_typeid, s3_typeid, s1_typeid; in main() local
521 if (nc_def_compound(ncid, sizeof(struct s3), S3_TYPE_NAME, &s3_typeid)) ERR; in main()
522 if (nc_insert_array_compound(ncid, s3_typeid, VL_NAME, in main()
529 if (nc_def_var(ncid, VAR3_NAME, s3_typeid, 1, &dimid, &varid)) ERR; in main()