Searched refs:maxwidths (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/bin/df/
H A Ddf.c73 struct maxwidths { struct
90 static void prtstat(struct statfs *, struct maxwidths *);
92 static void update_maxwidths(struct maxwidths *, const struct statfs *);
115 struct maxwidths maxwidths; local
125 memset(&maxwidths, 0, sizeof(maxwidths));
277 memset(&maxwidths, 0, sizeof(maxwidths));
280 update_maxwidths(&maxwidths,
[all...]

Completed in 111 milliseconds