Home
last modified time | relevance | path

Searched refs:attp (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/science/cdo/cdo-2.0.0/libcdi/src/
H A Dcdi_att.c42 if (attp->namesz == slen && memcmp(attp->name, name, slen) == 0) return attp; // Normal return in find_att()
67 return attp; in new_att()
82 attp->xvalue = Realloc(attp->xvalue, xsz); in fill_att()
171 if ( attp != NULL && attp->name ) // name in use in cdiInqAtt()
173 memcpy(name, attp->name, attp->namesz+1); in cdiInqAtt()
201 if (attp->name && strcmp(attp->name, name) == 0) length = (int)attp->nelems; in cdiInqAttLen()
220 if (attp->name && strcmp(attp->name, name) == 0) type = attp->exdtype; in cdiInqAttType()
243 if ( attp->xvalue ) Free(attp->xvalue); in cdiDeleteAtts()
290 if (attp == NULL) attp = new_att(attsp, name); in cdi_def_att()
342 …cdi_def_att(attp->indtype, attp->exdtype, cdiID2, varID2, attp->name, attp->nelems, attp->xsz, att… in cdiCopyAtts()
[all …]
/dports/biology/ncbi-toolkit/ncbi/asnlib/
H A Dasnout.c194 while (attp != NULL) in AsnOutput()
198 attp = attp->next; in AsnOutput()
275 while (attp != NULL) in AsnOutput()
277 atp = attp->ptr; in AsnOutput()
445 attp = attp->next; in AsnOutput()
550 AsnTmpTypePtr attp; in AsnOutDefineElement() local
737 AsnTmpTypePtr attp; in AsnOutNewType() local
747 attp->ptr = atp; in AsnOutNewType()
760 AsnTmpTypePtr attp; in AsnOutFindType() local
769 return attp; in AsnOutFindType()
[all …]
/dports/science/netcdf/netcdf-c-4.7.4/ncdump/
H A Dnctime0.c162 is_bounds_att(ncatt_t *attp) { in is_bounds_att() argument
163 if(attp->type == NC_CHAR && attp->valgp && NCSTREQ((char *)attp->name, "bounds")) { in is_bounds_att()
167 if(attp->type == NC_STRING && attp->valgp && NCSTREQ((char *)attp->name, "bounds")) { in is_bounds_att()
178 insert_bounds_info(int ncid, int varid, ncatt_t *attp) { in insert_bounds_info() argument
185 assert(is_bounds_att(attp)); in insert_bounds_info()
186 bounds_add(attp->valgp, ncid, varid); in insert_bounds_info()
H A Dnctime0.h12 extern void insert_bounds_info(int ncid, int varid, ncatt_t *attp);
14 extern int is_bounds_att(ncatt_t *attp);
H A Dvardata.h43 extern void pr_any_att_vals( const ncatt_t *attp, const void *vals );
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncdump/
H A Dnctime0.c162 is_bounds_att(ncatt_t *attp) { in is_bounds_att() argument
163 if(attp->type == NC_CHAR && attp->valgp && NCSTREQ((char *)attp->name, "bounds")) { in is_bounds_att()
167 if(attp->type == NC_STRING && attp->valgp && NCSTREQ((char *)attp->name, "bounds")) { in is_bounds_att()
178 insert_bounds_info(int ncid, int varid, ncatt_t *attp) { in insert_bounds_info() argument
185 assert(is_bounds_att(attp)); in insert_bounds_info()
186 bounds_add(attp->valgp, ncid, varid); in insert_bounds_info()
H A Dnctime0.h12 extern void insert_bounds_info(int ncid, int varid, ncatt_t *attp);
14 extern int is_bounds_att(ncatt_t *attp);
H A Dvardata.h43 extern void pr_any_att_vals( const ncatt_t *attp, const void *vals );
/dports/astro/gpsd/gpsd-3.20/
H A Dgpsutils.c294 attp->pitch = NAN; in gps_clear_att()
295 attp->roll = NAN; in gps_clear_att()
296 attp->yaw = NAN; in gps_clear_att()
297 attp->dip = NAN; in gps_clear_att()
299 attp->mag_x = NAN; in gps_clear_att()
300 attp->mag_y = NAN; in gps_clear_att()
301 attp->mag_z = NAN; in gps_clear_att()
303 attp->acc_x = NAN; in gps_clear_att()
304 attp->acc_y = NAN; in gps_clear_att()
305 attp->acc_z = NAN; in gps_clear_att()
[all …]
/dports/net/zebra-server/idzebra-2.0.55/data1/
H A Dd1_attset.c67 data1_att **attp; in data1_read_attset() local
79 attp = &res->atts; in data1_read_attset()
110 t = *attp = (data1_att *)nmem_malloc(mem, sizeof(*t)); in data1_read_attset()
115 attp = &t->next; in data1_read_attset()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/xps/
H A Dxps-resource.c44 char **attp, fz_xml **tagp, char **urip) in xps_resolve_resource_reference() argument
46 if (*attp) in xps_resolve_resource_reference()
48 fz_xml *rsrc = xps_parse_resource_reference(ctx, doc, dict, *attp, urip); in xps_resolve_resource_reference()
51 *attp = NULL; in xps_resolve_resource_reference()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libdap2/
H A Ddapattr.c131 size_t nvalues, char** values, NCattribute** attp) in buildattribute() argument
147 if(attp) *attp = att; in buildattribute()
/dports/science/netcdf/netcdf-c-4.7.4/libdap2/
H A Ddapattr.c131 size_t nvalues, char** values, NCattribute** attp) in buildattribute() argument
147 if(attp) *attp = att; in buildattribute()
/dports/mail/alpine/alpine-465e23b/alpine/
H A Dmailpart.c226 new_attline(&current)->attp = a; in attachment_screen()
393 || current->attp->body->type != last_type in attachment_screen()
651 || MIME_MSG_A(current->attp) in attachment_screen()
652 || MIME_DGST_A(current->attp))){ in attachment_screen()
677 if(MIME_MSG_A(current->attp)){ in attachment_screen()
707 display_att_window(current->attp); in attachment_screen()
807 if(!strncmp(ctmp->attp->number, current->attp->number, l) in attachment_screen()
808 && ctmp->attp->number[l] == '.'){ in attachment_screen()
824 if(!strncmp(ctmp->attp->number, current->attp->number, l) in attachment_screen()
825 && ctmp->attp->number[l] == '.' in attachment_screen()
[all …]
/dports/editors/pico-alpine/alpine-465e23b/alpine/
H A Dmailpart.c226 new_attline(&current)->attp = a; in attachment_screen()
393 || current->attp->body->type != last_type in attachment_screen()
651 || MIME_MSG_A(current->attp) in attachment_screen()
652 || MIME_DGST_A(current->attp))){ in attachment_screen()
677 if(MIME_MSG_A(current->attp)){ in attachment_screen()
707 display_att_window(current->attp); in attachment_screen()
807 if(!strncmp(ctmp->attp->number, current->attp->number, l) in attachment_screen()
808 && ctmp->attp->number[l] == '.'){ in attachment_screen()
824 if(!strncmp(ctmp->attp->number, current->attp->number, l) in attachment_screen()
825 && ctmp->attp->number[l] == '.' in attachment_screen()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/access/hash/
H A Dhashutil.c232 char *attp; in _hash_get_indextuple_hashkey() local
238 attp = (char *) itup + IndexInfoFindDataOffset(itup->t_info); in _hash_get_indextuple_hashkey()
239 return *((uint32 *) attp); in _hash_get_indextuple_hashkey()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/access/hash/
H A Dhashutil.c232 char *attp; in _hash_get_indextuple_hashkey() local
238 attp = (char *) itup + IndexInfoFindDataOffset(itup->t_info); in _hash_get_indextuple_hashkey()
239 return *((uint32 *) attp); in _hash_get_indextuple_hashkey()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/access/hash/
H A Dhashutil.c232 char *attp; in _hash_get_indextuple_hashkey() local
238 attp = (char *) itup + IndexInfoFindDataOffset(itup->t_info); in _hash_get_indextuple_hashkey()
239 return *((uint32 *) attp); in _hash_get_indextuple_hashkey()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/access/hash/
H A Dhashutil.c232 char *attp; in _hash_get_indextuple_hashkey() local
238 attp = (char *) itup + IndexInfoFindDataOffset(itup->t_info); in _hash_get_indextuple_hashkey()
239 return *((uint32 *) attp); in _hash_get_indextuple_hashkey()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/access/hash/
H A Dhashutil.c232 char *attp; in _hash_get_indextuple_hashkey() local
238 attp = (char *) itup + IndexInfoFindDataOffset(itup->t_info); in _hash_get_indextuple_hashkey()
239 return *((uint32 *) attp); in _hash_get_indextuple_hashkey()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/access/hash/
H A Dhashutil.c232 char *attp; in _hash_get_indextuple_hashkey() local
238 attp = (char *) itup + IndexInfoFindDataOffset(itup->t_info); in _hash_get_indextuple_hashkey()
239 return *((uint32 *) attp); in _hash_get_indextuple_hashkey()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/access/hash/
H A Dhashutil.c232 char *attp; in _hash_get_indextuple_hashkey() local
238 attp = (char *) itup + IndexInfoFindDataOffset(itup->t_info); in _hash_get_indextuple_hashkey()
239 return *((uint32 *) attp); in _hash_get_indextuple_hashkey()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/topology/
H A Dindex.cpp232 char** attp = nullptr; in analyse_other() local
307 if (strcmp(aname, attp[l]) == 0) in analyse_other()
314 srenew(attp, ++natp); in analyse_other()
315 attp[natp - 1] = aname; in analyse_other()
326 if (strcmp(aname, attp[l]) == 0) in analyse_other()
331 add_grp(gb, gn, aaid, attp[l]); in analyse_other()
334 sfree(attp); in analyse_other()
335 attp = nullptr; in analyse_other()
/dports/security/vault/vault-1.8.2/vendor/gopkg.in/resty.v1/
H A Dcontext_test.go181 attp := atomic.AddInt32(&attemptctx, 1)
182 if attp <= 3 {
/dports/misc/chrono/chrono-1.1.0-4-g70cda7f/vendor/gopkg.in/resty.v1/
H A Dcontext_test.go181 attp := atomic.AddInt32(&attemptctx, 1)
182 if attp <= 3 {

1234567