Searched refs:OPT_m (Results 1 – 13 of 13) sorted by relevance
/busybox-1.35.0/coreutils/ |
D | touch.c | 99 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/ |
D | lspci.c | 33 OPT_m = (1 << 0), enumerator 85 if (option_mask32 & OPT_m) { in fileAction() 95 if (option_mask32 & OPT_m) { in fileAction()
|
D | fstrim.c | 51 OPT_m = (1 << 2), in fstrim_main() enumerator 77 if (opts & OPT_m) in fstrim_main()
|
D | chrt.c | 81 #define OPT_m (1<<0) macro 107 if (opt & OPT_m) { /* print min/max and exit */ in chrt_main()
|
D | readprofile.c | 82 OPT_m = (1 << 1), in readprofile_main() enumerator
|
D | mkfs_vfat.c | 248 OPT_m = 1 << 10, // [IGNORED] message file in mkfs_vfat_main() enumerator
|
D | mkfs_ext2.c | 201 OPT_m = 1 << 9, // percentage of blocks reserved for superuser enumerator
|
/busybox-1.35.0/runit/ |
D | chpst.c | 182 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/ |
D | popmaildir.c | 110 OPT_m = 1 << 2, // -m show used memory. Ignored in popmaildir_main() enumerator
|
D | reformime.c | 67 OPT_m = 1 << 8, enumerator
|
/busybox-1.35.0/procps/ |
D | iostat.c | 108 OPT_m = 1 << 5, enumerator 453 if (opt & OPT_m) { in iostat_main()
|
D | top.c | 226 OPT_m = (1 << 4), enumerator 1126 if (col & OPT_m) /* -m (busybox specific) */
|
/busybox-1.35.0/findutils/ |
D | grep.c | 158 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()
|