Searched refs:verbose (Results 26 - 50 of 722) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock_test.cc44 using testing::GMOCK_FLAG(verbose);
52 const ::std::string old_verbose = GMOCK_FLAG(verbose);
62 EXPECT_EQ(expected_gmock_verbose, GMOCK_FLAG(verbose).c_str());
63 GMOCK_FLAG(verbose) = old_verbose; // Restores the gmock_verbose flag.
75 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose));
89 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose));
140 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose));
169 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose));
183 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose));
234 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose));
[all...]
H A Dgmock-nice-strict_test.cc54 using testing::GMOCK_FLAG(verbose);
139 const std::string saved_flag = GMOCK_FLAG(verbose);
140 GMOCK_FLAG(verbose) = "warning";
150 GMOCK_FLAG(verbose) = saved_flag;
156 const std::string saved_flag = GMOCK_FLAG(verbose);
157 GMOCK_FLAG(verbose) = "warning";
169 GMOCK_FLAG(verbose) = saved_flag;
177 const std::string saved_flag = GMOCK_FLAG(verbose);
178 GMOCK_FLAG(verbose) = "info";
184 GMOCK_FLAG(verbose)
[all...]
/freebsd-13-stable/contrib/netbsd-tests/kernel/
H A Dt_pty.c50 static int verbose; variable
64 if (verbose)
69 if (verbose)
76 if (verbose)
82 if (verbose)
90 if (verbose)
94 if (verbose)
101 if (verbose)
104 if (verbose)
199 if (verbose)
[all...]
/freebsd-13-stable/contrib/smbfs/smbutil/
H A Dcommon.h6 extern int verbose;
/freebsd-13-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_extern.h68 extern int verbose;
/freebsd-13-stable/usr.sbin/trim/
H A Dtrim.c53 static int trim(const char *path, off_t offset, off_t length, bool dryrun, bool verbose);
62 bool dryrun, verbose; local
68 dryrun = verbose = true;
74 verbose = true;
93 verbose = false;
102 verbose = true;
133 if (trim(fname, offset, length, dryrun, verbose) < 0)
206 trim(const char *path, off_t offset, off_t length, bool dryrun, bool verbose) argument
214 if (verbose)
229 if (errno == EOPNOTSUPP && verbose
[all...]
/freebsd-13-stable/sbin/camcontrol/
H A Dutil.c61 int verbose; variable
80 if (verbose && name && *name)
103 if (verbose && name)
114 if (verbose && name && *name)
155 if (verbose)
/freebsd-13-stable/usr.sbin/ctladm/
H A Dutil.c61 static int verbose; variable
80 if (verbose && name && *name)
103 if (verbose && name)
114 if (verbose && name && *name)
156 if (verbose)
/freebsd-13-stable/crypto/openssl/apps/
H A Dsrp.c60 static void print_entry(CA_DB *db, int indx, int verbose, char *s) argument
62 if (indx >= 0 && verbose) {
72 static void print_index(CA_DB *db, int indexindex, int verbose) argument
74 print_entry(db, indexindex, verbose, "g N entry");
77 static void print_user(CA_DB *db, int userindex, int verbose) argument
79 if (verbose > 0) {
83 print_entry(db, userindex, verbose, "User entry");
84 print_entry(db, get_index(db, pp[DB_srpgN], 'I'), verbose,
120 const char *passin, int verbose)
134 if (verbose)
118 srp_verify_user(const char *user, const char *srp_verifier, char *srp_usersalt, const char *g, const char *N, const char *passin, int verbose) argument
155 srp_create_user(char *user, char **srp_verifier, char **srp_usersalt, char *g, char *N, char *passout, int verbose) argument
222 int gNindex = -1, maxgN = -1, ret = 1, errors = 0, verbose = 0, i; local
[all...]
/freebsd-13-stable/crypto/openssh/regress/
H A Dsftp-badcmds.sh13 verbose "$tid: get nonexistent"
19 verbose "$tid: glob get to nonexistent directory"
27 verbose "$tid: put nonexistent"
33 verbose "$tid: glob put to nonexistent directory"
41 verbose "$tid: rename nonexistent"
49 verbose "$tid: rename target exists (directory)"
59 verbose "$tid: glob put files to local file"
H A Dscp-uri.sh27 verbose "$tid: simple copy local file to remote file"
32 verbose "$tid: simple copy remote file to local file"
37 verbose "$tid: simple copy local file to remote dir"
43 verbose "$tid: simple copy remote file to local dir"
49 verbose "$tid: recursive local dir to remote dir"
58 verbose "$tid: recursive remote dir to local dir"
H A Dscp.sh30 verbose "$tid: simple copy local file to local file"
35 verbose "$tid: simple copy local file to remote file"
40 verbose "$tid: simple copy remote file to local file"
45 verbose "$tid: simple copy local file to remote dir"
51 verbose "$tid: simple copy local file to local dir"
57 verbose "$tid: simple copy remote file to local dir"
63 verbose "$tid: recursive local dir to remote dir"
70 verbose "$tid: recursive local dir to local dir"
77 verbose "$tid: recursive remote dir to local dir"
84 verbose "
[all...]
H A Dexit-status.sh8 verbose "test $tid: status $s"
H A Dreexec.sh31 verbose "test config passing"
46 verbose "test reexec fallback"
H A Dprincipals-command.sh79 verbose "$tid: ${_prefix} empty authorized_principals"
88 verbose "$tid: ${_prefix} wrong authorized_principals"
97 verbose "$tid: ${_prefix} correct authorized_principals"
106 verbose "$tid: ${_prefix} authorized_principals bad key opt"
115 verbose "$tid: ${_prefix} authorized_principals command=false"
125 verbose "$tid: ${_prefix} authorized_principals command=true"
142 verbose "$tid: ${_prefix} wrong principals key option"
154 verbose "$tid: ${_prefix} correct principals key option"
H A Dsftp-uri.sh24 verbose "$tid: non-interactive fetch to local file"
29 verbose "$tid: non-interactive fetch to local dir"
35 verbose "$tid: put to remote directory (trailing slash)"
49 verbose "$tid: put to remote directory (no slash)"
/freebsd-13-stable/sbin/kldload/
H A Dkldload.c135 int verbose; local
138 verbose = 0;
146 verbose = 0;
149 verbose = 1;
170 if (verbose)
193 if (verbose)
/freebsd-13-stable/usr.sbin/snapinfo/
H A Dsnapinfo.c51 static int verbose; variable
74 verbose++;
128 if (verbose)
139 if (!snapcount && verbose)
151 if (verbose)
154 if (verbose)
/freebsd-13-stable/tests/sys/net/
H A Dstp.py66 sp.sendp(stp, iface=send_if, verbose=False)
70 sp.sendp(stp, iface=send_if, verbose=False)
76 sp.sendp(stp, iface=send_if, verbose=False)
80 sp.sendp(stp, iface=send_if, verbose=False)
86 sp.sendp(stp, iface=send_if, verbose=False)
90 sp.sendp(stp, iface=send_if, verbose=False)
/freebsd-13-stable/contrib/capsicum-test/
H A Dprocdesc.cc123 if (verbose) fprintf(stderr, "Child waiting for exit message\n");
151 if (verbose) {
179 if (verbose) fprintf(stderr, "Calling pdfork around %ld\n", (long)(long)now);
196 if (verbose) print_stat(stderr, &stat);
239 if (verbose) fprintf(stderr, " subthread started: pipe=%p\n", arg);
242 if (verbose) fprintf(stderr, " subthread: \"I aten't dead\"\n");
262 if (verbose) {
270 if (verbose) fprintf(stderr, " pdforked process %d: subthread started\n", getpid());
273 if (verbose) fprintf(stderr, " pdforked process %d: \"I aten't dead\"\n", getpid());
278 if (verbose) fprint
[all...]
/freebsd-13-stable/contrib/apr-util/
H A Dbuildconf20 if [ "$1" = "--verbose" -o "$1" = "-v" ]; then
21 verbose="--verbose"
75 ${AUTOHEADER:-autoheader} $verbose
79 if ${AUTOCONF:-autoconf} $verbose; then
90 $apr_src_dir/build/gen-build.py $verbose make
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/pyzfs/
H A Dpyzfs_unittest.ksh.in50 @PYTHON@ -m unittest --verbose \
/freebsd-13-stable/contrib/ntp/scripts/monitoring/
H A Dntploopwatch44 -v +verbose[=<level>]
102 $verbose = 1;
117 (/^-v(\d*)$/ || /^\+verbose=?(\d*)$/) &&
118 ($verbose=($1 eq "") ? 1 : $1, next);
121 ($PrintIt = $1, $verbose==1 && ($verbose = 0), next);
248 print "starting plot command (" . join(" ",@plotcmd) . ")\n" if $verbose > 1;
279 print "reading configuration from \"$config\"\n" if $verbose;
293 print "processing \"$c=$v\"\n" if $verbose > 3;
399 ($c eq 'verbose')
[all...]
/freebsd-13-stable/contrib/ngatm/sscop/
H A Dcommon.h59 extern u_int verbose; /* talk to me */
80 #define VERBOSE(P) do { if (verbose & 0x0001) verb P; } while(0)
/freebsd-13-stable/sys/contrib/ngatm/netnatm/saal/
H A Dsscfupriv.h63 #define VERBOSE(S,M,F) if ((S)->debug & (M)) (S)->funcs->verbose F

Completed in 210 milliseconds

1234567891011>>