Home
last modified time | relevance | path

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

/freebsd-14.2/bin/df/
H A Ddf.c88 static void prtstat(struct statfs *, struct maxwidths *);
278 prtstat(&mntbuf[i], &maxwidths); in main()
283 prtstat(&totalbuf, &maxwidths); in main()
471 prtstat(struct statfs *sfsp, struct maxwidths *mwp) in prtstat() function