Searched refs:report (Results 176 - 200 of 270) sorted by relevance

1234567891011

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp307 auto report = local
309 report->addRange(CE->getArg(0)->getSourceRange());
310 C.emitReport(std::move(report));
333 // Generates an error report, indicating that the function whose name is given
351 auto report = local
354 report->addRange(arg->getSourceRange());
355 bugreporter::trackExpressionValue(N, arg, *report);
356 C.emitReport(std::move(report));
H A DCallAndMessageChecker.cpp251 // Generate a report for this bug.
297 // Generate a report for this bug.
528 auto report = local
530 report->addRange(ME->getReceiverRange());
533 bugreporter::trackExpressionValue(N, receiver, *report);
535 C.emitReport(std::move(report));
H A DGenericTaintChecker.cpp12 // example, checkers should report errors which involve tainted data more
188 /// Generate a report if the expression is tainted or points to tainted data.
829 auto report = std::make_unique<PathSensitiveBugReport>(*BT, Msg, N); local
830 report->addRange(E->getSourceRange());
831 report->addVisitor(std::make_unique<TaintBugVisitor>(TaintedSVal));
832 C.emitReport(std::move(report));
/freebsd-11-stable/sys/netinet6/
H A Din6_rmx.c280 in6_rtalloc1(struct sockaddr *dst, int report, u_long ignflags, u_int fibnum) argument
283 return (rtalloc1_fib(dst, report, ignflags, fibnum));
/freebsd-11-stable/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-11-stable/sys/dev/bhnd/
H A Dbhnd.c417 bool report; local
420 report = true;
428 report = false;
430 report = true;
434 if (!report)
/freebsd-11-stable/contrib/wpa/src/ap/
H A Drrm.c39 wpa_printf(MSG_DEBUG, "Unexpected LCI report, token %u", token);
45 wpa_printf(MSG_DEBUG, "LCI report token %u len %zu", token, len);
63 wpa_printf(MSG_DEBUG, "Unexpected range report, token %u",
70 wpa_printf(MSG_DEBUG, "Range report token %u len %zu", token, len);
78 char report[2 * 255 + 1]; local
80 wpa_printf(MSG_DEBUG, "Beacon report token %u len %zu from " MACSTR,
82 /* Skip to the beginning of the Beacon report */
87 report[0] = '\0';
88 if (wpa_snprintf_hex(report, sizeof(report), po
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.cpp75 DiagnosticBuilder State::report(SourceLocation Loc, diag::kind DiagId) { function in class:State
/freebsd-11-stable/contrib/apr-util/test/
H A Dabts.c180 static int report(abts_suite *suite) function
420 rv = report(suite);
/freebsd-11-stable/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 Dsuite.test.mk90 # report bogus results unless the new binaries are put in place.
/freebsd-11-stable/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-11-stable/contrib/ldns-host/
H A Dldns-host.c815 report(ldns_resolver *res, ldns_rdf *domain, ldns_pkt *pkt) { function
855 report(res, domain, pkt);
866 report(res, domain, pkt);
876 report(res, dname != NULL ? dname : domain, pkt);
900 report(res, dname != NULL ? dname : domain, pkt);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzio.h641 extern void zfs_ereport_finish_checksum(zio_cksum_report_t *report,
644 extern void zfs_ereport_send_interim_checksum(zio_cksum_report_t *report);
645 extern void zfs_ereport_free_checksum(zio_cksum_report_t *report);
/freebsd-11-stable/contrib/openresolv/
H A Dresolvconf.in391 local report=false list= retval=0 cmd="$1" excl=
424 $force || report=true
457 if $report; then
/freebsd-11-stable/crypto/openssh/contrib/
H A Dssh-copy-id50 shell, and then retry running this script. If that works, please report
278 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-11-stable/usr.sbin/boot0cfg/
H A Dboot0cfg.c278 set_bell(u_int8_t *mbr, int new_bell, int report) argument
290 if (!report)
506 * if you hit an entry with len=0 terminate the search and report
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtset.c1100 report(const char *name, int which, unsigned def) function
1342 report("Erase", VERASE, CERASE);
1343 report("Kill", VKILL, CKILL);
1344 report("Interrupt", VINTR, CINTR);
/freebsd-11-stable/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-11-stable/libexec/bootpd/
H A Ddovend.c29 #include "report.h"
59 report(LOG_NOTICE, noroom, \
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dblowfish.c652 report(u_int32_t data[], u_int16_t len)
682 report(data, 10);
688 report(data2, 2);
690 report(data2, 2);
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DInternals.h96 DiagnosticBuilder report(SourceLocation loc, unsigned diagId,
H A DTransformActions.cpp680 DiagnosticBuilder TransformActions::report(SourceLocation loc, unsigned diagId, function in class:TransformActions
689 report(loc, diag::err_mt_message, range) << message;
694 report(loc, diag::warn_mt_message, range) << message;
699 report(loc, diag::note_mt_message, range) << message;
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_ses.h1080 GEN_SES_STATUS_DEV_SLOT_ACCESSORS(report, REPORT)
1433 GEN_SES_STATUS_ECC_ELECTRONICS_ACCESSORS(report, REPORT)
1462 GEN_SES_STATUS_SCC_ELECTRONICS_ACCESSORS(report, REPORT)
1757 GEN_SES_STATUS_SCSI_PORT_OR_XCVR_ACCESSORS(report, REPORT)
1913 GEN_SES_STATUS_TARGET_PORT_ACCESSORS(report, REPORT)
1946 GEN_SES_STATUS_INITIATOR_PORT_ACCESSORS(report, REPORT)
/freebsd-11-stable/contrib/gcc/
H A Dgengtype-lex.l61 %option warn noyywrap nounput nodefault perf-report

Completed in 308 milliseconds

1234567891011