Home
last modified time | relevance | path

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

/netbsd-src/sbin/dump/
H A Doptr.c449 int i, mntbufc; in mntinfosearch() local
454 if ((mntbufc = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) in mntinfosearch()
456 for (fs = mntbuf, i = 0; i < mntbufc; i++, fs++) { in mntinfosearch()