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

/freebsd-11-stable/usr.sbin/rpc.umntall/
H A Dmounttab.h31 #define STRSIZ (MNTNAMLEN+MNTPATHLEN+100)
38 char mtab_dirp[MNTPATHLEN];
H A Dmounttab.c129 memmove(mtabp->mtab_dirp, dirp, MNTPATHLEN);
130 mtabp->mtab_dirp[MNTPATHLEN - 1] = '\0';
H A Drpc.umntall.c260 return (xdr_string(xdrsp, &dirp, MNTPATHLEN));
/freebsd-11-stable/contrib/amd/libamu/
H A Damu.h56 #ifndef MNTPATHLEN
57 # define MNTPATHLEN 1024 macro
58 #endif /* not MNTPATHLEN */
H A Dxdr_func.c201 if (!xdr_string(xdrs, objp, MNTPATHLEN)) {
/freebsd-11-stable/include/rpcsvc/
H A Dmount.x45 const MNTPATHLEN = 1024; /* maximum bytes in a pathname argument */
108 typedef string dirpath<MNTPATHLEN>;
/freebsd-11-stable/usr.bin/showmount/
H A Dshowmount.c78 char ml_dirp[MNTPATHLEN+1];
89 char ex_dirp[MNTPATHLEN+1];
113 char strvised[MNTPATHLEN * 4 + 1];
283 if (!xdr_string(xdrsp, &strp, MNTPATHLEN))
358 if (!xdr_string(xdrsp, &strp, MNTPATHLEN))
/freebsd-11-stable/sbin/umount/
H A Dumount.c649 return (xdr_string(xdrsp, &dirp, MNTPATHLEN));
/freebsd-11-stable/sbin/mount_nfs/
H A Dmount_nfs.c985 return (xdr_string(xdrsp, &dirp, MNTPATHLEN));
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c97 char ml_dirp[MNTPATHLEN+1];
1087 char rpcpath[MNTPATHLEN + 1], dirpath[MAXPATHLEN];
1308 return (xdr_string(xdrsp, &dirp, MNTPATHLEN));
1365 if (!xdr_string(xdrsp, &strp, MNTPATHLEN))
1430 if (!xdr_string(xdrsp, &strp, MNTPATHLEN))
1440 if (!xdr_string(xdrsp, &strp, MNTPATHLEN))
3524 #define STRSIZ (MNTNAMLEN+MNTPATHLEN+50)
3555 strncpy(mlp->ml_dirp, dirp, MNTPATHLEN);
3556 mlp->ml_dirp[MNTPATHLEN] = '\0';
3606 strncpy(mlp->ml_dirp, dirp, MNTPATHLEN);
[all...]

Completed in 156 milliseconds