HomeSort by: relevance | last modified time | path
    Searched defs:getmntargs (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/mount/
mount.c 79 static int getmntargs(struct statvfs *, char *, size_t);
632 if (getmntargs(sfp, buf, sizeof(buf)))
641 getmntargs(struct statvfs *sfs, char *buf, size_t buflen) function in typeref:typename:int
mount.c 79 static int getmntargs(struct statvfs *, char *, size_t);
632 if (getmntargs(sfp, buf, sizeof(buf)))
641 getmntargs(struct statvfs *sfs, char *buf, size_t buflen) function in typeref:typename:int

Completed in 23 milliseconds