bin/df/df.c
106
struct maxwidths maxwidths;
bin/df/df.c
176
bzero(&maxwidths, sizeof(maxwidths));
bin/df/df.c
178
update_maxwidths(&maxwidths, &mntbuf[i], &mntvbuf[i]);
bin/df/df.c
183
bzero(&maxwidths, sizeof(maxwidths));
bin/df/df.c
185
update_maxwidths(&maxwidths, &mntbuf[i], &mntvbuf[i]);
bin/df/df.c
188
prtstat(&mntbuf[i], &mntvbuf[i], &maxwidths);
bin/df/df.c
226
prtstat(&statfsbuf, &statvfsbuf, &maxwidths);
bin/df/df.c
264
bzero(&maxwidths, sizeof(maxwidths));
bin/df/df.c
265
update_maxwidths(&maxwidths, &statfsbuf, &statvfsbuf);
bin/df/df.c
267
prtstat(&statfsbuf, &statvfsbuf, &maxwidths);
bin/df/df.c
377
prtstat(struct statfs *sfsp, struct statvfs *vsfsp, struct maxwidths *mwp)
bin/df/df.c
451
update_maxwidths(struct maxwidths *mwp, struct statfs *sfsp, struct statvfs *vsfsp)
bin/df/df.c
86
static void prtstat(struct statfs *, struct statvfs *, struct maxwidths *);
bin/df/df.c
88
static void update_maxwidths(struct maxwidths *, struct statfs *, struct statvfs *);