/busybox-1.35.0/util-linux/ |
D | dmesg.c | 70 OPT_r = 1 << 3 in dmesg_main() enumerator 95 if (ENABLE_FEATURE_DMESG_PRETTY && !(opts & OPT_r)) { in dmesg_main()
|
D | losetup.c | 61 OPT_r = (1 << 6), in losetup_main() enumerator 149 unsigned flags = (opt & OPT_r) ? BB_LO_FLAGS_READ_ONLY : 0; in losetup_main()
|
D | readprofile.c | 89 OPT_r = (1 << 8), in readprofile_main() enumerator 98 #define optReset (opt & OPT_r) in readprofile_main() 109 if (opt & (OPT_M|OPT_r)) { /* mult or reset, or both */ in readprofile_main()
|
D | hexdump_xxd.c | 67 #define OPT_r (1 << 5) macro 202 if (opt & OPT_r) { in xxd_main()
|
D | chrt.c | 83 #define OPT_r (1<<2) macro
|
D | fsck_minix.c | 233 OPT_r = (1 << 2), enumerator 241 #define OPT_repair (option_mask32 & OPT_r) 247 #define OPT_manual ((option_mask32 & (OPT_a|OPT_r)) == OPT_r)
|
D | mkfs_vfat.c | 250 OPT_r = 1 << 12, // [IGNORED] root directory entries in mkfs_vfat_main() enumerator
|
D | mkfs_ext2.c | 207 OPT_r = 1 << 15, enumerator
|
D | mount.c | 290 OPT_r = (1 << 2), enumerator 2313 if (opt & OPT_r) append_mount_options(&cmdopts, "ro"); // -r in mount_main()
|
/busybox-1.35.0/coreutils/ |
D | touch.c | 95 OPT_r = (1 << 2) * ENABLE_FEATURE_TOUCH_SUSV3, in touch_main() enumerator 132 if (opts & OPT_r) { in touch_main() 181 if (opts & (OPT_r|OPT_d|OPT_t)) in touch_main()
|
D | ls.c | 267 OPT_r = (1 << OPTBIT_r) * ENABLE_FEATURE_LS_SORTFILES, enumerator 898 return (opt & OPT_r) ? -(int)dif : (int)dif; in sortcmp()
|
/busybox-1.35.0/debianutils/ |
D | run_parts.c | 108 OPT_r = (1 << 2) * ENABLE_FEATURE_RUN_PARTS_LONG_OPTIONS, enumerator 142 return (option_mask32 & OPT_r) ? -r : r; in bb_alphasort()
|
/busybox-1.35.0/miscutils/ |
D | crontab.c | 98 OPT_r = (1 << 4), in crontab_main() enumerator 99 OPT_ler = OPT_l + OPT_e + OPT_r, in crontab_main()
|
/busybox-1.35.0/selinux/ |
D | setfiles.c | 149 OPT_r = (1 << 8), enumerator 166 #define FLAG_r (option_mask32 & OPT_r) 662 if (flags & (OPT_r | OPT_R)) in setfiles_main() 665 if (flags & OPT_r) in setfiles_main()
|
/busybox-1.35.0/networking/udhcp/ |
D | dumpleases.c | 34 OPT_r = 0x2, // -r in dumpleases_main() enumerator
|
D | d6_dhcpc.c | 141 OPT_r = 1 << 5, enumerator 699 if (option_mask32 & OPT_r) { in send_d6_discover() 1228 option_mask32 |= OPT_r; in udhcpc6_main() 1231 option_mask32 &= ~OPT_r; in udhcpc6_main() 1232 } else if (opt & OPT_r) { in udhcpc6_main() 1235 option_mask32 &= ~OPT_r; in udhcpc6_main() 1737 if (option_mask32 & OPT_r) { in udhcpc6_main()
|
D | dhcpc.c | 92 OPT_r = 1 << 8, enumerator 1286 if (opt & OPT_r) in udhcpc_main()
|
/busybox-1.35.0/modutils/ |
D | modprobe-small.c | 87 OPT_r = (1 << 1), /* module removal instead of loading */ enumerator 388 || ((ENABLE_RMMOD || ENABLE_MODPROBE) && (option_mask32 & OPT_r)); in fileAction() 695 || ((ENABLE_RMMOD || ENABLE_MODPROBE) && (option_mask32 & OPT_r)); in process_module() 1004 option_mask32 |= OPT_r; in modprobe_main() 1005 } else if (!ENABLE_MODPROBE || !(option_mask32 & OPT_r)) { in modprobe_main()
|
D | depmod.c | 164 OPT_r = (1 << 6), /* Compat dummy. Linux Makefile uses it */ enumerator
|
/busybox-1.35.0/runit/ |
D | chpst.c | 185 OPT_r = (1 << 8) * ENABLE_SOFTLIMIT, enumerator 426 if (opt & OPT_r) { in chpst_main()
|
/busybox-1.35.0/mailutils/ |
D | reformime.c | 65 OPT_r = 1 << 6, enumerator
|
/busybox-1.35.0/findutils/ |
D | grep.c | 156 OPT_r = 1 << OPTBIT_r, enumerator 839 if (option_mask32 & (OPT_r|OPT_R)) { in grep_main()
|