Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/rpc.umntall/
H A Dmounttab.c73 char str[STRSIZ]; in read_mtab()
89 while (fgets(str, STRSIZ, mtabfile) != NULL) { in read_mtab()
H A Dmounttab.h30 #define STRSIZ (RPCMNT_NAMELEN+RPCMNT_PATHLEN+100) macro
/dragonfly/sbin/mountd/
H A Dmountd.c2371 #define STRSIZ (RPCMNT_NAMELEN+RPCMNT_PATHLEN+50) macro
2380 char str[STRSIZ]; in get_mountlist()
2392 while (fgets(str, STRSIZ, mlfile) != NULL) { in get_mountlist()