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

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dsl_malloc.c474 ber_len_t *p = (ber_len_t *)ptr, *tmpp; local
487 tmpp = (ber_len_t *)((char *)ptr + p[-1]);
489 tmpp[-1] |= 1;
491 while ( tmpp == sh->sh_last ) {
492 if ( tmpp[-1] & 1 ) {
493 size = tmpp[-1] ^ 1;
494 ptr = (char *)tmpp - size;
498 tmpp = sh->sh_last;
522 for (i = order, tmpp = p; i <= sh->sh_maxorder; i++) {
524 diff = (unsigned long)((char*)tmpp
[all...]
H A Dzn_malloc.c463 ber_len_t *p = (ber_len_t *)ptr, *tmpp; local
500 for (i = order, tmpp = p; i <= zh->zh_zoneorder; i++) {
502 diff = (unsigned long)((char*)tmpp - (char*)zone) >> (i+1);
509 if ((char*)zo->zo_ptr == (char*)tmpp) {
512 (char*)tmpp + order_size) {
521 zo->zo_ptr = tmpp;
535 zo->zo_ptr = tmpp;
557 zo->zo_ptr = tmpp;
572 if ((char*)zo->zo_ptr == (char*)tmpp) {
574 } else if ((char*)tmpp
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20030714-1.c117 EPosition tmpp; local
138 tmpp = _style->noninherited_flags.f._position;
139 if (tmpp == RELATIVE)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20030714-1.c117 EPosition tmpp; local
138 tmpp = _style->noninherited_flags.f._position;
139 if (tmpp == RELATIVE)
/netbsd-6-1-5-RELEASE/lib/libc/db/hash/
H A Dhash_bigkey.c585 BUFHEAD *tmpp; local
610 tmpp = np;
612 tmpp = op;
614 tmpp->flags |= BUF_MOD;
617 "BIG_SPLIT: %d->ovfl was %d is now %d\n", tmpp->addr,
618 (tmpp->ovfl ? tmpp->ovfl->addr : 0), (bp ? bp->addr : 0));
620 tmpp->ovfl = bp; /* one of op/np point to big_keyp */
621 tp = (uint16_t *)(void *)tmpp->page;
662 tmpp
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/hexdump/
H A Ddisplay.c239 u_char *tmpp; local
245 tmpp = curp;
247 savp = tmpp;
/netbsd-6-1-5-RELEASE/lib/libc/rpc/
H A Dgetnetconfig.c464 char *tmpp; /* tmp string pointer */ local
473 if ((tmpp = strpbrk(stringp, "\t ")) == NULL) {
478 if (strlen(netid) == (size_t) (len = tmpp - stringp) && /* a match */
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/err/
H A Derr.c1007 ERR_STATE *ret,tmp,*tmpp=NULL; local
1029 tmpp = ERRFN(thread_set_item)(ret);
1036 /* If a race occured in this function and we came second, tmpp
1038 if (tmpp)
1039 ERR_STATE_free(tmpp);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dadb.c3366 const char *tmpp; local
3391 tmpp = inet_ntop(AF_INET, &sa->type.sin.sin_addr,
3395 tmpp = inet_ntop(AF_INET6, &sa->type.sin6.sin6_addr,
3399 tmpp = "UnkFamily";
3402 if (tmpp == NULL)
3403 tmpp = "BadAddress";
3407 ai->entry, ai->flags, ai->srtt, tmpp);

Completed in 128 milliseconds