Searched refs:report (Results 151 - 175 of 239) sorted by relevance

12345678910

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIdempotentOperationChecker.cpp359 // If there are no nodes accosted with the expression, nothing to report.
382 // Select the error message and SourceRanges to report.
418 // Add a report for each ExplodedNode
420 BugReport *report = new BugReport(*BT, os.str(), *I); local
425 report->addRange(LHS->getSourceRange());
426 FindLastStoreBRVisitor::registerStatementVarDecls(*report, LHS, false);
430 report->addRange(i->first->getRHS()->getSourceRange());
431 FindLastStoreBRVisitor::registerStatementVarDecls(*report, RHS, false);
434 BR.emitReport(report);
611 // aborted block. This path is unreachable and we can report th
[all...]
H A DNSErrorChecker.cpp270 BugReport *report = new BugReport(*bug, os.str(), local
272 BR.emitReport(report);
H A DCallAndMessageChecker.cpp127 // Generate a report for this bug.
212 // Generate a report for this bug.
439 BugReport *report = new BugReport(*BT_msg_ret, os.str(), N); local
440 report->addRange(ME->getReceiverRange());
443 bugreporter::trackNullOrUndefValue(N, receiver, *report);
445 C.emitReport(report);
H A DObjCSelfInitChecker.cpp165 BugReport *report =
167 C.emitReport(report);
H A DGenericTaintChecker.cpp13 // example, checkers should report errors which involve tainted data more
101 /// Generate a report if the expression is tainted or points to tainted data.
650 BugReport *report = new BugReport(*BT, Msg, N); local
651 report->addRange(E->getSourceRange());
652 C.emitReport(report);
/freebsd-10.2-release/libexec/bootpd/
H A Ddumptab.c27 #include "report.h"
42 report(LOG_INFO, "No dumptab support!");
103 report(LOG_ERR, "error opening \"%s\": %s",
122 report(LOG_INFO, "dumped %d entries to \"%s\".", n, filename);
H A Dgetif.c30 #include "report.h"
78 report(LOG_ERR, "ioctl SIOCGIFCONF");
H A Ddovend.c29 #include "report.h"
59 report(LOG_NOTICE, noroom, \
/freebsd-10.2-release/contrib/binutils/binutils/
H A Dbucomm.c73 report (const char * format, va_list args)
86 report (format, args);
97 report (format, args);
71 report (const char * format, va_list args) function
/freebsd-10.2-release/sys/dev/usb/
H A Dusbdi_util.h80 uint8_t iface_index, uint16_t report);
/freebsd-10.2-release/sys/netinet6/
H A Din6_rmx.c331 in6_rtalloc1(struct sockaddr *dst, int report, u_long ignflags, u_int fibnum) argument
334 return (rtalloc1_fib(dst, report, ignflags, fibnum));
/freebsd-10.2-release/usr.bin/chat/
H A Dchat.c52 * Added -r "report file" switch & REPORT keyword.
192 * chat [-esSvV] [-f chat-file] [-r report-file] [-t timeout]
274 * Default the report file to the stderr location
391 "Usage: chat [-esSvV] [-f chat-file] [-r report-file] [-t timeout]\n"
517 * Allow the last of the report string to be gathered before we terminate.
965 chat_logf("report (%v)", s);
990 chat_logf("clear report (%v)", s);
/freebsd-10.2-release/contrib/apr-util/test/
H A Dabts.c180 static int report(abts_suite *suite) function
420 rv = report(suite);
/freebsd-10.2-release/sys/netinet/
H A Din_rmx.c478 in_rtalloc1(struct sockaddr *dst, int report, u_long ignflags, u_int fibnum) argument
480 return (rtalloc1_fib(dst, report, ignflags, fibnum));
/freebsd-10.2-release/share/mk/
H A Dplain.test.mk7 # and report the test's pass or fail status via a 0 or 1 exit code.
H A Datf.test.mk45 # If atf-run and atf-report are installed from ports, we automatically define a
144 ATF_REPORT?= ${ATF_PREFIX}/bin/atf-report
155 # report bogus results unless the new binaries are put in place.
/freebsd-10.2-release/contrib/openresolv/
H A Dresolvconf.in252 local report=false list= retval=0 cmd="$1" excl=
277 $force || report=true
310 if $report; then
/freebsd-10.2-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_msg.c36 if(msg->report.h.present & UNI_IE_PRESENT)
37 uni_print_ie_internal(UNI_IE_REPORT, (union uni_ieall *)&msg->report, cx);
62 ret |= IE_ISPRESENT(m->report);
64 ret |= uni_check_ie(UNI_IE_REPORT, (union uni_ieall *)&m->report, cx);
95 if((p->report.h.present & UNI_IE_PRESENT) &&
96 uni_encode_ie(UNI_IE_REPORT, msg, (union uni_ieall *)&p->report, cx))
168 out->report.h = *hdr;
171 if(uni_decode_ie_body(UNI_IE_REPORT, (union uni_ieall *)&out->report, msg, ielen, cx))
348 if(msg->report.h.present & UNI_IE_PRESENT)
349 uni_print_ie_internal(UNI_IE_REPORT, (union uni_ieall *)&msg->report, c
[all...]
/freebsd-10.2-release/contrib/ldns-host/
H A Dldns-host.c673 report(ldns_resolver *res, ldns_rdf *domain, ldns_pkt *pkt) { function
713 report(res, domain, pkt);
724 report(res, domain, pkt);
734 report(res, dname != NULL ? dname : domain, pkt);
751 report(res, dname != NULL ? dname : domain, pkt);
/freebsd-10.2-release/contrib/libyaml/tests/
H A DMakefile.in502 report=""; \
504 report="Please report to $(PACKAGE_BUGREPORT)"; \
505 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
506 dashes="$$report"; \
516 test -z "$$report" || echo "$$report"; \
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzio.h619 extern void zfs_ereport_finish_checksum(zio_cksum_report_t *report,
622 extern void zfs_ereport_send_interim_checksum(zio_cksum_report_t *report);
623 extern void zfs_ereport_free_checksum(zio_cksum_report_t *report);
/freebsd-10.2-release/contrib/ofed/management/opensm/opensm/
H A Dosm_opensm.c494 if (p->impl->report)
495 p->impl->report(p->plugin_data, event_id, event_data);
/freebsd-10.2-release/crypto/openssh/contrib/
H A Dssh-copy-id50 shell, and then retry running this script. If that works, please report
260 printf '%s: ERROR: installation of key #%d failed (please report a bug describing what caused this, so that we can make this message useful)\n' "$0" "$KEY_NO" >&2
/freebsd-10.2-release/usr.sbin/boot0cfg/
H A Dboot0cfg.c276 set_bell(u_int8_t *mbr, int new_bell, int report) argument
288 if (!report)
503 * if you hit an entry with len=0 terminate the search and report
/freebsd-10.2-release/contrib/ncurses/progs/
H A Dtset.c1061 report(const char *name, int which, unsigned def) function
1303 report("Erase", VERASE, CERASE);
1304 report("Kill", VKILL, CKILL);
1305 report("Interrupt", VINTR, CINTR);

Completed in 806 milliseconds

12345678910