Searched refs:quiet_mode (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddebug.c50 quiet_mode(void) function
61 if (output != NULL && !quiet_mode())
87 if (output == NULL || quiet_mode())
/freebsd-13-stable/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.c111 static int quiet_mode = 0; variable
144 quiet_mode = 1;
148 quiet_mode = 0;
157 if (!quiet_mode)
164 if (!quiet_mode)
178 return quiet_mode;
246 else if (!quiet_mode) {
/freebsd-13-stable/usr.sbin/rwhod/
H A Drwhod.c95 int quiet_mode; variable
212 quiet_mode = 1;
278 if (!quiet_mode) {
/freebsd-13-stable/sbin/devd/
H A Ddevd.cc152 static int quiet_mode = 0; variable
1257 else if (quiet_mode == 0 || priority <= LOG_WARNING)
1311 quiet_mode = 1;

Completed in 121 milliseconds