Searched defs:myint (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dxdr_rec.c189 int32_t myint; local
199 if (!xdrrec_getbytes(xdrs, (caddr_t)&myint, sizeof (int32_t)))
201 *ip = (int32_t)ntohl((uint32_t)myint);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c870 int myint = 0; local
899 if (myint > ((MAXINT - digit) / mult))
904 myint = (myint * mult) + digit;
915 *myint_ptr = myint;

Completed in 47 milliseconds