Home
last modified time | relevance | path

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

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