getmntinfo
mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
return (nflag ? mntsize : getmntinfo(mntbufp, MNT_WAIT));
PROTO_DEPRECATED(getmntinfo);
if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) {
if ((mntsize = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0)
mntsize = getmntinfo(&mntbuf, MNT_NOWAIT);
num = getmntinfo(&ofsp, MNT_NOWAIT);
n = getmntinfo(&mp, MNT_NOWAIT);
n = getmntinfo(&mp, MNT_NOWAIT);
if (!(n = getmntinfo(&mp, MNT_NOWAIT)))
n = getmntinfo(&fs, MNT_NOWAIT);
if ((n = getmntinfo(&mntbuf, MNT_NOWAIT)) == 0) {
int getmntinfo(struct statfs **, int);
nmounts = getmntinfo(&mntbuf, MNT_NOWAIT);
nfst = getmntinfo(&fst, MNT_WAIT);
int nloc = getmntinfo(&mntbufp, MNT_NOWAIT);
cnt = getmntinfo(&mp, MNT_NOWAIT);