Lines Matching refs:opt
117 unsigned opt; in df_main() local
145 opt = getopt32(argv, "^" in df_main()
158 if (opt & OPT_MEGA) in df_main()
161 if (opt & OPT_BSIZE) { in df_main()
175 if (opt & (OPT_HUMAN|OPT_HUMANDEC)) { in df_main()
182 if (opt & OPT_INODE) in df_main()
190 make_human_readable_str(df_disp_hr, 0, !!(opt & OPT_POSIX)) in df_main()
198 (opt & OPT_FSTYPE) ? "Type " : "", in df_main()
200 (opt & OPT_POSIX) ? "Capacity" : "Use%"); in df_main()
243 if (opt & OPT_t) { in df_main()
258 if ((s.f_blocks > 0) || !mount_table || (opt & OPT_ALL)) { in df_main()
263 if (opt & OPT_INODE) { in df_main()
299 if (uni_stat.unicode_width > 20 && !(opt & OPT_POSIX)) { in df_main()
305 if (opt & OPT_FSTYPE) { in df_main()
307 if (uni_stat.unicode_width > 10 && !(opt & OPT_POSIX)) in df_main()
315 if (printf("\n%-20s" + 1, device) > 20 && !(opt & OPT_POSIX)) in df_main()
317 if (opt & OPT_FSTYPE) { in df_main()
318 if (printf(" %-10s", fs_type) > 11 && !(opt & OPT_POSIX)) in df_main()