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

123

/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in424 -v Verbose - show debug messages (cannot be used with -q)
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h408 bool Verbose; member in class:clang::threadSafety::til::PrettyPrinter
418 : Verbose(V), Cleanup(C), CStyle(CS) {}
/freebsd-11-stable/contrib/sendmail/src/
H A Dusersmtp.c245 if ((UseMSP && Verbose && bitset(MCIF_VERB, mci->mci_flags))
2726 if (Verbose)
2758 if (Verbose)
3276 if (Verbose)
3419 if (tTd(18, 1) || Verbose)
H A Derr.c689 if (!Verbose && msg[0] == '0')
H A Dmci.c1363 int width = Verbose ? 78 : 25;
H A Denvelope.c740 if (Verbose)
H A Dreadcf.c2691 { "Verbose", 'v', OI_SAFE },
3084 int oldVerbose = Verbose;
3086 Verbose = 1;
3089 Verbose = oldVerbose;
3630 Verbose = atobool(val) ? 1 : 0;
H A Ddeliver.c86 int oldverbose = Verbose;
353 if (NoConnect && !Verbose &&
578 Verbose = 2;
786 Verbose = oldverbose;
H A Dsendmail.h2485 EXTERN int Verbose; /* set if blow-by-blow desired */ variable
H A Dsrvrsmtp.c3626 message("502 5.7.0 Verbose unavailable");
3631 Verbose = 1;
3633 message("250 2.0.0 Verbose mode");
H A Dmap.c6588 if (Verbose)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCheck.cpp1281 if (!Req.Verbose)
1470 Diags, Req.Verbose);
1479 Diags, Req.Verbose);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp366 if (Invocation->getHeaderSearchOpts().Verbose) {
/freebsd-11-stable/contrib/sendmail/vacation/
H A Dvacation.c51 int Verbose = 2; variable
/freebsd-11-stable/contrib/sendmail/libsmutil/
H A Dsafefile.c610 if (Verbose > 1)
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddllwrap.c475 fprintf (file, _(" --verbose, -v Verbose\n"));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h462 void print(raw_ostream &OS, unsigned Depth = 0, bool Verbose = false) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp393 if (LLDumpOpts.Verbose)
470 if (DumpOpts.Verbose) {
H A DDWARFDebugLine.cpp522 DumpOptions.Verbose = true;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp947 if (getHeaderSearchOpts().Verbose)
H A DCompilerInvocation.cpp2076 Opts.Verbose = Args.hasArg(OPT_v);

Completed in 352 milliseconds

123