Searched refs:report (Results 76 - 100 of 270) sorted by relevance

1234567891011

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAtSyncChecker.cpp49 auto report = std::make_unique<PathSensitiveBugReport>( local
51 bugreporter::trackExpressionValue(N, Ex, *report);
52 C.emitReport(std::move(report));
73 auto report = std::make_unique<PathSensitiveBugReport>( local
75 bugreporter::trackExpressionValue(N, Ex, *report);
77 C.emitReport(std::move(report));
H A DTaintTesterChecker.cpp55 auto report = std::make_unique<PathSensitiveBugReport>(*BT, "tainted", N); local
56 report->addRange(E->getSourceRange());
57 C.emitReport(std::move(report));
/freebsd-11-stable/libexec/bootpd/
H A DMakefile.UNIX143 lookup.o getif.o hwaddr.o tzone.o report.o $(STRERROR)
148 lookup.o hwaddr.o tzone.o report.o $(STRERROR)
152 OBJ_GW= bootpgw.o getif.o hwaddr.o report.o $(STRERROR)
157 report.o $(STRERROR)
162 TRYLOOK= trylook.o lookup.o report.o $(STRERROR)
167 TRYGETIF= trygetif.o getif.o report.o $(STRERROR)
172 TRYGETEA= trygetea.o getether.o report.o $(STRERROR)
177 report.o : report.c
189 bootpd.o : readfile.h report
[all...]
H A Dgetether.c26 #include "report.h"
51 report(LOG_ERR, "getether: socket(INET,DGRAM) failed");
55 report(LOG_ERR, "getether: ioctl SIOCRPHYSADDR failed");
90 report(LOG_ERR, "getether: open /dev/nit: %s",
96 report(LOG_ERR, "getether: NIOCBIND on nit");
100 report(LOG_ERR, "getether: SIOCGIFADDR on nit");
137 report(LOG_ERR, "getether: socket %s: %s", ifname, get_errmsg());
144 report(LOG_ERR, "getether: SIOCGIFCONF: %s", get_errmsg());
217 report(LOG_ERR, "getether: open %s: %s",
237 report(LOG_ER
[all...]
H A Dtzone.c20 #include "report.h"
43 report(LOG_ERR, "localtime() failed");
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/plugins/SampleAnalyzer/
H A DMainCallChecker.cpp39 auto report = local
41 report->addRange(Callee->getSourceRange());
42 C.emitReport(std::move(report));
/freebsd-11-stable/contrib/dialog/samples/
H A Dchecklist-utf830 . ./report-tempfile
H A Dchecklist1030 . ./report-tempfile
H A Dchecklist1133 . ./report-tempfile
H A Dchecklist228 . ./report-tempfile
H A Dchecklist328 . ./report-tempfile
H A Dchecklist428 . ./report-tempfile
H A Dchecklist529 . ./report-tempfile
H A Dchecklist630 . ./report-tempfile
H A Dchecklist734 . ./report-tempfile
H A Dchecklist833 . ./report-tempfile
H A Deditbox318 . ./report-edit
H A Dfselect120 . ./report-string
H A Dfselect1-stdout18 . ./report-string
H A Dradiolist133 . ./report-tempfile
H A Dradiolist1030 . ./report-tempfile
H A Dradiolist230 . ./report-tempfile
H A Dradiolist330 . ./report-tempfile
/freebsd-11-stable/libexec/bootpd/bootpgw/
H A DMakefile6 SRCS= bootpgw.c getif.c hwaddr.c report.c rtmsg.c
/freebsd-11-stable/libexec/bootpd/tools/bootptest/
H A DMakefile6 SRCS= bootptest.c getether.c getif.c print-bootp.c report.c

Completed in 202 milliseconds

1234567891011