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

/freebsd-9.3-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-9.3-release/usr.bin/hexdump/
H A Ddisplay.c237 u_char *tmpp; local
245 tmpp = curp;
247 savp = tmpp;
/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr_def.c617 ERR_STATE *ret, tmp, *tmpp = NULL; local
638 tmpp = ERRFN(thread_set_item) (ret);
645 * If a race occured in this function and we came second, tmpp is the
648 if (tmpp)
649 ERR_STATE_free(tmpp);
/freebsd-9.3-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-9.3-release/contrib/bind9/lib/dns/
H A Dadb.c3390 const char *tmpp; local
3415 tmpp = inet_ntop(AF_INET, &sa->type.sin.sin_addr,
3419 tmpp = inet_ntop(AF_INET6, &sa->type.sin6.sin6_addr,
3423 tmpp = "UnkFamily";
3426 if (tmpp == NULL)
3427 tmpp = "BadAddress";
3431 ai->entry, ai->flags, ai->srtt, tmpp);

Completed in 90 milliseconds