Lines Matching refs:l
102 long l; in libc_hidden_def() local
107 l = (long) *ip; in libc_hidden_def()
108 return XDR_PUTLONG (xdrs, &l); in libc_hidden_def()
111 if (!XDR_GETLONG (xdrs, &l)) in libc_hidden_def()
115 *ip = (int) l; in libc_hidden_def()
142 long l; in libc_hidden_def() local
147 l = (u_long) * up; in libc_hidden_def()
148 return XDR_PUTLONG (xdrs, &l); in libc_hidden_def()
151 if (!XDR_GETLONG (xdrs, &l)) in libc_hidden_def()
155 *up = (u_int) (u_long) l; in libc_hidden_def()
342 long l; in libc_hidden_def() local
347 l = (long) *sp; in libc_hidden_def()
348 return XDR_PUTLONG (xdrs, &l); in libc_hidden_def()
351 if (!XDR_GETLONG (xdrs, &l)) in libc_hidden_def()
355 *sp = (short) l; in libc_hidden_def()
375 long l; in libc_hidden_def() local
380 l = (u_long) * usp; in libc_hidden_def()
381 return XDR_PUTLONG (xdrs, &l); in libc_hidden_def()
384 if (!XDR_GETLONG (xdrs, &l)) in libc_hidden_def()
388 *usp = (u_short) (u_long) l; in libc_hidden_def()
497 long l; in libc_hidden_def() local
502 l = *ep; in libc_hidden_def()
503 return XDR_PUTLONG (xdrs, &l); in libc_hidden_def()
506 if (!XDR_GETLONG (xdrs, &l)) in libc_hidden_def()
510 *ep = l; in libc_hidden_def()