Searched refs:STRSIZ (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.sbin/rpc.umntall/
H A Dmounttab.h31 #define STRSIZ (MNTNAMLEN+MNTPATHLEN+100) macro
H A Dmounttab.c79 char str[STRSIZ];
95 while (fgets(str, STRSIZ, mtabfile) != NULL) {

Completed in 88 milliseconds