Home
last modified time | relevance | path

Searched refs:ncx_putn_schar_schar (Results 1 – 24 of 24) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/libsrc/
H A Dv1hpg.c1371 status = ncx_putn_schar_schar(&ps.pos, sizeof(ncmagic5), ncmagic5, NULL); in ncx_put_NC()
1373 status = ncx_putn_schar_schar(&ps.pos, sizeof(ncmagic), ncmagic, NULL); in ncx_put_NC()
1375 status = ncx_putn_schar_schar(&ps.pos, sizeof(ncmagic1), ncmagic1, NULL); in ncx_put_NC()
H A Dncx.h383 ncx_putn_schar_schar (void **xpp, size_t nelems, const schar *ip, void *fillp);
H A Dncx_cray.c1525 ncx_putn_schar_schar(void **xpp, size_t nelems, const schar *tp) in ncx_putn_schar_schar() function
H A Dputget.c93 return ncx_putn_schar_schar(xpp, nelems, fillp ,NULL); in NC_fill_schar()
911 lstatus = ncx_putn_schar_schar(&xp, nput, value ,fillp); in putNCvx_schar_schar()
H A Dncx.c6178 ncx_putn_schar_schar(void **xpp, size_t nelems, const schar *tp, void *fillp) in ncx_putn_schar_schar() function
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libsrc/
H A Dv1hpg.c1371 status = ncx_putn_schar_schar(&ps.pos, sizeof(ncmagic5), ncmagic5, NULL); in ncx_put_NC()
1373 status = ncx_putn_schar_schar(&ps.pos, sizeof(ncmagic), ncmagic, NULL); in ncx_put_NC()
1375 status = ncx_putn_schar_schar(&ps.pos, sizeof(ncmagic1), ncmagic1, NULL); in ncx_put_NC()
H A Dncx.h383 ncx_putn_schar_schar (void **xpp, size_t nelems, const schar *ip, void *fillp);
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/libsrc/
H A Dv1hpg.c1351 status = ncx_putn_schar_schar(&ps.pos, sizeof(ncmagic5), ncmagic5, NULL); in ncx_put_NC()
1353 status = ncx_putn_schar_schar(&ps.pos, sizeof(ncmagic), ncmagic, NULL); in ncx_put_NC()
1355 status = ncx_putn_schar_schar(&ps.pos, sizeof(ncmagic1), ncmagic1, NULL); in ncx_put_NC()
H A Dncx.h370 ncx_putn_schar_schar (void **xpp, size_t nelems, const schar *ip, void *fillp);
H A Dncx_cray.c1525 ncx_putn_schar_schar(void **xpp, size_t nelems, const schar *tp) in ncx_putn_schar_schar() function
H A Dputget.c100 return ncx_putn_schar_schar(xpp, nelems, fillp ,NULL); in NC_fill_schar()
969 lstatus = ncx_putn_schar_schar(&xp, nput, value ,fillp); in putNCvx_schar_schar()
H A Dncx.c6173 ncx_putn_schar_schar(void **xpp, size_t nelems, const schar *tp, void *fillp) in ncx_putn_schar_schar() function
/dports/science/netcdf/netcdf-c-4.7.4/libsrc/
H A Dv1hpg.c1371 status = ncx_putn_schar_schar(&ps.pos, sizeof(ncmagic5), ncmagic5, NULL); in ncx_put_NC()
1373 status = ncx_putn_schar_schar(&ps.pos, sizeof(ncmagic), ncmagic, NULL); in ncx_put_NC()
1375 status = ncx_putn_schar_schar(&ps.pos, sizeof(ncmagic1), ncmagic1, NULL); in ncx_put_NC()
H A Dncx.h383 ncx_putn_schar_schar (void **xpp, size_t nelems, const schar *ip, void *fillp);
H A Dputget.c113 return ncx_putn_schar_schar(xpp, nelems, fillp ,NULL); in NC_fill_schar()
1222 lstatus = ncx_putn_schar_schar(&xp, nput, value ,fillp); in putNCvx_schar_schar()
H A Dncx.c10442 ncx_putn_schar_schar(void **xpp, size_t nelems, const schar *tp, void *fillp) in ncx_putn_schar_schar() function
/dports/math/vtk6/VTK-6.2.0/ThirdParty/netcdf/vtknetcdf/libsrc/
H A Dv1hpg.c1237 status = ncx_putn_schar_schar(&ps.pos, sizeof(ncmagic), ncmagic); in ncx_put_NC()
1239 status = ncx_putn_schar_schar(&ps.pos, sizeof(ncmagic1), ncmagic1); in ncx_put_NC()
H A Dncx.h472 ncx_putn_schar_schar(void **xpp, size_t nelems, const schar *ip);
H A Dputget.c105 return ncx_putn_schar_schar(xpp, nelems, fillp); in NC_fill_schar()
823 lstatus = ncx_putn_schar_schar(&xp, nput, value); in putNCvx_schar_schar()
H A Dncx.m42685 ncx_putn_schar_schar(void **xpp, size_t nelems, const schar *tp)
H A Dncx.c2472 ncx_putn_schar_schar(void **xpp, size_t nelems, const schar *tp) in ncx_putn_schar_schar() function
/dports/math/vtk6/VTK-6.2.0/ThirdParty/netcdf/vtknetcdf/include/
H A Dvtk_netcdf_mangle.h786 #define ncx_putn_schar_schar vtk_netcdf_ncx_putn_schar_schar macro
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/include/
H A Dvtk_netcdf_mangle.h948 #define ncx_putn_schar_schar vtknetcdf_ncx_putn_schar_schar macro
/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/include/
H A Dvtk_netcdf_mangle.h1153 #define ncx_putn_schar_schar vtknetcdf_ncx_putn_schar_schar macro