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

12345678910

/freebsd-10.0-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 DCallAndMessageChecker.cpp122 // Generate a report for this bug.
207 // Generate a report for this bug.
387 BugReport *report = new BugReport(*BT_msg_ret, os.str(), N); local
388 report->addRange(ME->getReceiverRange());
391 bugreporter::trackNullOrUndefValue(N, receiver, *report);
393 C.emitReport(report);
H A DNSErrorChecker.cpp270 BugReport *report = new BugReport(*bug, os.str(), local
272 BR.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.
649 BugReport *report = new BugReport(*BT, Msg, N); local
650 report->addRange(E->getSourceRange());
651 C.emitReport(report);
/freebsd-10.0-release/contrib/openresolv/
H A Dresolvconf.in194 local report=false list= retval=0 cmd="$1"
201 $force || report=true
225 if $report; then
/freebsd-10.0-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.0-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");
/freebsd-10.0-release/sys/dev/usb/
H A Dusbdi_util.h80 uint8_t iface_index, uint16_t report);
/freebsd-10.0-release/sys/netinet6/
H A Din6_rmx.c332 in6_rtalloc1(struct sockaddr *dst, int report, u_long ignflags, u_int fibnum) argument
335 return (rtalloc1_fib(dst, report, ignflags, fibnum));
/freebsd-10.0-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.0-release/contrib/apr-util/test/
H A Dabts.c177 static int report(abts_suite *suite) function
415 rv = report(suite);
/freebsd-10.0-release/sys/contrib/ngatm/netnatm/msg/
H A Die.def72 element report 0x89 itu 5
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.0-release/sys/netinet/
H A Din_rmx.c482 in_rtalloc1(struct sockaddr *dst, int report, u_long ignflags, u_int fibnum) argument
484 return (rtalloc1_fib(dst, report, ignflags, fibnum));
/freebsd-10.0-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.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzio.h609 extern void zfs_ereport_finish_checksum(zio_cksum_report_t *report,
612 extern void zfs_ereport_send_interim_checksum(zio_cksum_report_t *report);
613 extern void zfs_ereport_free_checksum(zio_cksum_report_t *report);
/freebsd-10.0-release/contrib/atf/atf-report/
H A Dintegration_test.sh99 -o match:'Summary for' -e empty -x 'atf-report <tps.out'
141 "atf-report -o csv:- <tps.out | " \
188 "atf-report -o ticker:- <tps.out | " \
192 atf_check -s eq:0 -o ignore -e empty -x "atf-report -o xml:- <tps.out"
206 atf_check -s eq:0 -o save:stdout -e empty -x 'atf-report <tps.out'
210 atf_check -s eq:0 -o save:stdout -e empty -x 'atf-report -o csv:- <tps.out'
215 atf_check -s eq:0 -o empty -e empty -x 'atf-report -o csv:fmt.out <tps.out'
221 'atf-report -o csv:fmt.out -o csv:fmt2.out <tps.out'
228 'atf-report -o csv:fmt.out -o ticker:fmt2.out <tps.out'
238 'atf-report
[all...]
/freebsd-10.0-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.0-release/contrib/one-true-awk/
H A DREADME31 distribute FIXES with it. If you find errors, please report them
/freebsd-10.0-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.0-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.0-release/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh148 version report-progress no-toc-relocation
194 --report-progress
243 --report-progress)
272 # so report the ambiguity, and bail out.
/freebsd-10.0-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 173 milliseconds

12345678910