Searched refs:Verbose (Results 1 - 25 of 71) sorted by relevance

123

/freebsd-11-stable/tools/regression/tmpfs/
H A Dh_funcs.subr43 Verbose=2
59 [ ${Verbose} -eq 2 ] && err "Test ended unexpectedly"
60 [ ${Verbose} -eq 1 ] && echo " failed."
100 [ ${Verbose} -gt 1 ] && echo " $*..."
163 Verbose="$2"; shift
175 [ ${Verbose} -eq 1 ] && echo -n "${Prog_Name}:"
176 [ ${Verbose} -eq 2 ] && echo "${Prog_Name}: Running tests"
178 [ ${Verbose} -eq 1 ] && echo " ok."
179 [ ${Verbose} -eq 2 ] && echo "${Prog_Name}: All tests were successful"
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h36 bool Verbose; member in class:llvm::symbolize::DIPrinter
46 bool Verbose = false, bool Basenames = false,
50 Verbose(Verbose), Basenames(Basenames), Style(Style) {}
/freebsd-11-stable/usr.sbin/ctm/ctm/
H A Dctm_pass1.c32 if(Verbose>3)
39 if(Verbose>3)
47 if(Verbose>3)
61 if(Verbose > 0)
96 if(Verbose > 5)
104 if(Verbose > 5)
219 if(Verbose > 5)
230 if(Verbose > 2)
233 if(Verbose > 2)
247 if ((Verbose >
[all...]
H A Dctm.c60 Verbose = 1;
84 case 'q': Verbose--; break; /* Quiet */
88 case 'v': Verbose++; break; /* Verbose */
89 case 'V': sscanf(optarg,"%d", &c); /* Verbose */
90 Verbose += c;
168 if (Verbose > 0)
186 if(Verbose > 0)
223 if(Verbose > 1)
249 if (Verbose >
[all...]
H A Dctm_input.c19 if(Verbose > 2)
54 if(Verbose > 4)
59 if(Verbose > 4)
94 if(Verbose > 3)
H A Dctm_pass3.c45 if(Verbose>3)
138 case CTM_F_Name: GETNAMECOPY(name,sep,j, Verbose); break;
176 if (Verbose > 0)
254 if (Verbose > 1)
270 if (Verbose > 1) {
H A Dctm_passb.c35 if(Verbose>3)
79 case CTM_F_Name: GETNAMECOPY(name,sep,j, Verbose); break;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/WindowsResource/
H A DResourceProcessor.h35 void setVerbose(bool Verbose) { IsVerbose = Verbose; } argument
/freebsd-11-stable/contrib/ntp/sntp/unity/
H A Dunity_fixture_internals.h13 int Verbose; member in struct:_UNITY_FIXTURE_T
H A Dunity_fixture.c85 if (!UnityFixture.Verbose)
118 if (!UnityFixture.Verbose)
318 UnityFixture.Verbose = 0;
330 UnityFixture.Verbose = 1;
373 if (UnityFixture.Verbose)
381 if (UnityFixture.Verbose)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DImportedFunctionsInliningStatistics.h40 /// If `Verbose` is set to true, then it also dumps statistics
73 /// If @param Verbose is true then separate statistics for every inlined
75 void dump(bool Verbose);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp377 if (!DumpOpts.Verbose || SectionIndex == -1ULL)
410 if (!A || DumpOpts.Verbose)
489 if (DumpOpts.Verbose)
494 if (DumpOpts.Verbose)
504 if (DumpOpts.Verbose)
509 if (DumpOpts.Verbose)
518 if (DumpOpts.Verbose)
523 if (DumpOpts.Verbose)
528 if (DumpOpts.Verbose)
533 if (DumpOpts.Verbose)
[all...]
H A DDWARFDebugRnglists.cpp189 if (DumpOpts.Verbose) {
197 if (DumpOpts.Verbose) {
211 OS << (DumpOpts.Verbose ? "" : "<End of list>");
218 if (!DumpOpts.Verbose)
226 if (!DumpOpts.Verbose)
H A DDWARFListTable.cpp90 if (DumpOpts.Verbose)
104 if (DumpOpts.Verbose)
/freebsd-11-stable/contrib/ntp/util/
H A Dtg2.c119 * - Reworked Verbose mode, different flag to initiate (x not v)
527 int Verbose = TRUE; variable
757 if (Verbose)
767 if (Verbose)
850 Verbose = FALSE;
859 case 'z': /* Turn on Debug output (also turns on Verbose below) */
871 Verbose = TRUE;
1102 if (Verbose)
1129 if (Verbose)
1365 if (Verbose)
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A Dciphers.c87 int verbose = 0, Verbose = 0; local
124 verbose = Verbose = 1;
191 if (Verbose) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DImportedFunctionsInliningStatistics.cpp85 void ImportedFunctionsInliningStatistics::dump(const bool Verbose) { argument
103 if (Verbose)
121 if (Verbose)
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h189 unsigned Verbose : 1;
221 UseStandardCXXIncludes(true), UseLibcxx(false), Verbose(false),
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.h82 bool Verbose);
H A DFuzzerIO.cpp138 void VPrintf(bool Verbose, const char *Fmt, ...) { argument
139 if (!Verbose) return;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitHeaderSearch.cpp45 bool Verbose; member in class:__anon512::InitHeaderSearch
52 : Headers(HS), Verbose(verbose), IncludeSysroot(sysroot),
178 if (Verbose)
470 unsigned First, bool Verbose) {
534 if (Verbose) {
564 RemoveDuplicates(SearchList, 0, Verbose);
571 RemoveDuplicates(SearchList, NumQuoted, Verbose);
590 unsigned NonSystemRemoved = RemoveDuplicates(SearchList, NumQuoted, Verbose);
599 if (Verbose) {
624 InitHeaderSearch Init(HS, HSOpts.Verbose, HSOpt
469 RemoveDuplicates(std::vector<DirectoryLookup> &SearchList, unsigned First, bool Verbose) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp92 Verbose("v", cl::desc("Print information about actions taken"));
121 if (Verbose)
260 if (Verbose)
320 if (Verbose)
396 if (Verbose)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileCheck.h36 bool Verbose = false; member in struct:llvm::FileCheckRequest
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp218 static opt<bool> Verbose("verbose",
221 static alias VerboseAlias("v", desc("Alias for -verbose."), aliasopt(Verbose),
246 DumpOpts.Verbose = Verbose;
580 if (Diff && Verbose) {
611 if (Verbose)
/freebsd-11-stable/contrib/ntp/sntp/unity/auto/
H A Dunity_test_summary.rb15 include FileUtils::Verbose

Completed in 142 milliseconds

123