Home
last modified time | relevance | path

Searched refs:ncmagic5 (Results 1 – 6 of 6) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/libsrc/
H A Dv1hpg.c39 static const schar ncmagic5[] = {'C', 'D', 'F', 0x05}; variable
1371 status = ncx_putn_schar_schar(&ps.pos, sizeof(ncmagic5), ncmagic5, NULL); in ncx_put_NC()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libsrc/
H A Dv1hpg.c39 static const schar ncmagic5[] = {'C', 'D', 'F', 0x05}; variable
1371 status = ncx_putn_schar_schar(&ps.pos, sizeof(ncmagic5), ncmagic5, NULL); in ncx_put_NC()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/libsrc/
H A Dv1hpg.c39 static const schar ncmagic5[] = {'C', 'D', 'F', 0x05}; variable
1351 status = ncx_putn_schar_schar(&ps.pos, sizeof(ncmagic5), ncmagic5, NULL); in ncx_put_NC()
/dports/science/netcdf/netcdf-c-4.7.4/libsrc/
H A Dv1hpg.c39 static const schar ncmagic5[] = {'C', 'D', 'F', 0x05}; variable
1371 status = ncx_putn_schar_schar(&ps.pos, sizeof(ncmagic5), ncmagic5, NULL); in ncx_put_NC()
/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/lib/
H A Dheader.c66 static const char ncmagic5[] = {'C', 'D', 'F', 0x05}; variable
832 status = ncmpix_putn_text(&putbuf.pos, sizeof(ncmagic5), ncmagic5); in ncmpii_hdr_put_NC()
/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/utils/ncoffsets/
H A Dncoffsets.c199 static const char ncmagic5[] = {'C', 'D', 'F', 0x05}; variable