Home
last modified time | relevance | path

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

/dports/sysutils/busybox/busybox-1.26.2/coreutils/
H A Ddf.c107 OPT_POSIX = (1 << 1), in df_main() enumerator
165 make_human_readable_str(df_disp_hr, 0, !!(opt & OPT_POSIX)) in df_main()
175 (opt & OPT_POSIX) ? "Capacity" : "Use%"); in df_main()
259 if (uni_stat.unicode_width > 20 && !(opt & OPT_POSIX)) { in df_main()
267 if (uni_stat.unicode_width > 10 && !(opt & OPT_POSIX)) in df_main()
275 if (printf("\n%-20s" + 1, device) > 20 && !(opt & OPT_POSIX)) in df_main()
278 if (printf(" %-10s", fs_type) > 11 && !(opt & OPT_POSIX)) in df_main()
/dports/devel/util-linux/util-linux-2.36/login-utils/
H A Dnologin.c48 OPT_POSIX, in main() enumerator
58 { "posix", no_argument, NULL, OPT_POSIX }, in main()
78 case OPT_POSIX: in main()