Home
last modified time | relevance | path

Searched refs:RPCMNT_NAMELEN (Results 1 – 2 of 2) sorted by relevance

/minix/sys/lib/libsa/
H A Drpcv2.h83 #define RPCMNT_NAMELEN 255 macro
/minix/tests/fs/nfs/nfsservice/
H A Dmountd.c106 char ml_host[RPCMNT_NAMELEN + 1];
737 if (!xdr_string(xdrsp, &strp, RPCMNT_NAMELEN))
825 RPCMNT_NAMELEN))
832 RPCMNT_NAMELEN))
1062 if (len > RPCMNT_NAMELEN) {
2246 #define STRSIZ (RPCMNT_NAMELEN+RPCMNT_PATHLEN+50)
2271 (void)strncpy(mlp->ml_host, host, RPCMNT_NAMELEN); in get_mountlist()
2272 mlp->ml_host[RPCMNT_NAMELEN] = '\0'; in get_mountlist()
2364 strncpy(mlp->ml_host, hostp, RPCMNT_NAMELEN);
2365 mlp->ml_host[RPCMNT_NAMELEN] = '\0';