Home
last modified time | relevance | path

Searched refs:nctypes (Results 1 – 10 of 10) sorted by relevance

/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/lib/
H A Ddepend4 mpinetcdf.o: mpinetcdf.c ncconfig.h nc.h pnetcdf.h ncio.h fbits.h ncx.h rnd.h nctypes.h macro.h
5 header.o: header.c ncconfig.h nc.h pnetcdf.h ncio.h fbits.h ncx.h rnd.h nctypes.h macro.h
7 attr.o: attr.c ncconfig.h nc.h pnetcdf.h ncio.h fbits.h ncx.h rnd.h nctypes.h macro.h
8 dim.o: dim.c ncconfig.h nc.h pnetcdf.h ncio.h fbits.h ncx.h rnd.h nctypes.h macro.h
10 nc.o: nc.c ncconfig.h nc.h pnetcdf.h ncio.h fbits.h rnd.h ncx.h nctypes.h macro.h
11 ncx.o: ncx.c ncconfig.h nc.h pnetcdf.h ncio.h fbits.h ncx.h rnd.h nctypes.h macro.h
12 string.o: string.c ncconfig.h nc.h pnetcdf.h ncio.h fbits.h ncx.h rnd.h nctypes.h macro.h utf8proc.h
13 var.o: var.c ncconfig.h nc.h pnetcdf.h ncio.h fbits.h ncx.h rnd.h nctypes.h macro.h
16 filetype.o: filetype.c ncconfig.h nc.h pnetcdf.h ncio.h fbits.h ncx.h rnd.h nctypes.h macro.h
18 varn.o: varn.c ncconfig.h nc.h pnetcdf.h ncio.h fbits.h ncx.h rnd.h nctypes.h ncmpidtype.h macro.h
[all …]
H A DMakefile.in44 nctypes.h \
H A Dncx_h.m420 #include "nctypes.h"
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/crypto/krb/
H A Dkeyed_checksum_types.c43 unsigned int i, c, nctypes; in krb5_c_keyed_checksum_types() local
55 nctypes = 0; in krb5_c_keyed_checksum_types()
59 nctypes++; in krb5_c_keyed_checksum_types()
62 ctypes = malloc(nctypes * sizeof(krb5_cksumtype)); in krb5_c_keyed_checksum_types()
73 *count = nctypes; in krb5_c_keyed_checksum_types()
/dports/security/krb5/krb5-1.19.2/src/lib/crypto/krb/
H A Dkeyed_checksum_types.c43 unsigned int i, c, nctypes; in krb5_c_keyed_checksum_types() local
55 nctypes = 0; in krb5_c_keyed_checksum_types()
59 nctypes++; in krb5_c_keyed_checksum_types()
62 ctypes = malloc(nctypes * sizeof(krb5_cksumtype)); in krb5_c_keyed_checksum_types()
73 *count = nctypes; in krb5_c_keyed_checksum_types()
/dports/science/netcdf/netcdf-c-4.7.4/ncdump/
H A Ddumplib.c399 static nctype_t **nctypes = 0; /* holds all types in a netCDF dataset */ variable
476 nctypes[typep->tid] = typep; in typeadd()
484 return nctypes[typeid]; in get_typeinfo()
1520 nctypes = (nctype_t **) emalloc((maxtype + 2) * sizeof(nctype_t *));
1522 nctypes[i] = NULL; /* so can later skip over unused type slots */
1756 ename = escaped_name(nctypes[typeid]->name);
1762 strncpy(name,nctypes[typeid]->name,NC_MAX_NAME);
1786 char *gname = nctypes[typeid]->grps;
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncdump/
H A Ddumplib.c399 static nctype_t **nctypes = 0; /* holds all types in a netCDF dataset */ variable
476 nctypes[typep->tid] = typep; in typeadd()
484 return nctypes[typeid]; in get_typeinfo()
1520 nctypes = (nctype_t **) emalloc((maxtype + 2) * sizeof(nctype_t *));
1522 nctypes[i] = NULL; /* so can later skip over unused type slots */
1756 ename = escaped_name(nctypes[typeid]->name);
1762 strncpy(name,nctypes[typeid]->name,NC_MAX_NAME);
1786 char *gname = nctypes[typeid]->grps;
/dports/math/disco/DisCO-releases-1.0.0-33-g68720be/examples/VRP/
H A DVrpModel.cpp98 static char nctypes[NCTYPE_NUM][14] = { in readInstance() local
518 if (strcmp(nctypes[nctype], tmp) == 0) break; in readInstance()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/CNRP/src/Master/
H A Dcnrp_io.c95 static char nctypes[NCTYPE_NUM][14] = { in cnrp_io() local
507 if (strcmp(nctypes[nctype], tmp) == 0) break; in cnrp_io()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/VRP/src/Master/
H A Dvrp_io.c96 static char nctypes[NCTYPE_NUM][14] = { in vrp_io() local
418 if (strcmp(nctypes[nctype], tmp) == 0) break; in vrp_io()