Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_xdr.c60 extern bool xdr_ypowner_wrap_string(XDR *, char **);
160 xdr_ypowner_wrap_string(XDR *xdrs, char **ppstring) in xdr_ypowner_wrap_string() function
174 xdr_ypowner_wrap_string(xdrs, &ps->owner))); in xdr_ypmap_parms()
193 xdr_ypowner_wrap_string(xdrs, &ps->master))); in xdr_ypresp_master()
/illumos-gate/usr/src/head/rpcsvc/
H A Dyp_prot.h373 extern bool xdr_ypowner_wrap_string(XDR *, char **);
/illumos-gate/usr/src/lib/libnsl/common/
H A Dmapfile-vers862 xdr_ypowner_wrap_string;