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

  /src/usr.bin/quota/
quota.c 485 int nfst, i; local
490 nfst = getmntinfo(&fst, MNT_WAIT);
491 if (nfst == 0)
493 for (i = 0; i < nfst; i++) {
  /src/usr.sbin/repquota/
repquota.c 128 int nfst; local
171 nfst = getmntinfo(&fst, MNT_WAIT);
172 if (nfst == 0)
174 for (i = 0; i < nfst; i++) {
  /src/usr.sbin/edquota/
edquota.c 560 int nfst, i; local
567 nfst = getmntinfo(&fst, MNT_WAIT);
568 if (nfst == 0)
571 for (i = 0; i < nfst; i++) {
632 int nfst, i; local
661 nfst = getmntinfo(&fst, MNT_WAIT);
662 if (nfst == 0)
665 for (i = 0; i < nfst; i++) {
  /src/usr.sbin/quotacheck/
quotacheck.c 490 int nfst, i; local
492 nfst = getmntinfo(&fst, MNT_WAIT);
493 if (nfst == 0)
496 for (i = 0; i < nfst; i++) {

Completed in 30 milliseconds