Home
last modified time | relevance | path

Searched defs:OPT_VERBOSE (Results 1 – 14 of 14) sorted by relevance

/busybox-1.35.0/coreutils/
Dmv.c58 #define OPT_VERBOSE ((1 << 5) * ENABLE_FEATURE_VERBOSE) in mv_main() macro
Dchmod.c55 #define OPT_VERBOSE (IF_DESKTOP(option_mask32 & 2) IF_NOT_DESKTOP(0)) macro
Dchown.c66 #define OPT_VERBOSE (IF_DESKTOP(opt & 0x04) IF_NOT_DESKTOP(0)) macro
/busybox-1.35.0/selinux/
Dchcon.c55 #define OPT_VERBOSE (1<<8) /* 'v' */ macro
Dsestatus.c31 #define OPT_VERBOSE (1 << 0) macro
/busybox-1.35.0/archival/
Dar.c233 OPT_VERBOSE = (1 << 0), in ar_main() enumerator
Dcpio.c173 OPT_VERBOSE = (1 << 4), enumerator
Dtar.c844 OPT_VERBOSE = 1 << 7, // v enumerator
Dlzop.c486 OPT_VERBOSE = (1 << 3), enumerator
/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
Dping.c404 OPT_VERBOSE = 1 << 1, enumerator
Dhttpd.c2768 OPT_VERBOSE = 1 << p_opt_verbose, enumerator
/busybox-1.35.0/miscutils/
Dsetserial.c236 #define OPT_VERBOSE (1 << 3) macro