Searched refs:tmpp (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/lib/libc/db/hash/
H A Dhash_bigkey.c560 BUFHEAD *bp, *tmpp; local
584 tmpp = np;
586 tmpp = op;
588 tmpp->flags |= BUF_MOD;
591 "BIG_SPLIT: %d->ovfl was %d is now %d\n", tmpp->addr,
592 (tmpp->ovfl ? tmpp->ovfl->addr : 0), (bp ? bp->addr : 0));
594 tmpp->ovfl = bp; /* one of op/np point to big_keyp */
595 tp = (u_int16_t *)tmpp->page;
634 tmpp
[all...]
/freebsd-10.1-release/usr.bin/hexdump/
H A Ddisplay.c237 u_char *tmpp; local
245 tmpp = curp;
247 savp = tmpp;
/freebsd-10.1-release/usr.sbin/bhyve/
H A Dmevent.c181 struct mevent *mevp, *tmpp; local
188 LIST_FOREACH_SAFE(mevp, &change_head, me_list, tmpp) {
/freebsd-10.1-release/lib/libc/rpc/
H A Dgetnetconfig.c498 char *tmpp; /* tmp string pointer */ local
508 if ((tmpp = strpbrk(stringp, "\t ")) == NULL) { /* can't parse file */
512 if (strlen(netid) == (size_t) (len = tmpp - stringp) && /* a match */
/freebsd-10.1-release/crypto/openssl/crypto/err/
H A Derr.c1016 ERR_STATE *ret, tmp, *tmpp = NULL; local
1037 tmpp = ERRFN(thread_set_item) (ret);
1044 * If a race occured in this function and we came second, tmpp is the
1047 if (tmpp)
1048 ERR_STATE_free(tmpp);

Completed in 73 milliseconds