Searched refs:maxwidths (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/bin/df/ |
| H A D | df.c | 79 struct maxwidths { struct 96 static void prtstat(struct statfs *, struct maxwidths *); argument 124 struct maxwidths maxwidths; in main() local 144 memset(&maxwidths, 0, sizeof(maxwidths)); in main() 299 prtstat(&statfsbuf, &maxwidths); in main() 347 memset(&maxwidths, 0, sizeof(maxwidths)); in main() 350 update_maxwidths(&maxwidths, &mntbuf[i]); in main() 357 prtstat(&mntbuf[i], &maxwidths); in main() 362 prtstat(&totalbuf, &maxwidths); in main() 477 prtstat(struct statfs *sfsp, struct maxwidths *mwp) in prtstat() [all …]
|