Home
last modified time | relevance | path

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

/freebsd/bin/df/
H A Ddf.c76 static void prtstat(struct statfs *, struct maxwidths *);
266 prtstat(&mntbuf[i], &maxwidths); in main()
271 prtstat(&totalbuf, &maxwidths); in main()
459 prtstat(struct statfs *sfsp, struct maxwidths *mwp) in prtstat() function