Searched refs:report (Results 126 - 150 of 239) sorted by relevance

12345678910

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp163 BugReport *report = local
168 bugreporter::trackNullOrUndefValue(N, bugreporter::getDerefExpr(S), *report);
172 report->addRange(*I);
174 C.emitReport(report);
185 BugReport *report = local
188 *report);
189 C.emitReport(report);
H A DVLASizeChecker.cpp71 BugReport *report = new BugReport(*BT, os.str(), N); local
72 report->addRange(SizeE->getSourceRange());
73 bugreporter::trackNullOrUndefValue(N, SizeE, *report);
74 C.emitReport(report);
H A DUnixAPIChecker.cpp136 BugReport *report = local
140 report->addRange(oflagsEx->getSourceRange());
141 C.emitReport(report);
184 BugReport *report = new BugReport(*BT_pthreadOnce, os.str(), N); local
185 report->addRange(CE->getArg(0)->getSourceRange());
186 C.emitReport(report);
208 // Generates an error report, indicating that the function whose name is given
225 BugReport *report = new BugReport(*BT_mallocZero, os.str(), N); local
227 report->addRange(arg->getSourceRange());
228 bugreporter::trackNullOrUndefValue(N, arg, *report);
[all...]
H A DCStringChecker.cpp243 // Generate a report for this bug.
245 BugReport *report = new BugReport(*BT, os.str(), N); local
247 report->addRange(S->getSourceRange());
248 bugreporter::trackNullOrUndefValue(N, S, *report);
249 C.emitReport(report);
302 // Generate a report for this bug.
303 BugReport *report; local
305 report = new BugReport(*BT, warningMsg, N);
315 report = new BugReport(*BT, os.str(), N);
322 report
532 BugReport *report = local
600 BugReport *report = new BugReport(*BT_AdditionOverflow, warning, N); local
717 BugReport *report = new BugReport(*BT_NotCString, local
781 BugReport *report = new BugReport(*BT_NotCString, local
[all...]
H A DBasicObjCFoundationChecks.cpp282 // If argument is '0', report a warning.
485 BugReport *report = new BugReport(*BT, os.str(), N); local
486 report->addRange(CE->getArg(2)->getSourceRange());
487 C.emitReport(report);
568 BugReport *report = new BugReport(*BT, description, N); local
569 report->addRange(Arg->getSourceRange());
570 bugreporter::trackNullOrUndefValue(N, Arg, *report);
571 C.emitReport(report);
627 BugReport *report = new BugReport(*BT, os.str(), N); local
628 report
[all...]
/freebsd-10.2-release/libexec/bootpd/
H A Drtmsg.c71 #include "report.h"
86 report(LOG_ERR, "socket %s", strerror(errno));
144 report(LOG_WARNING, "rtmget: %s", strerror(errno));
158 report(LOG_WARNING, "set: can only proxy for %s\n",
166 report(LOG_WARNING,
193 report(LOG_ERR, "set_arp: internal wrong cmd - exiting");
224 report(LOG_WARNING, "writing to routing socket: %s",
233 report(LOG_WARNING, "arp: read from routing socket: %s\n",
H A Dreport.c1 /* $FreeBSD: releng/10.2/libexec/bootpd/report.c 97416 2002-05-28 18:31:41Z alfred $ */
4 * report() - calls syslog
14 #include "report.h"
92 report(int priority, const char *fmt,...) function
H A Dhwaddr.c62 #include "report.h"
164 report(LOG_ERR, "open /dev/arp: %s\n", get_errmsg());
171 report(LOG_ERR, "ioctl I_STR: %s\n", get_errmsg());
183 report(LOG_ERR, "ioctl SIOCSARP: %s", get_errmsg());
204 report(LOG_INFO, "%s", buf);
207 report(LOG_ERR, "arp failed, exit code=0x%x", status);
H A Dreadfile.c62 #include "report.h"
307 report(LOG_ERR, "Unable to allocate hash tables.");
333 report(LOG_ERR, "stat on \"%s\": %s",
343 report(LOG_INFO, "bootptab mtime: %s",
356 report(LOG_INFO, "reading %s\"%s\"",
364 report(LOG_ERR, "error opening \"%s\": %s", bootptab, get_errmsg());
371 report(LOG_ERR, "fstat: %s", get_errmsg());
414 report(LOG_ERR, "can not get IP addr for %s", hn);
415 report(LOG_ERR, "(dummy names should start with '.')");
424 report(LOG_ER
[all...]
/freebsd-10.2-release/contrib/ntp/sntp/unity/auto/
H A Dcolour_reporter.rb11 def report(message) method
/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-mpcp.c149 u_int8_t queue_sets, queue_set, report_bitmap, report; local
216 report=1;
222 report,
226 report++;
/freebsd-10.2-release/contrib/dialog/samples/
H A Deditbox-utf835 . ./report-edit
H A Dtreeview252 . ./report-tempfile
/freebsd-10.2-release/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c201 static void report(const char *, ...) __dead2 __printflike(1, 2);
258 report("too many -I directives");
344 report("cannot open '%s'", fname);
432 report(const char *fmt, ...) function
498 report("unexpected character %#2x", (u_int)c);
510 report("unexpected EOF in comment");
534 report("filename too long '%s...'", str);
555 report("number too long '%s...'", str);
577 report("string too long '%s...'", str);
726 report("'(' expecte
[all...]
/freebsd-10.2-release/contrib/ofed/management/opensm/osmeventplugin/src/
H A Dosmeventplugin.c151 static void report(void *_log, osm_epi_event_id_t event_id, void *event_data) function
187 report:report
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/ARCMigrate/
H A DFileRemapper.h70 bool report(const Twine &err, DiagnosticsEngine &Diag);
/freebsd-10.2-release/contrib/ofed/management/infiniband-diags/src/
H A Dibping.c168 report(int sig) function
305 signal(SIGINT, report);
306 signal(SIGTERM, report);
328 report(0);
/freebsd-10.2-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.h42 struct uni_ie_report report; member in union:uni_ieall
H A Duni_msg.h16 struct uni_ie_report report; member in struct:uni_alerting
46 struct uni_ie_report report; member in struct:uni_connect
110 struct uni_ie_report report; member in struct:uni_setup
282 struct uni_ie_report report; member in struct:uni_modify_ack
301 struct uni_ie_report report; member in struct:uni_conn_avail
/freebsd-10.2-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c25 if(IE_ISGOOD(src->report))
26 dst->report = src->report;
82 if(IE_ISGOOD(src->report))
83 dst->report = src->report;
214 if(IE_ISGOOD(src->report))
215 dst->report = src->report;
542 if(IE_ISGOOD(src->report))
[all...]
/freebsd-10.2-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_event_plugin.h157 void (*report) (void *plugin_data, member in struct:osm_event_plugin
/freebsd-10.2-release/contrib/opie/libopie/
H A Dlogin.c82 #error No ut_name field in struct utmp? (Please send in a bug report)
/freebsd-10.2-release/crypto/openssl/util/
H A Dselftest.pl3 # Run the test suite and generate a report
11 my $report="testlog";
24 open(OUT,">$report") or die;
26 print OUT "OpenSSL self-test report:\n\n";
137 # -- Richard Levitte, inspired by problem report 1089
192 open(IN,"<$report") or die;
200 print "\nTest report in file $report\n";
/freebsd-10.2-release/usr.sbin/ckdist/
H A Dckdist.c70 static int opt_all; /* report on all components */
80 static int report(const char *path, const char *name, int error);
211 rval = report(path, NULL, E_UNKNOWN);
258 rval |= report(path, dname, error);
313 rval |= report(path, dname, error);
321 report(const char *path, const char *name, int error) function
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp121 // special ranges for this report.
171 /// bug report, so it can print a note later.
214 // See if the return value is NULL. If so, suppress the report.
216 assert(Eng && "Cannot file a bug report without an owning engine");
300 // the report is resurrected as valid later on.
353 // Don't automatically suppress a report if one of the arguments is
379 // false negatives, and continue towards marking this report invalid.
791 assert(Eng && "Cannot file a bug report without an owning engine");
897 BugReport &report, bool IsArg,
945 trackNullOrUndefValue(N, Receiver, report, fals
895 trackNullOrUndefValue(const ExplodedNode *N, const Stmt *S, BugReport &report, bool IsArg, bool EnableNullFPSuppression) argument
1273 patternMatch(const Expr *Ex, raw_ostream &Out, BugReporterContext &BRC, BugReport &report, const ExplodedNode *N, Optional<bool> &prunable) argument
1414 VisitConditionVariable(StringRef LhsString, const Expr *CondVarExpr, const bool tookTrue, BugReporterContext &BRC, BugReport &report, const ExplodedNode *N) argument
1459 VisitTrueTest(const Expr *Cond, const DeclRefExpr *DR, const bool tookTrue, BugReporterContext &BRC, BugReport &report, const ExplodedNode *N) argument
[all...]

Completed in 247 milliseconds

12345678910