Home | History | Annotate | Download | only in openssl

Lines Matching full:verbose

16 VERBOSE=1
18 # Dump message is $VERBOSE >= $1
23 if [ "$VERBOSE" -ge "$LOG_LEVEL" ]; then
34 # Dump a message if --verbose is used only.
40 # Run a command silently, unless --verbose or '--verbose --verbose'
46 case $VERBOSE in
172 --verbose)
173 VERBOSE=$(( $VERBOSE + 1 ))
179 VERBOSE=$(( $VERBOSE - 1 ))
237 --verbose Increase verbosity.
614 if [ "$VERBOSE" -gt 2 ]; then