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

  /src/bin/df/
df.c 83 static size_t mntcount; variable in typeref:typename:size_t
201 mntcount = getmntinfo(&mntbuf, MNT_NOWAIT);
202 if (mntcount == 0)
207 mntcount = regetmntinfo(&mntbuf, mntcount);
211 mntcount = 0;
229 if (!statvfs(mntpt, &mntbuf[mntcount])) {
231 !streq(mntpt, mntbuf[mntcount].f_mntonname))
235 (mntbuf[mntcount].f_flag & MNT_LOCAL) == 0)
239 (!selected(mntbuf[mntcount].f_fstypename
    [all...]

Completed in 31 milliseconds