Home
last modified time | relevance | path

Searched refs:QUIET (Results 1 – 24 of 24) sorted by relevance

/freebsd/cddl/usr.sbin/dwatch/
H A Ddwatch94 QUIET= # -q
131 info() { [ "$QUIET" ] || ansi 35 "INFO" 39 "$@" >&2; }
485 [ "$QUIET" ] || x=$(( $x + 8 )) # Accommodate leading tab character
566 [ "$QUIET" ] && ARGV="$ARGV -q"
765 q) QUIET=1 ;;
792 list_probes -f "$FILTER" ${QUIET:+-q} -t "$PROBE_TYPE" -- "$@"
799 list_profiles ${ONELINE:+-1} -f "$FILTER" ${QUIET:+-q}
1006 ! "$QUIET" ]
1094 if [ ! "$QUIET" ]; then
1131 -v quiet=$QUIET \
/freebsd/contrib/libcbor/CMakeModules/
H A DFindCMocka.cmake24 find_package(PkgConfig QUIET)
26 pkg_check_modules(PC_CMOCKA QUIET cmocka)
H A DLibFindMacros.cmake22 # Works the same as find_package, but forwards the "REQUIRED" and "QUIET" arguments
29 set (LIBFIND_PACKAGE_ARGS ${LIBFIND_PACKAGE_ARGS} QUIET)
/freebsd/sys/contrib/openzfs/scripts/
H A Dzfs-tests.sh34 QUIET=""
366 QUIET="yes"
449 [ -n "$QUIET" ] && SINGLEQUIET="True" || SINGLEQUIET="False"
708 ${QUIET:+-q} \
735 ${QUIET:+-q} \
/freebsd/usr.sbin/sysrc/
H A Dsysrc56 QUIET=
285 q) QUIET=1 VERBOSE= ;;
292 v) VERBOSE=1 QUIET= ;;
875 [ "$IGNORE_UNKNOWNS" -o "$QUIET" ] ||
/freebsd/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in64 my $QUIET;
107 $QUIET = 1 if defined $opt{q};
253 return if ($QUIET && $p ne LOG_ERR);
H A Dupdate-leap.sh230 if [ -n "$QUIET" -a \( "$1" = "info" -o "$1" = "notice" -o "$1" = "debug" \) ]; then
/freebsd/tools/tools/netrate/http/
H A Dhttp.c60 #define QUIET 1 macro
208 if (http_fetch(&statep->sin, statep->path, QUIET) < 0) { in http_worker()
/freebsd/contrib/libpcap/cmake/Modules/
H A DFinddpdk.cmake40 pkg_check_modules(dpdk QUIET libdpdk)
109 find_package(Threads QUIET)
/freebsd/sys/contrib/libsodium/contrib/
H A DFindsodium.cmake52 find_package(PkgConfig QUIET)
54 pkg_check_modules(sodium_PKG QUIET libsodium)
/freebsd/contrib/wpa/src/
H A Dbuild.rules71 ifeq ($(QUIET), 1)
/freebsd/contrib/lutok/
H A DDoxyfile.in48 QUIET = YES
/freebsd/contrib/kyua/
H A DDoxyfile.in52 QUIET = YES
/freebsd/tools/kerneldoc/
H A DDoxyfile58 QUIET = NO
/freebsd/contrib/tcpdump/cmake/Modules/
H A DFindPCAP.cmake69 # See whether we were handed a QUIET argument, so we can pass it on
77 set(_quiet "QUIET")
192 if(NOT "${_quiet}" STREQUAL "QUIET")
/freebsd/crypto/heimdal/doc/
H A Ddoxytmpl.dxy73 QUIET = YES
/freebsd/tools/kerneldoc/subsys/
H A Dcommon-Doxyfile71 QUIET = NO
/freebsd/contrib/less/
H A Dless.hlp178 -q -Q .... --quiet --QUIET --silent --SILENT
/freebsd/contrib/bearssl/
H A DDoxyfile703 # The QUIET tag can be used to turn on/off the messages that are generated to
704 # standard output by doxygen. If QUIET is set to YES this implies that the
708 QUIET = NO
/freebsd/contrib/ldns/
H A Dlibdns.doxygen.in782 # The QUIET tag can be used to turn on/off the messages that are generated to
783 # standard output by doxygen. If QUIET is set to YES this implies that the
787 QUIET = YES
/freebsd/contrib/libcbor/
H A DDoxyfile806 # The QUIET tag can be used to turn on/off the messages that are generated to
807 # standard output by doxygen. If QUIET is set to YES this implies that the
811 QUIET = NO
/freebsd/contrib/unbound/doc/
H A Dunbound.doxygen824 # The QUIET tag can be used to turn on/off the messages that are generated to
825 # standard output by doxygen. If QUIET is set to YES this implies that the
829 QUIET = YES
H A DChangelog9352 - honor QUIET=no on make commandline (or QUIET=yes ).
/freebsd/contrib/libpcap/
H A DCMakeLists.txt1621 find_package(PkgConfig QUIET)