Searched refs:tnext (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap_r/
H A Drq.c60 LDAP_STAILQ_INSERT_HEAD( &rq->task_list, entry, tnext );
74 LDAP_STAILQ_FOREACH( e, &rq->task_list, tnext ) {
89 LDAP_STAILQ_FOREACH( e, &rq->task_list, tnext ) {
96 LDAP_STAILQ_REMOVE( &rq->task_list, entry, re_s, tnext );
162 LDAP_STAILQ_FOREACH( e, &rq->task_list, tnext ) {
169 LDAP_STAILQ_REMOVE( &rq->task_list, entry, re_s, tnext );
178 LDAP_STAILQ_INSERT_HEAD( &rq->task_list, entry, tnext );
180 LDAP_STAILQ_INSERT_TAIL( &rq->task_list, entry, tnext );
183 LDAP_STAILQ_FOREACH( e, &rq->task_list, tnext ) {
186 LDAP_STAILQ_INSERT_HEAD( &rq->task_list, entry, tnext );
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/
H A Dldap_rq.h28 LDAP_STAILQ_ENTRY(re_s) tnext; /* it includes running */ member in struct:re_s
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Dproposal.h114 * | |tnext |tnext
119 * |tnext
147 struct prop_pair *tnext; /* next prop_pair in same proposal payload */ member in struct:prop_pair
H A Dproposal.c798 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);
H A Dipsec_doi.c266 for (p = s; p; p = p->tnext) {
837 if (rpair[n]->tnext != NULL) {
897 for (r = q; r; r = r->tnext) {
1071 for (x = p; x; x = x->tnext)
1091 for (/*nothing*/; x && x->tnext; x = x->tnext)
1093 x->tnext = n;
1133 s = r->tnext;
1267 for (q = p; q; q = q->tnext)
1414 for (/*nothing*/; q && q->tnext;
[all...]
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dtable.c163 tnext(ts) function
220 while ((te = tnext(&ts))) {
H A Dproto.h221 struct tbl * tnext ARGS((struct tstate *));
H A Dc_ksh.c1068 for (twalk(&ts, t); (ap = tnext(&ts)); ) {
H A Dexec.c1100 for (twalk(&ts, &taliases); (tp = tnext(&ts)) != NULL; )
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A DMakefile.am27 tminmax tmodf tmul tmul_2exp tmul_d tmul_ui tnext \
H A DMakefile.in77 tnext$(EXEEXT) tout_str$(EXEEXT) toutimpl$(EXEEXT) \
597 tnext_SOURCES = tnext.c
598 tnext_OBJECTS = tnext$U.$(OBJEXT)
921 tmul_ui.c tnext.c tout_str.c toutimpl.c tpow.c tpow3.c \
947 tmul_ui.c tnext.c tout_str.c toutimpl.c tpow.c tpow3.c \
1437 tnext$(EXEEXT): $(tnext_OBJECTS) $(tnext_DEPENDENCIES)
1438 @rm -f tnext$(EXEEXT)
1728 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tnext$U.Po@am__quote@
2012 tnext_.c: tnext.c $(ANSI2KNR)
2013 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/tnext
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dsubr.c228 char *snext, *tnext; local
235 result = strtoul (sp, &snext, 10) - strtoul (tp, &tnext, 10);
236 if (*snext == '\0' || *tnext == '\0')
239 tp = tnext + 1;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dthread.c304 LDAP_STAILQ_FOREACH( re, &slapd_rq.task_list, tnext ) {

Completed in 233 milliseconds