Searched refs:MNTPATHLEN (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.2-release/usr.sbin/rpc.umntall/
H A Dmounttab.h29 #define STRSIZ (MNTNAMLEN+MNTPATHLEN+100)
36 char mtab_dirp[MNTPATHLEN];
H A Dmounttab.c127 memmove(mtabp->mtab_dirp, dirp, MNTPATHLEN);
128 mtabp->mtab_dirp[MNTPATHLEN - 1] = '\0';
H A Drpc.umntall.c258 return (xdr_string(xdrsp, &dirp, MNTPATHLEN));
/freebsd-10.2-release/contrib/amd/libamu/
H A Damu.h57 #ifndef MNTPATHLEN
58 # define MNTPATHLEN 1024 macro
59 #endif /* not MNTPATHLEN */
H A Dxdr_func.c205 if (!xdr_string(xdrs, objp, MNTPATHLEN)) {
/freebsd-10.2-release/include/rpcsvc/
H A Dmount.x45 const MNTPATHLEN = 1024; /* maximum bytes in a pathname argument */
108 typedef string dirpath<MNTPATHLEN>;
/freebsd-10.2-release/usr.bin/showmount/
H A Dshowmount.c76 char ml_dirp[MNTPATHLEN+1];
87 char ex_dirp[MNTPATHLEN+1];
259 if (!xdr_string(xdrsp, &strp, MNTPATHLEN))
334 if (!xdr_string(xdrsp, &strp, MNTPATHLEN))
/freebsd-10.2-release/usr.sbin/mountd/
H A Dmountd.c96 char ml_dirp[MNTPATHLEN+1];
948 char rpcpath[MNTPATHLEN + 1], dirpath[MAXPATHLEN];
1151 return (xdr_string(xdrsp, &dirp, MNTPATHLEN));
1209 if (!xdr_string(xdrsp, &strp, MNTPATHLEN))
1274 if (!xdr_string(xdrsp, &strp, MNTPATHLEN))
1284 if (!xdr_string(xdrsp, &strp, MNTPATHLEN))
2908 #define STRSIZ (MNTNAMLEN+MNTPATHLEN+50)
2940 strncpy(mlp->ml_dirp, dirp, MNTPATHLEN);
2941 mlp->ml_dirp[MNTPATHLEN] = '\0';
3004 strncpy(mlp->ml_dirp, dirp, MNTPATHLEN);
[all...]
/freebsd-10.2-release/sbin/umount/
H A Dumount.c604 return (xdr_string(xdrsp, &dirp, MNTPATHLEN));
/freebsd-10.2-release/sbin/mount_nfs/
H A Dmount_nfs.c984 return (xdr_string(xdrsp, &dirp, MNTPATHLEN));

Completed in 112 milliseconds