Searched refs:MNTPATHLEN (Results 1 – 3 of 3) sorted by relevance
102 char buff[MNTPATHLEN + 1];122 getxdr_string(buff, MNTPATHLEN));133 MNTPATHLEN));214 (void) showxdr_string(MNTPATHLEN, "Directory = %s");230 (void) showxdr_string(MNTPATHLEN, "File = %s");444 static char buff[MNTPATHLEN + 1]; in sum_exports()453 (void) getxdr_string(buff, MNTPATHLEN); in sum_exports()469 char buff[MNTPATHLEN + 1]; in detail_exports()479 dirpath = (char *)getxdr_string(buff, MNTPATHLEN); in detail_exports()493 static char buff[MNTPATHLEN + 1]; in sum_mounts()[all …]
33 const MNTPATHLEN = 1024; /* maximum bytes in a pathname argument */ variable124 typedef string dirpath<MNTPATHLEN>; typedef
104 return (xdr_string(xdrs, pathp, MNTPATHLEN)); in xdr_path()