/titanic_50/usr/src/lib/libnsl/yp/ |
H A D | yppasswd_xdr.c | 37 if (!xdr_wrapstring(xdrsp, &pw->pw_name)) in xdr_passwd() 39 if (!xdr_wrapstring(xdrsp, &pw->pw_passwd)) in xdr_passwd() 45 if (!xdr_wrapstring(xdrsp, &pw->pw_gecos)) in xdr_passwd() 47 if (!xdr_wrapstring(xdrsp, &pw->pw_dir)) in xdr_passwd() 49 return (xdr_wrapstring(xdrsp, &pw->pw_shell)); in xdr_passwd() 55 if (!xdr_wrapstring(xdrsp, &pp->oldpass)) in xdr_yppasswd()
|
H A D | yp_xdr.c | 356 xdr_wrapstring)) in xdr_netconfig()
|
H A D | yp_bind.c | 1049 xdr_wrapstring, (char *)&ua, tv); in getclnt()
|
/titanic_50/usr/src/cmd/ypcmd/yppasswd/ |
H A D | yppasswdxdr.c | 38 if (!xdr_wrapstring(xdrs, &pw->pw_name)) { in xdr_passwd() 41 if (!xdr_wrapstring(xdrs, &pw->pw_passwd)) { in xdr_passwd() 50 if (!xdr_wrapstring(xdrs, &pw->pw_gecos)) { in xdr_passwd() 53 if (!xdr_wrapstring(xdrs, &pw->pw_dir)) { in xdr_passwd() 56 if (!xdr_wrapstring(xdrs, &pw->pw_shell)) { in xdr_passwd() 65 if (!xdr_wrapstring(xdrs, &yppw->oldpass)) { in xdr_yppasswd()
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | pwdnm.c | 38 if (! xdr_wrapstring(xdrs, &objp->name)) { 41 if (! xdr_wrapstring(xdrs, &objp->password)) {
|
/titanic_50/usr/src/cmd/rpcbind/ |
H A D | rpcb_svc.c | 147 xdr_result = xdr_wrapstring; in rpcb_service_3() 168 xdr_argument = xdr_wrapstring; in rpcb_service_3() 175 xdr_result = xdr_wrapstring; in rpcb_service_3()
|
H A D | rpcb_svc_4.c | 132 xdr_result = xdr_wrapstring; in rpcb_service_4() 153 xdr_argument = xdr_wrapstring; in rpcb_service_4() 160 xdr_result = xdr_wrapstring; in rpcb_service_4() 166 xdr_result = xdr_wrapstring; in rpcb_service_4()
|
/titanic_50/usr/src/lib/librpcsvc/common/ |
H A D | rwallxdr.c | 50 xdr_wrapstring, (char *) &msg,
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | rpc_subr.c | 567 xdr_free(xdr_wrapstring, (char *)&ua); in rpcbind_getaddr() 593 xdr_wrapstring, (char *)&ua, tmo); in rpcbind_getaddr() 659 xdr_free(xdr_wrapstring, (char *)&ua); in rpcbind_getaddr()
|
H A D | xdr.h | 435 extern bool_t xdr_wrapstring(XDR *, char **); 483 extern bool_t xdr_wrapstring();
|
H A D | xdr.c | 664 xdr_wrapstring(XDR *xdrs, char **cpp) in xdr_wrapstring() function
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | rpcb_clnt.c | 68 extern bool_t xdr_wrapstring(XDR *, char **); 838 (xdrproc_t)xdr_wrapstring, (char *)&ua, *tp); in __rpcb_findaddr_timed() 846 xdr_free((xdrproc_t)xdr_wrapstring, in __rpcb_findaddr_timed() 1212 xdr_free((xdrproc_t)xdr_wrapstring, (char *)&r.addr); in rpcb_rmtcall() 1297 (char *)taddr, (xdrproc_t)xdr_wrapstring, (char *)&uaddr, in rpcb_taddr2uaddr() 1332 if (CLNT_CALL(client, RPCBPROC_UADDR2TADDR, (xdrproc_t)xdr_wrapstring, in rpcb_uaddr2taddr()
|
H A D | xdr.c | 670 xdr_wrapstring(XDR *xdrs, char **cpp) in xdr_wrapstring() function
|
/titanic_50/usr/src/cmd/ypcmd/ |
H A D | rpc_bootstrap.c | 303 xdr_wrapstring, (char *)&ua, tv); 311 xdr_free(xdr_wrapstring, (char *)&ua);
|
/titanic_50/usr/src/lib/libbc/inc/include/rpc/ |
H A D | xdr.h | 239 extern bool_t xdr_wrapstring();
|
/titanic_50/usr/src/lib/libnsl/nis/gen/ |
H A D | nis_subr.c | 720 xdr_wrapstring, (char *)&ua, tv); in __map_addr() 729 xdr_free(xdr_wrapstring, (char *)&ua); in __map_addr()
|
/titanic_50/usr/src/stand/lib/fs/nfs/ |
H A D | pmap.c | 482 xdr_rpcb, (caddr_t)&rpcb_send, xdr_wrapstring, in bpmap_getport()
|
/titanic_50/usr/src/man/man3nsl/ |
H A D | Makefile | 300 xdr_wrapstring.3nsl \ 531 xdr_wrapstring.3nsl := LINKSRC = xdr_complex.3nsl
|
/titanic_50/usr/src/lib/libnsl/common/ |
H A D | mapfile-vers | 459 xdr_wrapstring;
|
H A D | llib-lnsl | 877 bool_t xdr_wrapstring(XDR *xdrs, char **cpp);
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3nsl.inc | 326 link path=usr/share/man/man3nsl/xdr_wrapstring.3nsl target=xdr_complex.3nsl
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 1906 xdr_wrapstring, (char *)&ua, in pmap_kgetport()
|
/titanic_50/ |
H A D | .gitignore | 6825 usr/src/man/man3nsl/xdr_wrapstring.3nsl
|