Home
last modified time | relevance | path

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

/freebsd-12.1/bin/df/
H A Ddf.c98 static void update_maxwidths(struct maxwidths *, const struct statfs *);
350 update_maxwidths(&maxwidths, &mntbuf[i]); in main()
597 update_maxwidths(struct maxwidths *mwp, const struct statfs *sfsp) in update_maxwidths() function