Searched refs:numfs (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/lib/libugidfw/
H A Dugidfw.c67 int anymode, unknownmode, truncated, numfs, i, notdone; local
332 numfs = getmntinfo(&mntbuf, MNT_NOWAIT);
333 for (i = 0; i < numfs; i++)
339 i == numfs ? "???" : mntbuf[i].f_mntonname);

Completed in 65 milliseconds