Home
last modified time | relevance | path

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

/freebsd-14.2/bin/df/
H A Ddf.c90 static void update_maxwidths(struct maxwidths *, const struct statfs *);
271 update_maxwidths(&maxwidths, &mntbuf[i]); in main()
594 update_maxwidths(struct maxwidths *mwp, const struct statfs *sfsp) in update_maxwidths() function