Home
last modified time | relevance | path

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

/freebsd/lib/libc/xdr/
H A Dxdr_rec.c255 int32_t *dest_lp = ((int32_t *)(void *)(rstrm->out_finger)); in xdrrec_putlong() local
266 dest_lp = ((int32_t *)(void *)(rstrm->out_finger)); in xdrrec_putlong()
269 *dest_lp = (int32_t)htonl((u_int32_t)(*lp)); in xdrrec_putlong()