Lines Matching refs:u_int
57 static bool_t xdrstdio_getbytes (XDR *, char *, u_int);
58 static bool_t xdrstdio_putbytes (XDR *, const char *, u_int);
59 static u_int xdrstdio_getpos (XDR *);
60 static bool_t xdrstdio_setpos (XDR *, u_int);
61 static int32_t * xdrstdio_inline (XDR *, u_int);
135 u_int len) in xdrstdio_getbytes()
146 u_int len) in xdrstdio_putbytes()
154 static u_int
157 return ((u_int) ftell ((FILE *) xdrs->x_private)); in xdrstdio_getpos()
162 u_int pos) in xdrstdio_setpos()
171 u_int len) in xdrstdio_inline()