Home
last modified time | relevance | path

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

/freebsd/bin/df/
H A Ddf.c56 struct maxwidths { struct
76 static void prtstat(struct statfs *, struct maxwidths *); argument
78 static void update_maxwidths(struct maxwidths *, const struct statfs *);
103 struct maxwidths maxwidths; in main() local
110 memset(&maxwidths, 0, sizeof(maxwidths)); in main()
256 memset(&maxwidths, 0, sizeof(maxwidths)); in main()
259 update_maxwidths(&maxwidths, &mntbuf[i]); in main()
266 prtstat(&mntbuf[i], &maxwidths); in main()
271 prtstat(&totalbuf, &maxwidths); in main()
459 prtstat(struct statfs *sfsp, struct maxwidths *mwp) in prtstat()
[all …]