Home
last modified time | relevance | path

Searched refs:tmpp (Results 1 – 6 of 6) sorted by relevance

/trueos/lib/libc/db/hash/
HDhash_bigkey.c560 BUFHEAD *bp, *tmpp; in __big_split() local
584 tmpp = np; in __big_split()
586 tmpp = op; in __big_split()
588 tmpp->flags |= BUF_MOD; in __big_split()
591 "BIG_SPLIT: %d->ovfl was %d is now %d\n", tmpp->addr, in __big_split()
592 (tmpp->ovfl ? tmpp->ovfl->addr : 0), (bp ? bp->addr : 0)); in __big_split()
594 tmpp->ovfl = bp; /* one of op/np point to big_keyp */ in __big_split()
595 tp = (u_int16_t *)tmpp->page; in __big_split()
634 tmpp = __add_ovflpage(hashp, big_keyp); in __big_split()
635 if (!tmpp) in __big_split()
[all …]
/trueos/usr.bin/hexdump/
HDdisplay.c237 u_char *tmpp; in get() local
245 tmpp = curp; in get()
247 savp = tmpp; in get()
/trueos/lib/liblaunch/
HDlibvproc.c519 const char *const *tmpp; in _spawn_via_launchd() local
602 for (tmpp = spawn_attrs->spawn_env; *tmpp; tmpp++) { in _spawn_via_launchd()
603 char *eqoff, tmpstr[strlen(*tmpp) + 1]; in _spawn_via_launchd()
605 strcpy(tmpstr, *tmpp); in _spawn_via_launchd()
/trueos/usr.sbin/bhyve/
HDmevent.c181 struct mevent *mevp, *tmpp; in mevent_build() local
188 LIST_FOREACH_SAFE(mevp, &change_head, me_list, tmpp) { in mevent_build()
/trueos/lib/libc/rpc/
HDgetnetconfig.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 */
/trueos/crypto/openssl/crypto/err/
HDerr.c1016 ERR_STATE *ret, tmp, *tmpp = NULL; in ERR_get_state() local
1037 tmpp = ERRFN(thread_set_item) (ret); in ERR_get_state()
1047 if (tmpp) in ERR_get_state()
1048 ERR_STATE_free(tmpp); in ERR_get_state()