Home
last modified time | relevance | path

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

/freebsd/bin/df/
H A Ddf.c78 static void update_maxwidths(struct maxwidths *, const struct statfs *);
259 update_maxwidths(&maxwidths, &mntbuf[i]); in main()
582 update_maxwidths(struct maxwidths *mwp, const struct statfs *sfsp) in update_maxwidths() function