Searched refs:QUIET (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/apr-util/docs/
H A Ddoxygen.conf4 QUIET=YES
/freebsd-11-stable/contrib/apr/docs/
H A Ddoxygen.conf4 QUIET=YES
/freebsd-11-stable/cddl/usr.sbin/dwatch/
H A Ddwatch95 QUIET= # -q
132 info() { [ "$QUIET" ] || ansi 35 "INFO" 39 "$@" >&2; }
240 \"\$@\" 2>&1 ${QUIET:+2> /dev/null} >&$stdout
486 [ "$QUIET" ] || x=$(( $x + 8 )) # Accommodate leading tab character
567 [ "$QUIET" ] && ARGV="$ARGV -q"
766 q) QUIET=1 ;;
793 list_probes -f "$FILTER" ${QUIET:+-q} -t "$PROBE_TYPE" -- "$@"
800 list_profiles ${ONELINE:+-1} -f "$FILTER" ${QUIET:+-q}
1007 ! "$QUIET" ]
1095 if [ ! "$QUIET" ]; the
[all...]
/freebsd-11-stable/tools/tools/netrate/http/
H A Dhttp.c62 #define QUIET 1 macro
210 if (http_fetch(&statep->sin, statep->path, QUIET) < 0) {
/freebsd-11-stable/contrib/wpa/hs20/client/
H A DMakefile11 ifeq ($(QUIET), 1)
/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in63 my $QUIET;
106 $QUIET = 1 if defined $opt{q};
251 # Suppress all but LOG_ERR msgs if $QUIET set
252 return if ($QUIET && $p ne LOG_ERR);
H A Dupdate-leap.sh186 QUIET="Y"
230 if [ -n "$QUIET" -a \( "$1" = "info" -o "$1" = "notice" -o "$1" = "debug" \) ]; then
/freebsd-11-stable/contrib/subversion/doc/
H A Ddoxygen.conf501 # The QUIET tag can be used to turn on/off the messages that are generated
504 QUIET = NO
/freebsd-11-stable/usr.sbin/sysrc/
H A Dsysrc57 QUIET=
286 q) QUIET=1 VERBOSE= ;;
293 v) VERBOSE=1 QUIET= ;;
363 if [ $# -eq 0 -o ! "$QUIET" ]; then
500 ${QUIET:+-q}
876 [ "$IGNORE_UNKNOWNS" -o "$QUIET" ] ||

Completed in 186 milliseconds