Home
last modified time | relevance | path

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

/netbsd-src/sbin/mount/
H A Dmount.c79 static int getmntargs(struct statvfs *, char *, size_t);
617 if (getmntargs(sfp, buf, sizeof(buf))) in prmount()
626 getmntargs(struct statvfs *sfs, char *buf, size_t buflen) in getmntargs() function