Home
last modified time | relevance | path

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

/src/crypto/krb5/src/lib/krad/
H A Dt_attrset.c47 const krb5_data *tmpp; in main() local
90 tmpp = krad_attrset_get(set, KRAD_ATTR_USER_NAME, 0); in main()
91 insist(tmpp != NULL); in main()
92 insist(tmpp->length == tmp.length); in main()
93 insist(strncmp(tmpp->data, tmp.data, tmp.length) == 0); in main()
/src/lib/libc/db/hash/
H A Dhash_bigkey.c556 BUFHEAD *bp, *tmpp; in __big_split() local
580 tmpp = np; in __big_split()
582 tmpp = op; in __big_split()
584 tmpp->flags |= BUF_MOD; in __big_split()
587 "BIG_SPLIT: %d->ovfl was %d is now %d\n", tmpp->addr, in __big_split()
588 (tmpp->ovfl ? tmpp->ovfl->addr : 0), (bp ? bp->addr : 0)); in __big_split()
590 tmpp->ovfl = bp; /* one of op/np point to big_keyp */ in __big_split()
591 tp = (u_int16_t *)tmpp->page; in __big_split()
630 tmpp = __add_ovflpage(hashp, big_keyp); in __big_split()
631 if (!tmpp) in __big_split()
[all …]
/src/sys/sys/
H A Dtree.h857 struct type **tmpp = &RB_ROOT(head); \
860 while ((tmp = *tmpp) != NULL) { \
864 tmpp = &RB_LEFT(parent, field); \
866 tmpp = &RB_RIGHT(parent, field); \
870 return (name##_RB_INSERT_FINISH(head, parent, tmpp, elm)); \
947 struct type **tmpp = &RB_RIGHT(elm, field); \
952 while ((tmp = *tmpp) != NULL) { \
954 tmpp = &RB_LEFT(elm, field); \
956 return (name##_RB_INSERT_FINISH(head, elm, tmpp, next)); \
984 struct type **tmpp = &RB_LEFT(elm, field); \
[all …]
/src/usr.bin/hexdump/
H A Ddisplay.c237 u_char *tmpp; in get() local
245 tmpp = curp; in get()
247 savp = tmpp; in get()
/src/lib/libc/rpc/
H A Dgetnetconfig.c453 char *tmpp; /* tmp string pointer */ in getnetconfigent() local
463 if ((tmpp = strpbrk(stringp, "\t ")) == NULL) { /* can't parse file */ in getnetconfigent()
467 if (strlen(netid) == (size_t) (len = tmpp - stringp) && /* a match */ in getnetconfigent()
/src/usr.sbin/bhyve/
H A Dmevent.c232 struct mevent *mevp, *tmpp; in mevent_build() local
239 LIST_FOREACH_SAFE(mevp, &change_head, me_list, tmpp) { in mevent_build()
/src/sys/fs/tarfs/
H A Dtarfs_vfsops.c856 struct tarfs_mount **tmpp) in tarfs_alloc_mount() argument
866 KASSERT(tmpp != NULL, ("tarfs mount return is NULL")); in tarfs_alloc_mount()
918 *tmpp = tmp; in tarfs_alloc_mount()
/src/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c233 uint8_t *tmpp = (uint8_t *)ctx->gcm_tmp; in gcm_encrypt_final() local
257 macp[i] ^= tmpp[i]; in gcm_encrypt_final()