| /src/external/bsd/openldap/dist/libraries/libldap/ |
| rq.c | 66 LDAP_STAILQ_INSERT_HEAD( &rq->task_list, entry, tnext ); 80 LDAP_STAILQ_FOREACH( e, &rq->task_list, tnext ) { 95 LDAP_STAILQ_FOREACH( e, &rq->task_list, tnext ) { 102 LDAP_STAILQ_REMOVE( &rq->task_list, entry, re_s, tnext ); 168 LDAP_STAILQ_FOREACH( e, &rq->task_list, tnext ) { 175 LDAP_STAILQ_REMOVE( &rq->task_list, entry, re_s, tnext ); 184 LDAP_STAILQ_INSERT_HEAD( &rq->task_list, entry, tnext ); 186 LDAP_STAILQ_INSERT_TAIL( &rq->task_list, entry, tnext ); 189 LDAP_STAILQ_FOREACH( e, &rq->task_list, tnext ) { 192 LDAP_STAILQ_INSERT_HEAD( &rq->task_list, entry, tnext ); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| chkformat.d | 146 auto tnext = t.nextOf(); 228 if (!(t.ty == Tpointer && tnext.ty == Tint32)) 233 if (!(t.ty == Tpointer && tnext.isintegral() && tnext.size() == c_longsize)) 238 if (!(t.ty == Tpointer && tnext.ty == Tint64)) 243 if (!(t.ty == Tpointer && tnext.ty == Tint16)) 248 if (!(t.ty == Tpointer && tnext.ty == Tint16)) 253 if (!(t.ty == Tpointer && tnext.ty == Tint64)) 258 if (!(t.ty == Tpointer && tnext.isintegral() && tnext.isunsigned() && tnext.size() == ptrsize) [all...] |
| template.h | 270 TemplateInstance *tnext; // non-first instantiated instances member in class:TemplateInstance
|
| dtemplate.d | 5820 TemplateInstance tnext; // non-first instantiated instances 6223 // tnext and tinst are only needed for the 1st invocation and 6225 TemplateInstance tnext = this.tnext; 6227 this.tnext = null; 6254 if (tnext) 6256 if (tnext.needsCodegen()) 6258 minst = tnext.minst; // cache result 6263 else if (!minst && tnext.minst) 6265 minst = tnext.minst; // cache result from non-speculative siblin [all...] |
| dsymbolsem.d | 3676 auto tnext = funcdecl.type.nextOf(); 3677 if (auto handle = tnext.isClassHandle()) 3686 if (fdv.type.nextOf().isBaseOf(tnext, &offset)) 5870 tempinst.tnext = tempinst.inst.tnext; 5871 tempinst.inst.tnext = tempinst;
|
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| proposal.h | 114 * | |tnext |tnext 119 * |tnext 147 struct prop_pair *tnext; /* next prop_pair in same proposal payload */ member in struct:prop_pair
|
| proposal.c | 785 for (t = p; t; t = t->tnext) { 988 "%s%p: next=%p tnext=%p\n", spc, p, p->next, p->tnext); 991 if (p->tnext) 992 print_proppair0(pri, p->tnext, level + 1);
|
| ipsec_doi.c | 259 for (p = s; p; p = p->tnext) { 822 if (rpair[n]->tnext != NULL) { 881 for (r = q; r; r = r->tnext) { 1051 for (x = p; x; x = x->tnext) 1071 for (/*nothing*/; x && x->tnext; x = x->tnext) 1073 x->tnext = n; 1111 s = r->tnext; 1242 for (q = p; q; q = q->tnext) 1384 for (/*nothing*/; q && q->tnext; q = q->tnext [all...] |
| /src/external/bsd/openldap/dist/include/ |
| ldap_rq.h | 28 LDAP_STAILQ_ENTRY(re_s) tnext; /* it includes running */ member in struct:re_s
|
| /src/bin/ksh/ |
| table.c | 163 tnext(ts) function 220 while ((te = tnext(&ts))) {
|
| proto.h | 223 struct tbl * tnext ARGS((struct tstate *));
|
| c_ksh.c | 1035 for (ksh_twalk(&ts, t); (ap = tnext(&ts)); ) {
|
| exec.c | 1002 for (ksh_twalk(&ts, &taliases); (tp = tnext(&ts)) != NULL; )
|
| /src/external/bsd/openldap/dist/servers/slapd/back-monitor/ |
| thread.c | 294 LDAP_STAILQ_FOREACH( re, &slapd_rq.task_list, tnext ) {
|
| /src/external/gpl2/xcvs/dist/src/ |
| subr.c | 230 char *snext, *tnext; local 237 result = strtoul (sp, &snext, 10) - strtoul (tp, &tnext, 10); 238 if (*snext == '\0' || *tnext == '\0') 241 tp = tnext + 1;
|
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| expr.cc | 1539 Type *tnext = NULL; local 1550 tnext = ex->type->toBasetype (); 1560 tnext = se->var->type->toBasetype (); 1569 if (tnext && tnext->ty == TY::Tstruct) 1571 StructDeclaration *sd = tnext->isTypeStruct ()->sym; 2534 Type *tnext; local 2539 tnext = (TypeBasic *) Type::tfloat32; 2543 tnext = (TypeBasic *) Type::tfloat64; 2547 tnext = (TypeBasic *) Type::tfloat80 [all...] |