Home
last modified time | relevance | path

Searched refs:VERBOSE (Results 1 – 6 of 6) sorted by relevance

/busybox-1.35.0/testsuite/
Druntest48 if [ x"$VERBOSE" != x ]; then
93 if [ x"$VERBOSE" = x ]; then
94 export VERBOSE=
98 export VERBOSE=1
168 if [ $status -ne 0 ] && [ x"$VERBOSE" = x ]; then
Dtesting.sh90 [ -z "$VERBOSE" ] || echo ======================
91 [ -z "$VERBOSE" ] || echo "echo -ne '$4' >input"
92 [ -z "$VERBOSE" ] || echo "echo -ne '$5' | $2"
102 [ -z "$VERBOSE" ] || diff -u expected actual
/busybox-1.35.0/coreutils/
Drmdir.c40 #define VERBOSE ((1 << 1) * ENABLE_FEATURE_VERBOSE) macro
69 if (flags & VERBOSE) { in rmdir_main()
/busybox-1.35.0/examples/shutdown-1.0/script/
Dstop_tasks18 if test x"$VERBOSE" = x; then
Dstop_storage22 if test x"$VERBOSE" = x; then
/busybox-1.35.0/networking/
Difupdown.c220 #define VERBOSE (option_mask32 & OPT_verbose) macro
1465 if (VERBOSE) { in ifupdown_main()
1500 if (VERBOSE) { in ifupdown_main()