Home
last modified time | relevance | path

Searched refs:OPT_v (Results 1 – 22 of 22) sorted by relevance

/busybox-1.35.0/runit/
Dchpst.c193 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/
Dfstrim.c52 OPT_v = (1 << 3), in fstrim_main() enumerator
93 if (opts & OPT_v) in fstrim_main()
Dreadprofile.c90 OPT_v = (1 << 9), in readprofile_main() enumerator
99 #define optVerbose (opt & OPT_v) in readprofile_main()
Dmkfs_vfat.c254 OPT_v = 1 << 16, // verbose in mkfs_vfat_main() enumerator
449 if (opts & OPT_v) { in mkfs_vfat_main()
Dfsck_minix.c234 OPT_v = (1 << 3), enumerator
242 #define OPT_verbose (option_mask32 & OPT_v)
Dmkfs_ext2.c214 OPT_v = 1 << 22, enumerator
Dmount.c295 OPT_v = (1 << 7), enumerator
/busybox-1.35.0/coreutils/
Dinstall.c127 OPT_v = 1 << 1, in install_main() enumerator
171 if ((opts & OPT_v) && FILEUTILS_VERBOSE) { in install_main()
Dshred.c55 OPT_v = (1 << 4), in shred_main() enumerator
Dls.c268 OPT_v = (1 << OPTBIT_v) * ENABLE_FEATURE_LS_SORTFILES, enumerator
875 if (opt & OPT_v) { /* sort by version */ in sortcmp()
Dod_bloaty.c56 OPT_v = 1 << 13, enumerator
910 if (!(option_mask32 & OPT_v) in write_block()
/busybox-1.35.0/console-tools/
Dopenvt.c140 OPT_v = (1 << 5), in openvt_main() enumerator
/busybox-1.35.0/miscutils/
Dflashcp.c33 #define OPT_v (1 << 0) macro
Dtime.c438 OPT_v = (1 << 0), in time_main() enumerator
450 if (opt & OPT_v) in time_main()
/busybox-1.35.0/findutils/
Dgrep.c145 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/
Dsetfiles.c151 OPT_v = (1 << 10), enumerator
168 #define FLAG_v (option_mask32 & OPT_v)
/busybox-1.35.0/mailutils/
Dsendmail.c247 OPT_v = 1 << 8, // verbosity in sendmail_main() enumerator
/busybox-1.35.0/networking/
Dtcpudp.c211 OPT_v = (1 << 11), enumerator
Dftpd.c1167 OPT_v = (1 << (BIT_A + 1)), enumerator
1234 if (!(opts & OPT_v)) in ftpd_main()
Dnc_bloaty.c176 OPT_v = (1 << 5), enumerator
/busybox-1.35.0/networking/udhcp/
Ddhcpd.c888 #define OPT_v (1 << 3) in udhcpd_main() macro
/busybox-1.35.0/editors/
Dawk.c89 OPT_v = 1 << OPTBIT_v, enumerator