/freebsd/crypto/libecc/scripts/ |
H A D | crossbuild.sh | 99 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD… 104 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD… 107 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD… 108 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD… 113 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD… 118 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD… 121 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD… 122 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD… 129 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD… 134 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD… [all …]
|
/freebsd/usr.sbin/uathload/ |
H A D | uathload.c | 75 #define VERBOSE(_fmt, ...) do { \ macro 189 VERBOSE("Load firmware %s to %s\n", fwname, udevname); in main() 206 VERBOSE("send block %2u: %zd bytes remaining", b, len - mlen); in main() 208 VERBOSE("%s", "\n"); in main() 214 VERBOSE("%s", "\n : data..."); in main() 216 VERBOSE("%s", "\n"); in main() 222 VERBOSE("%s", "\n : wait for ack..."); in main() 225 VERBOSE("%s", "\n"); in main() 230 VERBOSE("flags=0x%x total=%d\n", in main()
|
/freebsd/usr.sbin/sysrc/ |
H A D | sysrc | 64 VERBOSE= 285 q) QUIET=1 VERBOSE= ;; 292 v) VERBOSE=1 QUIET= ;; 322 if [ "$VERBOSE" ]; then 340 if [ ! "$VERBOSE" -a ! "$SHOW_EQUALS" ]; then 352 if [ "$VERBOSE" ]; then 361 if [ ! "$VERBOSE" -a ! "$SHOW_EQUALS" ]; then 483 [ "$VERBOSE" = "0" ] && VERBOSE= 699 [ "$VERBOSE" ] && 746 if [ "$VERBOSE" -a ! "$CHECK_ONLY" ]; then [all …]
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | zfs.sh | 14 VERBOSE="no" 51 VERBOSE="yes" 117 if [ "$VERBOSE" = "yes" ]; then 133 if [ "$VERBOSE" = "yes" ]; then 147 if [ "$VERBOSE" = "yes" ]; then 157 if [ "$VERBOSE" = "yes" ]; then 172 if [ "$VERBOSE" = "yes" ]; then
|
H A D | zfs-helpers.sh | 33 VERBOSE="no" 41 if [ "$VERBOSE" = "yes" ]; then 83 VERBOSE="yes" 110 if [ "$VERBOSE" = "yes" ]; then
|
H A D | zimport.sh | 69 VERBOSE="no" 117 VERBOSE="yes" 344 if [[ "$VERBOSE" = "yes" ]]; then 346 echo "VERBOSE=$VERBOSE"
|
/freebsd/contrib/ntp/scripts/update-leap/ |
H A D | update-leap.sh | 239 if [ -n "$CRONJOB" -a \( "$1" != "info" \) -a \( "$1" != "debug" \) ] || [ -n "$VERBOSE" ]; then 336 if [ -n "$FORCE" ] || ! verifySHA $LEAPFILE "$VERBOSE" || [ $EXPIRES -lt `date -d "NOW + $PREFETCH"… 340 if [ -n "$VERBOSE" ]; then 345 if [ -n "$VERBOSE" ]; then 349 if ! verifySHA $TMPFILE "$VERBOSE" ; then 388 if [ -n "$VERBOSE" ]; then 394 if [ -n "$VERBOSE" -a -n "$R" ]; then 414 if [ -n "$VERBOSE" ]; then
|
/freebsd/usr.bin/tip/libacu/ |
H A D | courier.c | 68 if (boolean(value(VERBOSE))) in cour_dialer() 88 if (boolean(value(VERBOSE))) in cour_dialer() 164 if (boolean(value(VERBOSE))) in cour_swallow() 169 if (boolean(value(VERBOSE))) in cour_swallow() 219 boolean(value(VERBOSE))) { in cour_connect() 239 if (boolean(value(VERBOSE))) in cour_connect() 248 if (boolean(value(VERBOSE))) in cour_connect() 307 if (boolean(value(VERBOSE))) in cour_write()
|
H A D | t3000.c | 69 if (boolean(value(VERBOSE))) in t3000_dialer() 89 if (boolean(value(VERBOSE))) in t3000_dialer() 165 if (boolean(value(VERBOSE))) in t3000_swallow() 170 if (boolean(value(VERBOSE))) in t3000_swallow() 234 boolean(value(VERBOSE))) { in t3000_connect() 254 if (boolean(value(VERBOSE))) in t3000_connect() 263 if (boolean(value(VERBOSE))) in t3000_connect() 325 if (boolean(value(VERBOSE))) in t3000_write()
|
H A D | ventel.c | 81 if (boolean(value(VERBOSE))) in ven_dialer() 107 if (connected || dialtimeout || !boolean(value(VERBOSE))) in ven_dialer() 195 if (boolean(value(VERBOSE))) in gobble()
|
H A D | biz22.c | 58 if (boolean(value(VERBOSE))) in biz_dialer() 80 if (boolean(value(VERBOSE))) in biz_dialer()
|
/freebsd/usr.sbin/service/ |
H A D | service.sh | 60 v) VERBOSE=vopt ;; 74 [ -n "${VERBOSE}" ] && args="${args} -v" 146 [ -n "$VERBOSE" ] && echo "From ${dir}:" 155 if [ -n "$VERBOSE" ]; then 176 [ -n "$VERBOSE" ] && echo "$script is located in $dir"
|
/freebsd/tools/tools/nanobsd/ |
H A D | fill_pkg.sh | 46 [ "$l" -le "$VERBOSE" ] && echo $* 120 VERBOSE=0 125 v) VERBOSE=$(($VERBOSE + 1)) ;;
|
/freebsd/usr.sbin/fwget/ |
H A D | fwget.sh | 57 if [ "${VERBOSE}" = "n" ]; then 82 VERBOSE=n 93 VERBOSE=y
|
/freebsd/usr.sbin/certctl/ |
H A D | certctl.sh | 42 VERBOSE=false 53 if "${VERBOSE}" ; then 220 if ! "$VERBOSE" ; then 324 v) VERBOSE=true ;; 332 VERBOSE=true
|
/freebsd/cddl/usr.sbin/dwatch/ |
H A D | dwatch | 99 VERBOSE= # -v 248 if [ "$VERBOSE" ]; then 570 [ "$VERBOSE" ] && ARGV="$ARGV -v" 772 v) VERBOSE=1 ;; 888 [ "$DEBUG" -a "$EXIT_AFTER_COMPILE" -a "$VERBOSE" ] && DEVELOPER=1 DEBUG= 1005 if [ "$CUSTOM_TEST$EXECNAME$JID$OUTPUT$TIMEOUT$TRACE$VERBOSE" -a \ 1015 [ "$VERBOSE" ] && msg="$msg verbose: $VERBOSE"
|
/freebsd/contrib/elftoolchain/ar/ |
H A D | acplex.l | 66 VERBOSE|verbose { return (VERBOSE); }
|
/freebsd/usr.bin/ar/ |
H A D | acplex.l | 64 VERBOSE|verbose { return (VERBOSE); }
|
/freebsd/sbin/veriexec/ |
H A D | manifest_parser.y | 138 VERBOSE(3, ("version=%d label=%s\n", VeriexecVersion, 264 VERBOSE(1,("skipping %s\n", params->file)); in do_ioctl() 284 VERBOSE(1, ("loading %s for %s %s flags=%#x\n", in do_ioctl()
|
/freebsd/tools/test/iconv/posix/ |
H A D | posix.c | 150 #ifdef VERBOSE in conv_2big() 189 #ifdef VERBOSE in conv_einval() 228 #ifdef VERBOSE in conv_eilseq()
|
/freebsd/crypto/openssl/ |
H A D | NOTES-VALGRIND.md | 60 Additional variables (such as `VERBOSE` and `TESTS`) are described in the 69 with the `VERBOSE` or `VF` or `VFP` options to gather additional information. 71 $ make test VERBOSE=1 TESTS=test_test EXE_SHELL="`/bin/pwd`/util/wrap.pl \
|
/freebsd/usr.bin/tip/tip/ |
H A D | acu.c | 84 setboolean(value(VERBOSE), FALSE); in con() 163 if (boolean(value(VERBOSE))) in disconnect()
|
H A D | cmds.c | 177 if (c == '\n' && boolean(value(VERBOSE))) in transfer() 191 if (boolean(value(VERBOSE))) in transfer() 350 if (boolean(value(VERBOSE))) in transmit() 377 if (boolean(value(VERBOSE))) { in transmit() 504 if (boolean(value(VERBOSE))) in pipeout() 558 if (boolean(value(VERBOSE))) in consh()
|
/freebsd/tools/test/iconv/gnu/ |
H A D | gnu.c | 222 #ifdef VERBOSE in unicode_hook() 232 #ifdef VERBOSE in wchar_hook() 375 #ifdef VERBOSE in ctl_mb_to_uc_fb()
|
/freebsd/crypto/openssl/test/ |
H A D | README-external.md | 26 $ make test VERBOSE=1 TESTS=test_external_pyca 59 $ VERBOSE=1 make TESTS=test_external_krb5 test 88 $ make test VERBOSE=1 TESTS=test_external_gost_engine
|