Searched refs:prevp (Results 1 - 10 of 10) sorted by last modified time

/freebsd-11-stable/contrib/unbound/validator/
H A Dautotrust.c1972 struct autr_ta* p, **prevp; local
1973 prevp = &tp->autr->keys;
1985 *prevp = np;
1992 prevp = &p->next;
/freebsd-11-stable/contrib/unbound/util/storage/
H A Dlruhash.c170 struct lruhash_entry** prevp = &bin->overflow_list; local
173 *prevp = p->overflow_next;
176 prevp = &p->overflow_next;
/freebsd-11-stable/contrib/unbound/util/data/
H A Dmsgreply.c952 struct edns_option** prevp; local
970 prevp = &edns->opt_list;
971 while(*prevp != NULL)
972 prevp = &((*prevp)->next);
973 *prevp = opt;
980 struct edns_option** prevp; local
998 prevp = list;
999 while(*prevp != NULL) {
1000 prevp
[all...]
/freebsd-11-stable/contrib/less/
H A Dlinenum.c131 struct linenum_info *prevp; local
143 prevp = p->prev;
168 new->prev = prevp;
173 prevp->next = new;
180 calcgap(prevp);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c7998 dtrace_probe_t **nextp, **prevp;
8022 prevp = DTRACE_HASHPREV(hash, bucket->dthb_chain);
8023 ASSERT(*prevp == NULL);
8024 *prevp = new;
8067 dtrace_probe_t **prevp = DTRACE_HASHPREV(hash, probe);
8080 if (*prevp == NULL) {
8107 *(DTRACE_HASHNEXT(hash, *prevp)) = *nextp;
8111 *(DTRACE_HASHPREV(hash, *nextp)) = *prevp;
/freebsd-11-stable/contrib/unbound/util/
H A Dmodule.c131 struct inplace_cb** prevp; local
148 prevp = (struct inplace_cb**) &env->inplace_cb_lists[type];
150 while(*prevp != NULL)
151 prevp = &((*prevp)->next);
152 *prevp = callback;
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_queue.h183 #define CK_SLIST_INSERT_PREVPTR(prevp, slistelm, elm, field) do { \
186 ck_pr_store_ptr(prevp, elm); \
210 #define CK_SLIST_REMOVE_PREVPTR(prevp, elm, field) do { \
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dlex.c72 grow_data(isc_lex_t *lex, size_t *remainingp, char **currp, char **prevp) { argument
80 if (*prevp != NULL)
81 *prevp = new + (*prevp - lex->data);
/freebsd-11-stable/usr.bin/gprof/
H A Dprintgprof.c412 arctype *prevp; local
420 * *prevp arc before the arc you are comparing.
430 for ( prevp = &sorted ;
431 prevp -> arc_childlist ;
432 prevp = prevp -> arc_childlist ) {
433 if ( arccmp( arcp , prevp -> arc_childlist ) != LESSTHAN ) {
437 arcp -> arc_childlist = prevp -> arc_childlist;
438 prevp -> arc_childlist = arcp;
452 arctype *prevp; local
[all...]
/freebsd-11-stable/usr.sbin/crunch/crunchide/
H A Dcrunchide.c149 struct keep *newp, *prevp, *curp; local
154 for(curp = keep_list, prevp = NULL; curp; prevp = curp, curp = curp->next)
168 if(prevp) prevp->next = newp;

Completed in 235 milliseconds