Home
last modified time | relevance | path

Searched refs:OPT_m (Results 1 – 13 of 13) sorted by relevance

/busybox-1.35.0/coreutils/
Dtouch.c99 OPT_m = (1 << 6) * ENABLE_FEATURE_TOUCH_SUSV3, in touch_main() enumerator
162 if ((opts & (OPT_a|OPT_m)) == OPT_a) in touch_main()
164 if ((opts & (OPT_a|OPT_m)) == OPT_m) in touch_main()
/busybox-1.35.0/util-linux/
Dlspci.c33 OPT_m = (1 << 0), enumerator
85 if (option_mask32 & OPT_m) { in fileAction()
95 if (option_mask32 & OPT_m) { in fileAction()
Dfstrim.c51 OPT_m = (1 << 2), in fstrim_main() enumerator
77 if (opts & OPT_m) in fstrim_main()
Dchrt.c81 #define OPT_m (1<<0) macro
107 if (opt & OPT_m) { /* print min/max and exit */ in chrt_main()
Dreadprofile.c82 OPT_m = (1 << 1), in readprofile_main() enumerator
Dmkfs_vfat.c248 OPT_m = 1 << 10, // [IGNORED] message file in mkfs_vfat_main() enumerator
Dmkfs_ext2.c201 OPT_m = 1 << 9, // percentage of blocks reserved for superuser enumerator
/busybox-1.35.0/runit/
Dchpst.c182 OPT_m = (1 << 5) * (ENABLE_SOFTLIMIT || ENABLE_CHPST), enumerator
312 if (opt & OPT_m) { // -m means -asld in chpst_main()
/busybox-1.35.0/mailutils/
Dpopmaildir.c110 OPT_m = 1 << 2, // -m show used memory. Ignored in popmaildir_main() enumerator
Dreformime.c67 OPT_m = 1 << 8, enumerator
/busybox-1.35.0/procps/
Diostat.c108 OPT_m = 1 << 5, enumerator
453 if (opt & OPT_m) { in iostat_main()
Dtop.c226 OPT_m = (1 << 4), enumerator
1126 if (col & OPT_m) /* -m (busybox specific) */
/busybox-1.35.0/findutils/
Dgrep.c158 OPT_m = 1 << OPTBIT_m, enumerator
486 if ((option_mask32 & OPT_m) && nmatches > max_matches) in grep_file()
583 if ((option_mask32 & OPT_m) in grep_file()