Home
last modified time | relevance | path

Searched refs:STRSIZ (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/rpc.umntall/
H A Dmounttab.c77 char str[STRSIZ]; in read_mtab()
93 while (fgets(str, STRSIZ, mtabfile) != NULL) { in read_mtab()
H A Dmounttab.h29 #define STRSIZ (MNTNAMLEN+MNTPATHLEN+100) macro
/freebsd/usr.sbin/mountd/
H A Dmountd.c3723 #define STRSIZ (MNTNAMLEN+MNTPATHLEN+50) macro
3732 char str[STRSIZ]; in get_mountlist()
3743 while (fgets(str, STRSIZ, mlfile) != NULL) { in get_mountlist()