Searched refs:MNTNAMLEN (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/usr.sbin/rpc.umntall/
H A Dmounttab.h29 #define STRSIZ (MNTNAMLEN+MNTPATHLEN+100)
35 char mtab_host[MNTNAMLEN];
H A Dmounttab.c125 memmove(mtabp->mtab_host, hostp, MNTNAMLEN);
126 mtabp->mtab_host[MNTNAMLEN - 1] = '\0';
203 bzero(mtabp->mtab_host, MNTNAMLEN);
/freebsd-10.2-release/contrib/amd/libamu/
H A Damu.h60 #ifndef MNTNAMLEN
61 # define MNTNAMLEN 255 macro
62 #endif /* not MNTNAMLEN */
H A Dxdr_func.c486 if (!xdr_string(xdrs, objp, MNTNAMLEN)) {
/freebsd-10.2-release/include/rpcsvc/
H A Dmount.x46 const MNTNAMLEN = 255; /* maximum bytes in a name argument */
113 typedef string name<MNTNAMLEN>;
/freebsd-10.2-release/usr.bin/showmount/
H A Dshowmount.c75 char ml_host[MNTNAMLEN+1];
81 char gr_name[MNTNAMLEN+1];
256 if (!xdr_string(xdrsp, &strp, MNTNAMLEN))
343 if (!xdr_string(xdrsp, &strp, MNTNAMLEN))
/freebsd-10.2-release/usr.sbin/mountd/
H A Dmountd.c95 char ml_host[MNTNAMLEN+1];
1206 if (!xdr_string(xdrsp, &strp, MNTNAMLEN))
1296 MNTNAMLEN))
1303 MNTNAMLEN))
1398 if (len > MNTNAMLEN) {
2908 #define STRSIZ (MNTNAMLEN+MNTPATHLEN+50)
2938 strncpy(mlp->ml_host, host, MNTNAMLEN);
2939 mlp->ml_host[MNTNAMLEN] = '\0';
3002 strncpy(mlp->ml_host, hostp, MNTNAMLEN);
3003 mlp->ml_host[MNTNAMLEN]
[all...]

Completed in 77 milliseconds