Home
last modified time | relevance | path

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

/freebsd/lib/libc/xdr/
H A Dxdr_stdio.c116 int32_t mycopy = htonl((u_int32_t)*lp); in xdrstdio_putlong() local
118 if (fwrite(&mycopy, sizeof(int32_t), 1, (FILE *)xdrs->x_private) != 1) in xdrstdio_putlong()