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

/freebsd-9.3-release/usr.sbin/pkg_install/info/
H A Dinfo.h65 extern Boolean QUIET;
H A Dmain.c33 Boolean QUIET = FALSE; variable
194 QUIET = TRUE;
H A Dperform.c191 else if (QUIET)
472 else if (QUIET)
/freebsd-9.3-release/usr.sbin/sysrc/
H A Dsysrc53 QUIET=
245 q) QUIET=1 SYSRC_VERBOSE=;;
249 v) SYSRC_VERBOSE=1 QUIET=;;
321 ${QUIET:+-q}
/freebsd-9.3-release/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in33 my $QUIET = "";
168 $QUIET="Y" if (defined($opt{q}));
185 if ($QUIET ne "" and ( $priority eq "info" or $priority eq "notice" or $priority eq "debug" ) ) {
H A Dupdate-leap.sh186 QUIET="Y"
230 if [ -n "$QUIET" -a \( "$1" = "info" -o "$1" = "notice" -o "$1" = "debug" \) ]; then
/freebsd-9.3-release/tools/tools/netrate/http/
H A Dhttp.c62 #define QUIET 1 macro
210 if (http_fetch(&statep->sin, statep->path, QUIET) < 0) {

Completed in 112 milliseconds