Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/snapinfo/
HDsnapinfo.c59 int all = 0, ch, done = 0, fscount, n; in main() local
101 fscount = getmntinfo(&mntbuf, MNT_WAIT); in main()
102 for (n = 0; n < fscount; n++) { in main()