Home
last modified time | relevance | path

Searched refs:OPT_VERBOSE (Results 1 – 15 of 15) sorted by relevance

/busybox-1.35.0/coreutils/
Dchmod.c55 #define OPT_VERBOSE (IF_DESKTOP(option_mask32 & 2) IF_NOT_DESKTOP(0)) macro
90 if (OPT_VERBOSE in fileAction()
Dmv.c58 #define OPT_VERBOSE ((1 << 5) * ENABLE_FEATURE_VERBOSE) in mv_main() macro
182 if (flags & OPT_VERBOSE) { in mv_main()
Dchown.c66 #define OPT_VERBOSE (IF_DESKTOP(opt & 0x04) IF_NOT_DESKTOP(0)) macro
113 if (OPT_VERBOSE in fileAction()
/busybox-1.35.0/selinux/
Dchcon.c55 #define OPT_VERBOSE (1<<8) /* 'v' */ macro
120 if ((option_mask32 & OPT_VERBOSE) || ((option_mask32 & OPT_CHANHES) && !fail)) { in change_filedir_context()
133 if (option_mask32 & OPT_VERBOSE) { in change_filedir_context()
Dsestatus.c31 #define OPT_VERBOSE (1 << 0) macro
213 if (opts & OPT_VERBOSE) in sestatus_main()
/busybox-1.35.0/archival/
Dar.c233 OPT_VERBOSE = (1 << 0), in ar_main() enumerator
275 if (opt & OPT_VERBOSE) { in ar_main()
Dcpio.c173 OPT_VERBOSE = (1 << 4), enumerator
547 if (opt & OPT_VERBOSE) { in cpio_main()
Dtar.c844 OPT_VERBOSE = 1 << 7, // v enumerator
1039 showopt(OPT_VERBOSE ); in tar_main()
Dlzop.c486 OPT_VERBOSE = (1 << 3), enumerator
/busybox-1.35.0/miscutils/
Dsetserial.c236 #define OPT_VERBOSE (1 << 3) macro
754 if (opts & (OPT_VERBOSE | OPT_LIST_OF_DEVS)) { in setserial_main()
/busybox-1.35.0/findutils/
Dxargs.c580 OPT_VERBOSE = 1 << OPTBIT_VERBOSE ,
745 if (opt & (OPT_INTERACTIVE | OPT_VERBOSE)) { in xargs_main()
/busybox-1.35.0/debianutils/
Dstart_stop_daemon.c144 OPT_VERBOSE = (1 << 14) * ENABLE_FEATURE_START_STOP_DAEMON_FANCY, // -v enumerator
/busybox-1.35.0/networking/
Dtraceroute.c353 OPT_VERBOSE = (1 << 6) * ENABLE_FEATURE_TRACEROUTE_VERBOSE, /* v */ enumerator
367 # define verbose (option_mask32 & OPT_VERBOSE)
Dping.c404 OPT_VERBOSE = 1 << 1, enumerator
832 if (!(option_mask32 & OPT_VERBOSE)) { in ping6()
Dhttpd.c2768 OPT_VERBOSE = 1 << p_opt_verbose, enumerator