/busybox-1.35.0/runit/ |
D | chpst.c | 193 OPT_v = (1 << 16) * ENABLE_CHPST, enumerator 229 if (option_mask32 & OPT_v) in edir() 350 if (opt & OPT_v) in chpst_main() 359 if (opt & OPT_v) in chpst_main() 368 if (opt & OPT_v) in chpst_main() 380 if (opt & OPT_v) in chpst_main() 393 if (opt & OPT_v) in chpst_main() 403 if (opt & OPT_v) in chpst_main() 412 if (opt & OPT_v) in chpst_main() 421 if (opt & OPT_v) in chpst_main() [all …]
|
/busybox-1.35.0/util-linux/ |
D | fstrim.c | 52 OPT_v = (1 << 3), in fstrim_main() enumerator 93 if (opts & OPT_v) in fstrim_main()
|
D | readprofile.c | 90 OPT_v = (1 << 9), in readprofile_main() enumerator 99 #define optVerbose (opt & OPT_v) in readprofile_main()
|
D | mkfs_vfat.c | 254 OPT_v = 1 << 16, // verbose in mkfs_vfat_main() enumerator 449 if (opts & OPT_v) { in mkfs_vfat_main()
|
D | fsck_minix.c | 234 OPT_v = (1 << 3), enumerator 242 #define OPT_verbose (option_mask32 & OPT_v)
|
D | mkfs_ext2.c | 214 OPT_v = 1 << 22, enumerator
|
D | mount.c | 295 OPT_v = (1 << 7), enumerator
|
/busybox-1.35.0/coreutils/ |
D | install.c | 127 OPT_v = 1 << 1, in install_main() enumerator 171 if ((opts & OPT_v) && FILEUTILS_VERBOSE) { in install_main()
|
D | shred.c | 55 OPT_v = (1 << 4), in shred_main() enumerator
|
D | ls.c | 268 OPT_v = (1 << OPTBIT_v) * ENABLE_FEATURE_LS_SORTFILES, enumerator 875 if (opt & OPT_v) { /* sort by version */ in sortcmp()
|
D | od_bloaty.c | 56 OPT_v = 1 << 13, enumerator 910 if (!(option_mask32 & OPT_v) in write_block()
|
/busybox-1.35.0/console-tools/ |
D | openvt.c | 140 OPT_v = (1 << 5), in openvt_main() enumerator
|
/busybox-1.35.0/miscutils/ |
D | flashcp.c | 33 #define OPT_v (1 << 0) macro
|
D | time.c | 438 OPT_v = (1 << 0), in time_main() enumerator 450 if (opt & OPT_v) in time_main()
|
/busybox-1.35.0/findutils/ |
D | grep.c | 145 OPT_v = 1 << OPTBIT_v, enumerator 271 if ((option_mask32 & (OPT_v|OPT_o)) != (OPT_v|OPT_o)) { in print_line() 759 invert_search = ((option_mask32 & OPT_v) != 0); /* 0 | 1 */ in grep_main()
|
/busybox-1.35.0/selinux/ |
D | setfiles.c | 151 OPT_v = (1 << 10), enumerator 168 #define FLAG_v (option_mask32 & OPT_v)
|
/busybox-1.35.0/mailutils/ |
D | sendmail.c | 247 OPT_v = 1 << 8, // verbosity in sendmail_main() enumerator
|
/busybox-1.35.0/networking/ |
D | tcpudp.c | 211 OPT_v = (1 << 11), enumerator
|
D | ftpd.c | 1167 OPT_v = (1 << (BIT_A + 1)), enumerator 1234 if (!(opts & OPT_v)) in ftpd_main()
|
D | nc_bloaty.c | 176 OPT_v = (1 << 5), enumerator
|
/busybox-1.35.0/networking/udhcp/ |
D | dhcpd.c | 888 #define OPT_v (1 << 3) in udhcpd_main() macro
|
/busybox-1.35.0/editors/ |
D | awk.c | 89 OPT_v = 1 << OPTBIT_v, enumerator
|