Symbol: xdr_string
include/rpc/xdr.h
303
extern bool_t xdr_string(XDR *, char **, u_int);
lib/libc/rpc/authdes_prot.c
59
ATTEMPT(xdr_string(xdrs, &cred->adc_fullname.name,
lib/libc/rpc/authunix_prot.c
65
&& xdr_string(xdrs, &(p->aup_machname), MAX_MACHINE_NAME)
lib/libc/rpc/key_prot_xdr.c
68
if (!xdr_string(xdrs, objp, MAXNETNAMELEN))
lib/libc/rpc/rpcb_prot.c
160
if (!xdr_string(xdrs, &objp->r_maddr, RPC_MAXDATASIZE)) {
lib/libc/rpc/rpcb_prot.c
163
if (!xdr_string(xdrs, &objp->r_nc_netid, RPC_MAXDATASIZE)) {
lib/libc/rpc/rpcb_prot.c
169
if (!xdr_string(xdrs, &objp->r_nc_protofmly, RPC_MAXDATASIZE)) {
lib/libc/rpc/rpcb_prot.c
172
if (!xdr_string(xdrs, &objp->r_nc_proto, RPC_MAXDATASIZE)) {
lib/libc/rpc/rpcb_prot.c
287
if (!xdr_string(xdrs, &objp->addr, RPC_MAXDATASIZE)) {
lib/libc/rpc/rpcb_prot.c
60
if (!xdr_string(xdrs, &objp->r_netid, RPC_MAXDATASIZE)) {
lib/libc/rpc/rpcb_prot.c
63
if (!xdr_string(xdrs, &objp->r_addr, RPC_MAXDATASIZE)) {
lib/libc/rpc/rpcb_prot.c
66
if (!xdr_string(xdrs, &objp->r_owner, RPC_MAXDATASIZE)) {
lib/libc/rpc/rpcb_st_xdr.c
116
if (!xdr_string(xdrs, &objp->netid, RPC_MAXDATASIZE)) {
lib/libc/rpc/rpcb_st_xdr.c
154
if (!xdr_string(xdrs, &objp->netid, RPC_MAXDATASIZE)) {
lib/libc/rpc/rpcb_st_xdr.c
182
if (!xdr_string(xdrs, &objp->netid, RPC_MAXDATASIZE)) {
lib/libc/rpc/rpcb_st_xdr.c
65
if (!xdr_string(xdrs, &objp->netid, RPC_MAXDATASIZE)) {
lib/libc/xdr/xdr.c
765
return xdr_string(xdrs, cpp, RPC_MAXDATASIZE);
sbin/mount_nfs/mount_nfs.c
849
return (xdr_string(xdrsp, &dirp, RPCMNT_PATHLEN));
sbin/mountd/mountd.c
1060
if (!xdr_string(xdrsp, &strp, RPCMNT_PATHLEN))
sbin/mountd/mountd.c
1070
if (!xdr_string(xdrsp, &strp, RPCMNT_PATHLEN))
sbin/mountd/mountd.c
1081
if (!xdr_string(xdrsp, &strp,
sbin/mountd/mountd.c
1088
if (!xdr_string(xdrsp, &strp,
sbin/mountd/mountd.c
947
return (xdr_string(xdrsp, &dirp, RPCMNT_PATHLEN));
sbin/mountd/mountd.c
992
if (!xdr_string(xdrsp, &strp, RPCMNT_NAMELEN))
sbin/mountd/mountd.c
995
if (!xdr_string(xdrsp, &strp, RPCMNT_PATHLEN))
sbin/umount/umount.c
793
return (xdr_string(xdrsp, &dirp, RPCMNT_PATHLEN));
sys/vfs/nfs/krpc_subr.c
462
struct xdr_string *xs;
sys/vfs/nfs/krpc_subr.c
473
xs = mtod(m, struct xdr_string *);
usr.bin/showmount/showmount.c
265
if (!xdr_string(xdrsp, &strp, RPCMNT_NAMELEN))
usr.bin/showmount/showmount.c
268
if (!xdr_string(xdrsp, &strp, RPCMNT_PATHLEN))
usr.bin/showmount/showmount.c
343
if (!xdr_string(xdrsp, &strp, RPCMNT_PATHLEN))
usr.bin/showmount/showmount.c
352
if (!xdr_string(xdrsp, &strp, RPCMNT_NAMELEN))
usr.sbin/rpc.umntall/rpc.umntall.c
258
return (xdr_string(xdrsp, &dirp, RPCMNT_PATHLEN));