HomeSort by: relevance | last modified time | path
    Searched defs:xdr_ypstat (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/yp/
xdryp.c 120 static bool_t xdr_ypstat(XDR *, enum ypbind_resptype *);
277 xdr_ypstat(XDR *xdrs, enum ypbind_resptype *objp) function in typeref:typename:bool_t
318 if (!xdr_ypstat(xdrs, (enum ypbind_resptype *)(void *)&objp->status))
356 if (!xdr_ypstat(xdrs, (enum ypbind_resptype *)(void *)&objp->status))
421 if (!xdr_ypstat(xdrs, (enum ypbind_resptype *)(void *)&objp->status))
464 if (!xdr_ypstat(xdrs, (enum ypbind_resptype *)(void *)&objp->status))
481 if (!xdr_ypstat(xdrs, (enum ypbind_resptype *)(void *)&objp->status))
xdryp.c 120 static bool_t xdr_ypstat(XDR *, enum ypbind_resptype *);
277 xdr_ypstat(XDR *xdrs, enum ypbind_resptype *objp) function in typeref:typename:bool_t
318 if (!xdr_ypstat(xdrs, (enum ypbind_resptype *)(void *)&objp->status))
356 if (!xdr_ypstat(xdrs, (enum ypbind_resptype *)(void *)&objp->status))
421 if (!xdr_ypstat(xdrs, (enum ypbind_resptype *)(void *)&objp->status))
464 if (!xdr_ypstat(xdrs, (enum ypbind_resptype *)(void *)&objp->status))
481 if (!xdr_ypstat(xdrs, (enum ypbind_resptype *)(void *)&objp->status))

Completed in 59 milliseconds