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