bin/df/df.c
103
struct maxwidths maxwidths;
bin/df/df.c
110
memset(&maxwidths, 0, sizeof(maxwidths));
bin/df/df.c
257
memset(&maxwidths, 0, sizeof(maxwidths));
bin/df/df.c
260
update_maxwidths(&maxwidths, &mntbuf[i]);
bin/df/df.c
267
prtstat(&mntbuf[i], &maxwidths);
bin/df/df.c
272
prtstat(&totalbuf, &maxwidths);
bin/df/df.c
460
prtstat(struct statfs *sfsp, struct maxwidths *mwp)
bin/df/df.c
583
update_maxwidths(struct maxwidths *mwp, const struct statfs *sfsp)
bin/df/df.c
76
static void prtstat(struct statfs *, struct maxwidths *);
bin/df/df.c
78
static void update_maxwidths(struct maxwidths *, const struct statfs *);