Home
last modified time | relevance | path

Searched refs:verbose (Results 1 – 25 of 932) sorted by relevance

12345678910>>...38

/freebsd/usr.sbin/adduser/
H A Drmuser.sh49 verbose() { function
68 verbose && echo -n "Removing files owned by ($login) in $_dir:"
71 verbose && echo " $filecount removed."
74 ! verbose && [ $totalcount -ne 0 ] && echo -n " files($totalcount)"
85 verbose && echo -n "Removing mail spool(s) for ($login):"
87 verbose && echo -n " ${MAILSPOOL}/$login" ||
92 verbose && echo -n " ${MAILSPOOL}/.${login}.pop" ||
96 verbose && echo '.'
106 verbose && echo -n "Terminating all processes owned by ($login):"
113 verbose && echo " ${SIGKILL} signal sent to $killcount processes."
[all …]
/freebsd/crypto/openssh/regress/
H A Dsftp-cmds.sh30 verbose "$tid: lls"
34 verbose "$tid: lls w/path"
38 verbose "$tid: ls"
43 verbose "$tid: shell"
48 verbose "$tid: pwd"
53 verbose "$tid: lpwd"
58 verbose "$tid: quit"
63 verbose "$tid: help"
69 verbose "$tid: get"
75 verbose "$tid: get quoted"
[all …]
H A Dscp.sh52 verbose "$tag: simple copy local file to local file"
57 verbose "$tag: simple copy local file to remote file"
62 verbose "$tag: simple copy remote file to local file"
67 verbose "$tag: copy local file to remote file in place"
73 verbose "$tag: copy remote file to local file in place"
79 verbose "$tag: copy local file to remote file clobber"
86 verbose "$tag: copy remote file to local file clobber"
92 verbose "$tag: simple copy local file to remote dir"
98 verbose "$tag: simple copy local file to local dir"
104 verbose "$tag: simple copy remote file to local dir"
[all …]
H A Dchannel-timeout.sh34 verbose "no timeout"
41 verbose "command timeout"
50 verbose "command long timeout"
59 verbose "command wildcard timeout"
68 verbose "command irrelevant timeout"
78 verbose "skipping multiplexing tests"
80 verbose "multiplexed command timeout"
91 verbose "irrelevant multiplexed command timeout"
102 verbose "global command timeout"
125 verbose "sftp no timeout"
[all …]
H A Dcert-userkey.sh45 verbose "$tid: sign user ${ktype} cert"
80 verbose "$tid: ${_prefix} missing authorized_principals"
89 verbose "$tid: ${_prefix} empty authorized_principals"
98 verbose "$tid: ${_prefix} wrong authorized_principals"
107 verbose "$tid: ${_prefix} correct authorized_principals"
116 verbose "$tid: ${_prefix} authorized_principals bad key opt"
125 verbose "$tid: ${_prefix} authorized_principals command=false"
136 verbose "$tid: ${_prefix} authorized_principals command=true"
157 verbose "$tid: ${_prefix} wrong principals key option"
169 verbose "$tid: ${_prefix} correct principals key option"
[all …]
H A Denvpass.sh17 verbose "test $tid: pass env, don't accept"
28 verbose "test $tid: setenv, don't accept"
40 verbose "test $tid: don't pass env, accept"
51 verbose "test $tid: pass single env, accept single env"
62 verbose "test $tid: pass multiple env, accept multiple env"
74 verbose "test $tid: setenv, accept"
85 verbose "test $tid: setenv, first match wins"
97 verbose "test $tid: server setenv wins"
111 verbose "test $tid: server setenv wins"
/freebsd/tools/regression/bpf/bpf_filter/
H A Dbpf_test.c54 static int verbose = LOG_LEVEL; variable
70 if (verbose > 1) in bpf_compile_and_filter()
72 if (verbose > 0) in bpf_compile_and_filter()
76 if (verbose > 2) { in bpf_compile_and_filter()
204 if (verbose > 1) in main()
206 if (verbose > 0) in main()
210 if (verbose > 1) in main()
212 if (verbose > 0) in main()
216 if (verbose > 1) in main()
218 if (verbose > 0) in main()
[all …]
/freebsd/tests/sys/fs/tarfs/
H A Dmktar.c53 static void verbose(const char *fmt, ...) in verbose() function
126 verbose("mkdir %s", SUBDIRNAME); in mktar()
131 verbose("creating %s", NORMALFILENAME); in mktar()
135 verbose("creating %s", SPARSEFILENAME); in mktar()
140 verbose("link %s %s", SPARSEFILENAME, HARDLINKNAME); in mktar()
145 verbose("symlink %s %s", SPARSEFILENAME, SHORTLINKNAME); in mktar()
151 verbose("symlink %s %s", linktarget, LONGLINKNAME); in mktar()
196 verbose("mkdir %s", dirname); in main()
202 verbose("cd %s", dirname); in main()
205 verbose("umask 022"); in main()
[all …]
/freebsd/contrib/sendmail/contrib/
H A Detrn.pl51 my $verbose = $opt_v;
119 if ($verbose);
159 print "server = $server\n" if (defined($verbose));
171 print if $verbose;
176 &read_response($2, $verbose);
179 if ($verbose);
184 if ($verbose);
198 print if $verbose;
204 print "ETRN supported\n" if ($verbose);
210 print if $verbose;
[all …]
/freebsd/crypto/openssl/apps/
H A Dsrp.c64 static void print_entry(CA_DB *db, int indx, int verbose, char *s) in print_entry() argument
66 if (indx >= 0 && verbose) { in print_entry()
76 static void print_index(CA_DB *db, int indexindex, int verbose) in print_index() argument
78 print_entry(db, indexindex, verbose, "g N entry"); in print_index()
81 static void print_user(CA_DB *db, int userindex, int verbose) in print_user() argument
83 if (verbose > 0) { in print_user()
87 print_entry(db, userindex, verbose, "User entry"); in print_user()
88 print_entry(db, get_index(db, pp[DB_srpgN], 'I'), verbose, in print_user()
124 const char *passin, int verbose) in srp_verify_user() argument
138 if (verbose) in srp_verify_user()
[all …]
/freebsd/contrib/ntp/scripts/monitoring/
H A Dntploopwatch102 $verbose = 1;
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;
403 $verbose = 0;
407 $verbose = $v;
417 if ($verbose > 3)
435 print " verbose\t= $verbose\n";
[all …]
/freebsd/libexec/rc/rc.d/
H A Dntpd171 local rc verbose
179 verbose=echo
181 verbose=:
188 $verbose ntp_src_leapfile version is $ntp_ver_no_src expires $ntp_expiry_src
189 $verbose ntp_db_leapfile version is $ntp_ver_no_db expires $ntp_expiry_db
194 $verbose replacing $ntp_db_leapfile with $ntp_src_leapfile
198 $verbose not replacing $ntp_db_leapfile with $ntp_src_leapfile
204 $verbose Within ntp leapfile expiry limit, initiating fetch
219 verbose=echo
221 verbose=:
[all …]
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_pty.c50 static int verbose; variable
64 if (verbose) in run()
69 if (verbose) in run()
76 if (verbose) in run()
82 if (verbose) in run()
90 if (verbose) in run()
94 if (verbose) in run()
101 if (verbose) in run()
104 if (verbose) in run()
199 if (verbose) in child_spawn()
[all …]
/freebsd/contrib/capsicum-test/
H A Dprocdesc.cc123 if (verbose) fprintf(stderr, "Child waiting for exit message\n"); in TEST()
151 if (verbose) { in TEST()
179 if (verbose) fprintf(stderr, "Calling pdfork around %ld\n", (long)(long)now); in TEST()
196 if (verbose) print_stat(stderr, &stat); in TEST()
239 if (verbose) fprintf(stderr, " subthread started: pipe=%p\n", arg); in SubThreadMain()
242 if (verbose) fprintf(stderr, " subthread: \"I aten't dead\"\n"); in SubThreadMain()
262 if (verbose) { in ThreadMain()
270 if (verbose) fprintf(stderr, " pdforked process %d: subthread started\n", getpid()); in ThreadMain()
273 if (verbose) fprintf(stderr, " pdforked process %d: \"I aten't dead\"\n", getpid()); in ThreadMain()
278 if (verbose) fprintf(stderr, " thread generated pd %d\n", pd); in ThreadMain()
[all …]
/freebsd/contrib/netbsd-tests/fs/fifofs/
H A Dt_fifo.c27 static int verbose = 0; variable
66 if (verbose) { in child_writer()
80 if (verbose) { in sigchild_handler()
133 if (verbose) { in run()
152 if (verbose) { in run()
163 if (verbose) { in run()
175 if (verbose) { in run()
183 if (verbose) { in run()
191 if (verbose) { in run()
203 if (verbose) { in run()
[all …]
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-nice-strict_test.cc146 const std::string saved_flag = GMOCK_FLAG_GET(verbose); in TEST()
147 GMOCK_FLAG_SET(verbose, "warning"); in TEST()
157 GMOCK_FLAG_SET(verbose, saved_flag); in TEST()
163 const std::string saved_flag = GMOCK_FLAG_GET(verbose); in TEST()
164 GMOCK_FLAG_SET(verbose, "warning"); in TEST()
175 GMOCK_FLAG_SET(verbose, saved_flag); in TEST()
183 const std::string saved_flag = GMOCK_FLAG_GET(verbose); in TEST()
184 GMOCK_FLAG_SET(verbose, "info"); in TEST()
190 GMOCK_FLAG_SET(verbose, saved_flag); in TEST()
228 const std::string saved_flag = GMOCK_FLAG_GET(verbose); in TEST()
[all …]
H A Dgmock_test.cc50 const ::std::string old_verbose = GMOCK_FLAG_GET(verbose); in TestInitGoogleMock()
60 EXPECT_EQ(expected_gmock_verbose, GMOCK_FLAG_GET(verbose)); in TestInitGoogleMock()
61 GMOCK_FLAG_SET(verbose, old_verbose); // Restores the gmock_verbose flag. in TestInitGoogleMock()
69 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG_GET(verbose)); in TEST()
77 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG_GET(verbose)); in TEST()
106 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG_GET(verbose)); in TEST()
123 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG_GET(verbose)); in TEST()
131 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG_GET(verbose)); in TEST()
160 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG_GET(verbose)); in TEST()
177 GMOCK_FLAG_GET(catch_leaked_mocks) && GMOCK_FLAG_GET(verbose).empty(); in TEST()
/freebsd/contrib/ntp/scripts/ntp-wait/
H A Dntp-wait.in21 my $verbose = $opts->{verbose}; # Be verbose?
26 print "Waiting for ntpd to synchronize... " if $verbose;
32 print "\bntpd is not running!\n" if $verbose;
45 print "\b".(substr "*+:.", $i % 4, 1) if $verbose;
52 print "\bOK!\n" if $verbose;
60 print "\bNo!\nntpd did not synchronize.\n" if $verbose;
/freebsd/usr.sbin/rpc.umntall/
H A Drpc.umntall.c46 int verbose; variable
63 success = keep = verbose = 0; in main()
79 verbose = 1; in main()
96 if (verbose) in main()
109 if (verbose) in main()
118 if (verbose) in main()
124 if (verbose) in main()
129 verbose); in main()
140 if (verbose && success) in main()
148 if (verbose && success) in main()
[all …]
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb_il.c166 int verbose = MAX(dump_opt['d'], dump_opt['i']); in zil_prt_rec_write() local
173 if (txtype == TX_WRITE2 || verbose < 4) in zil_prt_rec_write()
183 if (verbose < 5) in zil_prt_rec_write()
209 if (verbose < 5) in zil_prt_rec_write()
219 0, MIN(lr->lr_length, (verbose < 6 ? 20 : SPA_MAXBLOCKSIZE)), in zil_prt_rec_write()
233 int verbose = MAX(dump_opt['d'], dump_opt['i']); in zil_prt_rec_write_enc() local
237 if (verbose < 4) in zil_prt_rec_write_enc()
344 int verbose = MAX(dump_opt['d'], dump_opt['i']); in zil_prt_rec_clone_range() local
350 if (verbose < 4) in zil_prt_rec_clone_range()
365 int verbose = MAX(dump_opt['d'], dump_opt['i']); in zil_prt_rec_clone_range_enc() local
[all …]
/freebsd/usr.sbin/mfiutil/
H A Dmfi_evt.c364 mfi_decode_evt(int fd, struct mfi_evt_detail *detail, int verbose) in mfi_decode_evt() argument
374 if (verbose) { in mfi_decode_evt()
391 if (verbose) { in mfi_decode_evt()
399 if (verbose) { in mfi_decode_evt()
407 if (verbose) { in mfi_decode_evt()
416 if (verbose) { in mfi_decode_evt()
426 if (verbose) { in mfi_decode_evt()
435 if (verbose) { in mfi_decode_evt()
444 if (verbose) { in mfi_decode_evt()
451 if (verbose) { in mfi_decode_evt()
[all …]
/freebsd/usr.sbin/fdwrite/
H A Dfdwrite.c67 int bpt, verbose=1, nbytes=0, track; in main()
90 verbose = !verbose; in main()
144 if(verbose) { in main()
161 if(verbose) printf("\r%3d ",fdt.tracks * fdt.heads-track); in main()
162 if(verbose) putc((j ? 'I':'Z'),stdout); in main()
166 if(verbose) putc('F',stdout); in main()
170 if(verbose) putc('W',stdout); in main()
174 if(verbose) putc('R',stdout); in main()
177 if(verbose) put in main()
68 int bpt, verbose=1, nbytes=0, track; main() local
[all...]
/freebsd/usr.bin/localedef/
H A Dlocaledef.c59 int verbose = 0; variable
109 if (verbose) { in open_category()
142 if (verbose) { in close_category()
174 if (verbose > 1) { in copy_category()
189 if (verbose > 1) { in copy_category()
295 verbose++; in main()
328 if (verbose) { in main()
338 if (verbose) in main()
345 if (verbose) in main()
351 if (verbose) { in main()
[all …]
/freebsd/usr.sbin/trim/
H A Dtrim.c51 static int trim(const char *path, off_t offset, off_t length, bool dryrun, bool verbose);
60 bool dryrun, verbose; in main() local
66 dryrun = verbose = true; in main()
72 verbose = true; in main()
91 verbose = false; in main()
100 verbose = true; in main()
131 if (trim(fname, offset, length, dryrun, verbose) < 0) in main()
204 trim(const char *path, off_t offset, off_t length, bool dryrun, bool verbose) in trim() argument
212 if (verbose) in trim()
227 if (errno == EOPNOTSUPP && verbose && !candelete(fd)) in trim()
/freebsd/contrib/unbound/validator/
H A Dval_nsec3.c496 verbose(VERB_ALGO, "nsec3: keysize %d bits, max iterations %d", in nsec3_iteration_count_high()
1021 verbose(VERB_ALGO, "nsec3 proveClosestEncloser: could " in nsec3_prove_closest_encloser()
1027 verbose(VERB_ALGO, "nsec3 proveClosestEncloser: could " in nsec3_prove_closest_encloser()
1034 verbose(VERB_ALGO, "nsec3 proveClosestEncloser: could " in nsec3_prove_closest_encloser()
1042 verbose(VERB_ALGO, "nsec3 proveClosestEncloser: " in nsec3_prove_closest_encloser()
1057 verbose(VERB_ALGO, "nsec3 proveClosestEncloser: " in nsec3_prove_closest_encloser()
1061 verbose(VERB_ALGO, "nsec3 proveClosestEncloser: closest " in nsec3_prove_closest_encloser()
1066 verbose(VERB_ALGO, "nsec3 proveClosestEncloser: closest " in nsec3_prove_closest_encloser()
1076 verbose(VERB_ALGO, "nsec3: Could not find proof that the " in nsec3_prove_closest_encloser()
1082 verbose(VERB_ALGO, "nsec3: Could not find proof that the " in nsec3_prove_closest_encloser()
[all …]

12345678910>>...38