Lines Matching refs:optflags
62 if ((toys.optflags & (FLAG_H|FLAG_h))) {
63 xprintf((toys.optflags&FLAG_i) ?
70 if (toys.optflags & FLAG_i) {
79 use_label = toys.optflags & FLAG_P ? "Capacity" : "Use%";
117 if (!(toys.optflags & FLAG_a) && !mt->statvfs.f_blocks) return;
121 if (toys.optflags & FLAG_i) {
148 if (toys.optflags & (FLAG_H|FLAG_h)) {
150 int hr_flags = (toys.optflags & FLAG_H) ? HR_1000 : 0;
151 int w = 4 + !!(toys.optflags & FLAG_i);
176 if (toys.optflags & (FLAG_H|FLAG_h)) {
180 TT.units = toys.optflags & FLAG_P ? 512 : 1024;
227 if (!(toys.optflags & FLAG_a)) mt3->stat.st_dev = 0;