Home
last modified time | relevance | path

Searched refs:Log (Results 1 – 25 of 81) sorted by relevance

1234

/freebsd-9-stable/contrib/llvm/tools/llvm-diff/
DDiffConsumer.cpp160 void DiffConsumer::logf(const LogBuilder &Log) { in logf() argument
166 StringRef format = Log.getFormat(); in logf()
179 case 'l': printValue(Log.getArgument(arg++), true); break; in logf()
180 case 'r': printValue(Log.getArgument(arg++), false); break; in logf()
190 void DiffConsumer::logd(const DiffLogBuilder &Log) { in logd() argument
193 for (unsigned I = 0, E = Log.getNumLines(); I != E; ++I) { in logd()
195 switch (Log.getLineKind(I)) { in logd()
198 Log.getLeft(I)->dump(); in logd()
203 Log.getLeft(I)->dump(); in logd()
208 Log.getRight(I)->dump(); in logd()
DDiffConsumer.h46 virtual void logf(const LogBuilder &Log) = 0;
49 virtual void logd(const DiffLogBuilder &Log) = 0;
85 void logf(const LogBuilder &Log);
86 void logd(const DiffLogBuilder &Log);
/freebsd-9-stable/contrib/ipfilter/rules/
Dexample.132 # Log all short TCP packets to qe3, with 10.3.3.3 as the intended
7 # Log all connection attempts for TCP
/freebsd-9-stable/contrib/ntp/html/scripts/
Dmisc.txt5 <li class='inline'><a href='msyslog.html'><tt>ntpd</tt> System Log Messages</a></li>\
/freebsd-9-stable/gnu/usr.bin/rcs/
DNEWS40 Inserted log lines now have the same prefix as the preceding `$Log' line.
49 Inserted log lines now have the same prefix as the preceding `$Log' line.
50 E.g. if a $Log line starts with `// $Log', log lines are prefixed with `// '.
54 make sure its comment leader matches its `$Log' line prefix.
60 $Log string `Revision' times now use the same format as other times.
62 Log lines are now inserted even if -kk is specified; this simplifies merging.
278 ci -k now handles the Log keyword, so that checking in a file
284 a space, not a tab, is now output after `$Log:'.
429 ci -k should be able to get keyword values from the first `$Log' entry.
/freebsd-9-stable/contrib/file/magic/Magdir/
Dsql121 # SQLite Write-Ahead Log from SQLite version >= 3.7.0
123 0 belong&0xfffffffe 0x377f0682 SQLite Write-Ahead Log,
Ddyadic34 # *.DSE Dyalog APL Session , *.DLF Dyalog APL Session Log File
Ddatabase86 >16 long >0 (Log, version %d, native byte-order)
88 >16 belong >0 (Log, version %d, big-endian)
90 >16 lelong >0 (Log, version %d, little-endian)
/freebsd-9-stable/usr.bin/csup/
DTODO12 - The $Log$ CVS keyword is not supported.
/freebsd-9-stable/sys/conf/
Doptions448 SCTP_LOCK_LOGGING opt_sctp.h # Log to KTR lock activity
449 SCTP_MBUF_LOGGING opt_sctp.h # Log to KTR general mbuf aloc/free
450 SCTP_MBCNT_LOGGING opt_sctp.h # Log to KTR mbcnt activity
451 SCTP_PACKET_LOGGING opt_sctp.h # Log to a packet buffer last N packets
452 SCTP_LTRACE_CHUNKS opt_sctp.h # Log to KTR chunks processed
453 SCTP_LTRACE_ERRORS opt_sctp.h # Log to KTR error returns.
/freebsd-9-stable/share/examples/ipfilter/
Drules.txt164 # Log all short TCP packets to qe3, with "packetlog" as the intended
169 # Log all connection attempts for TCP
/freebsd-9-stable/gnu/usr.bin/rcs/lib/
Drcsfcmp.c265 if (match1==Log) {
Drcskeep.c216 case Log:
Drcsedit.c1041 marker==Log && RCSv<VERSION(5) ? '\t' : ' '
1086 case Log:
1112 if (marker == Log && dolog) {
/freebsd-9-stable/usr.sbin/sysinstall/
Dinstall.cfg20 # Log to a remote syslogd server
/freebsd-9-stable/contrib/cvs/contrib/
Dsccs2rcs.in317 echo Log file exists in $logfile.
Dlog_accum.in615 if (/^Log Message/) { $state = $STATE_LOG; next; }
/freebsd-9-stable/contrib/ntp/ntpsnmpd/
Dntpsnmpd-opts.def23 descrip = "Log to syslog()";
/freebsd-9-stable/contrib/cvs/doc/
DRCSFILES122 special behavior if the log prefix for the $Log keyword is /* or (*.
131 comment leader, which affects expansion of the $Log keyword for old
135 Both RCS 5.7 and current versions of CVS handle the $Log keyword in a
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1684 const SummaryLogTy &Log, ExplodedNode *n, SymbolRef sym, in CFRefReport() argument
1688 addVisitor(new CFRefReportVisitor(sym, GCEnabled, Log)); in CFRefReport()
1693 const SummaryLogTy &Log, ExplodedNode *n, SymbolRef sym, in CFRefReport() argument
1696 addVisitor(new CFRefReportVisitor(sym, GCEnabled, Log)); in CFRefReport()
1713 const SummaryLogTy &Log, ExplodedNode *n, SymbolRef sym,
2251 bool GCEnabled, const SummaryLogTy &Log, in CFRefLeakReport() argument
2255 : CFRefReport(D, LOpts, GCEnabled, Log, n, sym, false) { in CFRefLeakReport()
2313 addVisitor(new CFRefLeakReportVisitor(sym, GCEnabled, Log)); in CFRefLeakReport()
/freebsd-9-stable/contrib/nvi/
DLAYOUT79 changelog -- Log of changes from version to version.
/freebsd-9-stable/contrib/ntp/
DREADME.pullrequests38 i) Log on to github.com with your github account.
/freebsd-9-stable/release/picobsd/floppy.tree/etc/
Drc.firewall112 # Reject&Log all setup of incoming connections from the outside
/freebsd-9-stable/contrib/nvi/catalog/
Denglish9 Log fileX
267 Log restartedX
Denglish.base8 009 "Log file"
259 267 "Log restarted"

1234