| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | rq.c | 66 LDAP_STAILQ_INSERT_HEAD( &rq->task_list, entry, tnext ); in ldap_pvt_runqueue_insert() 80 LDAP_STAILQ_FOREACH( e, &rq->task_list, tnext ) { in ldap_pvt_runqueue_find() 95 LDAP_STAILQ_FOREACH( e, &rq->task_list, tnext ) { in ldap_pvt_runqueue_remove() 102 LDAP_STAILQ_REMOVE( &rq->task_list, entry, re_s, tnext ); in ldap_pvt_runqueue_remove() 168 LDAP_STAILQ_FOREACH( e, &rq->task_list, tnext ) { in ldap_pvt_runqueue_resched() 175 LDAP_STAILQ_REMOVE( &rq->task_list, entry, re_s, tnext ); in ldap_pvt_runqueue_resched() 184 LDAP_STAILQ_INSERT_HEAD( &rq->task_list, entry, tnext ); in ldap_pvt_runqueue_resched() 186 LDAP_STAILQ_INSERT_TAIL( &rq->task_list, entry, tnext ); in ldap_pvt_runqueue_resched() 189 LDAP_STAILQ_FOREACH( e, &rq->task_list, tnext ) { in ldap_pvt_runqueue_resched() 192 LDAP_STAILQ_INSERT_HEAD( &rq->task_list, entry, tnext ); in ldap_pvt_runqueue_resched() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | chkformat.d | 146 auto tnext = t.nextOf(); in checkPrintfFormat() local 228 if (!(t.ty == Tpointer && tnext.ty == Tint32)) in checkPrintfFormat() 233 if (!(t.ty == Tpointer && tnext.isintegral() && tnext.size() == c_longsize)) in checkPrintfFormat() 238 if (!(t.ty == Tpointer && tnext.ty == Tint64)) in checkPrintfFormat() 243 if (!(t.ty == Tpointer && tnext.ty == Tint16)) in checkPrintfFormat() 248 if (!(t.ty == Tpointer && tnext.ty == Tint16)) in checkPrintfFormat() 253 if (!(t.ty == Tpointer && tnext.ty == Tint64)) in checkPrintfFormat() 258 … if (!(t.ty == Tpointer && tnext.isintegral() && tnext.isunsigned() && tnext.size() == ptrsize)) in checkPrintfFormat() 263 … if (!(t.ty == Tpointer && tnext.isintegral() && !tnext.isunsigned() && tnext.size() == ptrsize)) in checkPrintfFormat() 278 … if (!(t.ty == Tpointer && (tnext.ty == Tchar || tnext.ty == Tint8 || tnext.ty == Tuns8))) in checkPrintfFormat() [all …]
|
| H A D | template.h | 270 TemplateInstance *tnext; // non-first instantiated instances variable
|
| H A D | dtemplate.d | 5820 TemplateInstance tnext; // non-first instantiated instances variable 6225 TemplateInstance tnext = this.tnext; in needsCodegen() local 6227 this.tnext = null; in needsCodegen() 6254 if (tnext) in needsCodegen() 6256 if (tnext.needsCodegen()) in needsCodegen() 6258 minst = tnext.minst; // cache result in needsCodegen() 6263 else if (!minst && tnext.minst) in needsCodegen() 6265 minst = tnext.minst; // cache result from non-speculative sibling in needsCodegen() 6311 if (tnext) in needsCodegen() 6313 const needsCodegen = tnext.needsCodegen(); // sets tnext.minst in needsCodegen() [all …]
|
| H A D | dsymbolsem.d | 3676 auto tnext = funcdecl.type.nextOf(); in funcDeclarationSemantic() local 3677 if (auto handle = tnext.isClassHandle()) in funcDeclarationSemantic() 3686 if (fdv.type.nextOf().isBaseOf(tnext, &offset)) in funcDeclarationSemantic() 5870 tempinst.tnext = tempinst.inst.tnext; in templateInstanceSemantic() 5871 tempinst.inst.tnext = tempinst; in templateInstanceSemantic()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | expr.cc | 1532 Type *tnext = ((TypePointer *)tb1)->next->toBasetype (); in visit() local 1534 if (tnext->ty == Tstruct) in visit() 1536 TypeStruct *ts = (TypeStruct *)tnext; in visit() 1539 tree ti = build_typeinfo (e->loc, tnext); in visit() 1630 Type *tnext = NULL; in visit() local 1641 tnext = ae->type->toBasetype (); in visit() 1651 tnext = se->var->type->toBasetype (); in visit() 1660 if (tnext && tnext->ty == Tstruct) in visit() 1662 StructDeclaration *sd = ((TypeStruct *) tnext)->sym; in visit() 2597 Type *tnext; in visit() local [all …]
|
| /netbsd-src/bin/ksh/ |
| H A D | table.c | 163 tnext(ts) in tnext() function 220 while ((te = tnext(&ts))) {
|
| H A D | proto.h | 223 struct tbl * tnext ARGS((struct tstate *));
|
| H A D | c_ksh.c | 1035 for (ksh_twalk(&ts, t); (ap = tnext(&ts)); ) {
|
| H A D | exec.c | 1002 for (ksh_twalk(&ts, &taliases); (tp = tnext(&ts)) != NULL; )
|
| /netbsd-src/external/bsd/openldap/dist/include/ |
| H A D | ldap_rq.h | 28 LDAP_STAILQ_ENTRY(re_s) tnext; /* it includes running */
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
| H A D | ipsec_doi.c | 264 for (p = s; p; p = p->tnext) { 833 if (rpair[n]->tnext != NULL) { 893 for (r = q; r; r = r->tnext) { 1067 for (x = p; x; x = x->tnext) 1087 for (/*nothing*/; x && x->tnext; x = x->tnext) 1089 x->tnext = n; 1129 s = r->tnext; 1262 for (q = p; q; q = q->tnext) 1409 for (/*nothing*/; q && q->tnext; q = q->tnext) 1411 q->tnext = p; [all …]
|
| H A D | proposal.h | 147 struct prop_pair *tnext; /* next prop_pair in same proposal payload */ member
|
| H A D | proposal.c | 798 for (t = p; t; t = t->tnext) { 1016 "%s%p: next=%p tnext=%p\n", spc, p, p->next, p->tnext); 1019 if (p->tnext) 1020 print_proppair0(pri, p->tnext, level + 1);
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | dtemplate.c | 5829 this->tnext = NULL; in TemplateInstance() 5859 this->tnext = NULL; in TemplateInstance() 6075 this->tnext = inst->tnext; in semantic() 6076 inst->tnext = this; in semantic() 8126 TemplateInstance *tnext = this->tnext; in needsCodegen() local 8129 this->tnext = NULL; in needsCodegen() 8140 if (tnext && (tnext->needsCodegen() || tnext->minst)) in needsCodegen() 8142 minst = tnext->minst; // cache result in needsCodegen() 8163 if (tnext) in needsCodegen() 8165 bool r = tnext->needsCodegen(); in needsCodegen() [all …]
|
| H A D | template.h | 322 TemplateInstance *tnext; // non-first instantiated instances variable
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | expr.cc | 1539 Type *tnext = NULL; in visit() local 1550 tnext = ex->type->toBasetype (); in visit() 1560 tnext = se->var->type->toBasetype (); in visit() 1569 if (tnext && tnext->ty == TY::Tstruct) in visit() 1571 StructDeclaration *sd = tnext->isTypeStruct ()->sym; in visit() 2534 Type *tnext; in visit() local 2539 tnext = (TypeBasic *) Type::tfloat32; in visit() 2543 tnext = (TypeBasic *) Type::tfloat64; in visit() 2547 tnext = (TypeBasic *) Type::tfloat80; in visit() 2555 build_float_cst (creall (e->value), tnext), in visit() [all …]
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | subr.c | 230 char *snext, *tnext; in compare_revnums() local 237 result = strtoul (sp, &snext, 10) - strtoul (tp, &tnext, 10); in compare_revnums() 238 if (*snext == '\0' || *tnext == '\0') in compare_revnums() 241 tp = tnext + 1; in compare_revnums()
|
| /netbsd-src/external/lgpl3/mpfr/dist/tests/ |
| H A D | Makefile.am | 70 tnext tnrandom tnrandom_chisq tout_str toutimpl tpow tpow3 tpowr \
|
| H A D | Makefile.in | 157 tmul_d$(EXEEXT) tmul_ui$(EXEEXT) tnext$(EXEEXT) \ 814 tnext_SOURCES = tnext.c 815 tnext_OBJECTS = tnext.$(OBJEXT) 1254 ./$(DEPDIR)/tnext.Po ./$(DEPDIR)/tnrandom.Po \ 1329 tmodf.c tmul.c tmul_2exp.c tmul_d.c tmul_ui.c tnext.c \ 1365 tmul_2exp.c tmul_d.c tmul_ui.c tnext.c tnrandom.c \ 1790 tnext tnrandom tnrandom_chisq tout_str toutimpl tpow tpow3 tpowr \ 2420 tnext$(EXEEXT): $(tnext_OBJECTS) $(tnext_DEPENDENCIES) $(EXTRA_tnext_DEPENDENCIES) 2421 @rm -f tnext$(EXEEXT) 2848 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tnext.Po@am__quote@ # am--include-marker [all …]
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-monitor/ |
| H A D | thread.c | 301 LDAP_STAILQ_FOREACH( re, &slapd_rq.task_list, tnext ) { in monitor_subsys_thread_update()
|