/dports/science/netcdf/netcdf-c-4.7.4/nc_test4/ |
H A D | tst_vl.c | 55 if (nc_def_vlen(ncid, VLEN_NAME, NC_INT, &typeid)) ERR; in main() 127 if (nc_def_vlen(ncid, "name1", NC_INT, &typeid)) ERR; in main() 183 if (nc_def_vlen(ncid1, VLEN_NAME, NC_INT, &typeid1)) ERR; in main() 184 if (nc_def_vlen(ncid2, VLEN_NAME, NC_INT, &typeid2)) ERR; in main()
|
H A D | tst_empty_vlen_unlim.c | 65 if (nc_def_vlen(ncid, VLEN_NAME, NC_FLOAT, &typeid)) ERR; in main() 158 if (nc_def_vlen(ncid, VLEN_NAME, NC_FLOAT, &typeid)) ERR; in main()
|
H A D | cdm_sea_soundings.c | 45 if (nc_def_vlen(ncid, "temp_vlen", NC_FLOAT, &temp_typeid)) ERR; in main()
|
H A D | tst_xplatform2.c | 360 if (nc_def_vlen(ncid, VLEN_NAME, s1_typeid, &vlen_typeid)) ERR; in main() 473 if (nc_def_vlen(ncid, VLEN_NAME, s1_typeid, &vlen_typeid)) ERR; in main() 517 if (nc_def_vlen(ncid, VLEN_NAME, s1_typeid, &vlen_typeid)) ERR; in main()
|
H A D | tst_grps.c | 1149 if (nc_def_vlen(ncid, "vlen-1", NC_INT, &typeid)) ERR; in main() 1154 if (nc_def_vlen(g1id, "vlen-2", NC_BYTE, &typeid)) ERR; in main() 1159 if (nc_def_vlen(g2id, "vlen-3", NC_BYTE, &typeid)) ERR; in main() 1165 if (nc_def_vlen(g3id, "vlen-4", NC_BYTE, &typeid)) ERR; in main()
|
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nc_test4/ |
H A D | tst_vl.c | 55 if (nc_def_vlen(ncid, VLEN_NAME, NC_INT, &typeid)) ERR; in main() 127 if (nc_def_vlen(ncid, "name1", NC_INT, &typeid)) ERR; in main() 183 if (nc_def_vlen(ncid1, VLEN_NAME, NC_INT, &typeid1)) ERR; in main() 184 if (nc_def_vlen(ncid2, VLEN_NAME, NC_INT, &typeid2)) ERR; in main()
|
H A D | tst_empty_vlen_unlim.c | 63 if (nc_def_vlen(ncid, VLEN_NAME, NC_FLOAT, &typeid)) ERR; in main() 155 if (nc_def_vlen(ncid, VLEN_NAME, NC_FLOAT, &typeid)) ERR; in main()
|
H A D | cdm_sea_soundings.c | 45 if (nc_def_vlen(ncid, "temp_vlen", NC_FLOAT, &temp_typeid)) ERR; in main()
|
H A D | tst_xplatform2.c | 360 if (nc_def_vlen(ncid, VLEN_NAME, s1_typeid, &vlen_typeid)) ERR; in main() 473 if (nc_def_vlen(ncid, VLEN_NAME, s1_typeid, &vlen_typeid)) ERR; in main() 517 if (nc_def_vlen(ncid, VLEN_NAME, s1_typeid, &vlen_typeid)) ERR; in main()
|
H A D | tst_grps.c | 1149 if (nc_def_vlen(ncid, "vlen-1", NC_INT, &typeid)) ERR; in main() 1154 if (nc_def_vlen(g1id, "vlen-2", NC_BYTE, &typeid)) ERR; in main() 1159 if (nc_def_vlen(g2id, "vlen-3", NC_BYTE, &typeid)) ERR; in main() 1165 if (nc_def_vlen(g3id, "vlen-4", NC_BYTE, &typeid)) ERR; in main()
|
/dports/science/netcdf/netcdf-c-4.7.4/ncdump/ |
H A D | tst_vlen_demo.c | 25 if (nc_def_vlen(ncid, "row_of_floats", NC_FLOAT, &typeid)) abort();; in main()
|
H A D | tst_vlen_data.c | 52 if (nc_def_vlen(ncid, TYPE5_NAME, TYPE5_TYPE, &typeid)) ERR; in main()
|
H A D | tst_create_files.c | 211 if (nc_def_vlen(ncid, VLEN_TYPE_NAME, NC_INT, &typeid)) ERR; in main()
|
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncdump/ |
H A D | tst_vlen_demo.c | 14 if (nc_def_vlen(ncid, "row_of_floats", NC_FLOAT, &typeid)) abort();; in main()
|
H A D | tst_vlen_data.c | 52 if (nc_def_vlen(ncid, TYPE5_NAME, TYPE5_TYPE, &typeid)) ERR; in main()
|
H A D | tst_create_files.c | 211 if (nc_def_vlen(ncid, VLEN_TYPE_NAME, NC_INT, &typeid)) ERR; in main()
|
/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/libdispatch/ |
H A D | dvlen.c | 110 nc_def_vlen(int ncid, const char *name, nc_type base_typeid, nc_type *xtypep) in nc_def_vlen() function
|
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libdispatch/ |
H A D | dvlen.c | 110 nc_def_vlen(int ncid, const char *name, nc_type base_typeid, nc_type *xtypep) in nc_def_vlen() function
|
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/libdispatch/ |
H A D | dvlen.c | 90 nc_def_vlen(int ncid, const char *name, nc_type base_typeid, nc_type *xtypep) in nc_def_vlen() function
|
/dports/science/netcdf/netcdf-c-4.7.4/libdispatch/ |
H A D | dvlen.c | 110 nc_def_vlen(int ncid, const char *name, nc_type base_typeid, nc_type *xtypep) in nc_def_vlen() function
|
/dports/science/netcdf-fortran/netcdf-fortran-4.5.3/fortran/ |
H A D | module_netcdf4_nc_interfaces.f90 | 519 Function nc_def_vlen(ncid, name, base_typeid, xtypep) BIND(C) 528 Integer(C_INT) :: nc_def_vlen local 530 End Function nc_def_vlen
|
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/hdf4_test/ |
H A D | tst_hdf4_extra.c | 162 if (nc_def_vlen(ncid, NULL, 1, NULL) != NC_ENOTNC4) ERR; in main()
|
/dports/science/netcdf/netcdf-c-4.7.4/hdf4_test/ |
H A D | tst_hdf4_extra.c | 162 if (nc_def_vlen(ncid, NULL, 1, NULL) != NC_ENOTNC4) ERR; in main()
|
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nc_test/ |
H A D | tst_diskless2.c | 115 … stat = nc_def_vlen(root_grp, "vlen_t", NC_INT, &vlen_t_typ); check_err(stat,__LINE__,__FILE__); in main()
|
/dports/science/netcdf/netcdf-c-4.7.4/nc_test/ |
H A D | tst_diskless2.c | 130 … stat = nc_def_vlen(root_grp, "vlen_t", NC_INT, &vlen_t_typ); check_err(stat,__LINE__,__FILE__); in main()
|