Home
last modified time | relevance | path

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

/glibc-2.36/sunrpc/
Dxdr_rec.c207 int32_t mylong; in libc_hidden_nolink_sunrpc() local
219 if (!xdrrec_getbytes (xdrs, (caddr_t) & mylong, in libc_hidden_nolink_sunrpc()
222 *lp = (int32_t) ntohl (mylong); in libc_hidden_nolink_sunrpc()
415 int32_t mylong; in xdrrec_getint32() local
427 if (!xdrrec_getbytes (xdrs, (caddr_t) &mylong, in xdrrec_getint32()
430 *ip = ntohl (mylong); in xdrrec_getint32()