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

/netbsd-current/lib/libc/db/hash/
H A Dhash_bigkey.c591 BUFHEAD *tmpp; local
616 tmpp = np;
618 tmpp = op;
620 tmpp->flags |= BUF_MOD;
623 "BIG_SPLIT: %d->ovfl was %d is now %d\n", tmpp->addr,
624 (tmpp->ovfl ? tmpp->ovfl->addr : 0), (bp ? bp->addr : 0));
626 tmpp->ovfl = bp; /* one of op/np point to big_keyp */
627 tp = (uint16_t *)(void *)tmpp->page;
668 tmpp
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dsl_malloc.c498 ber_len_t *p = ptr, *nextp, *tmpp; local
542 for (i = order, tmpp = p; i <= sh->sh_maxorder; i++) {
544 diff = (unsigned long)((char*)tmpp - (char*)sh->sh_base) >> (i+1);
551 if ((char*)so->so_ptr == (char*)tmpp) {
554 (char*)tmpp + order_size) {
563 so->so_ptr = tmpp;
574 so->so_ptr = tmpp;
591 so->so_ptr = tmpp;
602 if ((char*)so->so_ptr == (char*)tmpp) {
604 } else if ((char*)tmpp
[all...]
H A Dzn_malloc.c466 ber_len_t *p = (ber_len_t *)ptr, *tmpp; local
503 for (i = order, tmpp = p; i <= zh->zh_zoneorder; i++) {
505 diff = (unsigned long)((char*)tmpp - (char*)zone) >> (i+1);
512 if ((char*)zo->zo_ptr == (char*)tmpp) {
515 (char*)tmpp + order_size) {
524 zo->zo_ptr = tmpp;
538 zo->zo_ptr = tmpp;
559 zo->zo_ptr = tmpp;
574 if ((char*)zo->zo_ptr == (char*)tmpp) {
576 } else if ((char*)tmpp
[all...]
/netbsd-current/usr.bin/hexdump/
H A Ddisplay.c240 u_char *tmpp; local
246 tmpp = curp;
248 savp = tmpp;
/netbsd-current/lib/libc/rpc/
H A Dgetnetconfig.c461 char *tmpp; /* tmp string pointer */ local
470 if ((tmpp = strpbrk(stringp, "\t ")) == NULL) {
475 if (strlen(netid) == (len = (size_t)(tmpp - stringp)) &&
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dadb.c3609 const char *tmpp; local
3635 tmpp = inet_ntop(AF_INET, &sa->type.sin.sin_addr, tmp,
3639 tmpp = inet_ntop(AF_INET6, &sa->type.sin6.sin6_addr,
3643 tmpp = "UnkFamily";
3646 if (tmpp == NULL) {
3647 tmpp = "BadAddress";
3653 ai->entry, ai->flags, ai->srtt, tmpp);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dadb.c3597 const char *tmpp; local
3623 tmpp = inet_ntop(AF_INET, &sa->type.sin.sin_addr, tmp,
3627 tmpp = inet_ntop(AF_INET6, &sa->type.sin6.sin6_addr,
3631 tmpp = "UnkFamily";
3634 if (tmpp == NULL) {
3635 tmpp = "BadAddress";
3641 ai->entry, ai->flags, ai->srtt, tmpp);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arc.c1910 char *tmpp, *pp; local
1920 tmpp = strdup (p);
1921 for (pp = tmpp; *pp; ++pp) *pp = TOLOWER (*pp);
1923 auxr = hash_find (arc_aux_hash, tmpp);
1934 free (tmpp);
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arc.c1904 char *tmpp, *pp; local
1914 tmpp = strdup (p);
1915 for (pp = tmpp; *pp; ++pp) *pp = TOLOWER (*pp);
1917 auxr = str_hash_find (arc_aux_hash, tmpp);
1928 free (tmpp);
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arc.c1906 char *tmpp, *pp; local
1916 tmpp = strdup (p);
1917 for (pp = tmpp; *pp; ++pp) *pp = TOLOWER (*pp);
1919 auxr = str_hash_find (arc_aux_hash, tmpp);
1930 free (tmpp);

Completed in 220 milliseconds