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

1234567891011

/freebsd-13-stable/contrib/opie/libopie/
H A Dlogin.c82 #error No ut_name field in struct utmp? (Please send in a bug report)
/freebsd-13-stable/sys/sys/
H A Ddisk_zone.h172 struct disk_zone_report report; member in union:disk_zone_params
/freebsd-13-stable/usr.sbin/ckdist/
H A Dckdist.c72 static int opt_all; /* report on all components */
82 static int report(const char *path, const char *name, int error);
213 rval = report(path, NULL, E_UNKNOWN);
260 rval |= report(path, dname, error);
315 rval |= report(path, dname, error);
323 report(const char *path, const char *name, int error) function
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp314 // special ranges for this report.
407 /// either emit a note or suppress the report enirely.
922 /// bug report, so it can print a note later.
988 // See if the return value is NULL. If so, suppress the report.
1062 // the report is resurrected as valid later on.
1144 // Don't automatically suppress a report if one of the arguments is
1169 // false negatives, and continue towards marking this report invalid.
1901 // The idea here is to report accesses to fields as null dereferences
1929 PathSensitiveBugReport &report,
1950 report
1927 trackExpressionValue(const ExplodedNode *InputNode, const Expr *E, PathSensitiveBugReport &report, bugreporter::TrackingKind TKind, bool EnableNullFPSuppression) argument
2316 patternMatch(const Expr *Ex, const Expr *ParentEx, raw_ostream &Out, BugReporterContext &BRC, PathSensitiveBugReport &report, const ExplodedNode *N, Optional<bool> &prunable, bool IsSameFieldName) argument
2523 VisitConditionVariable( StringRef LhsString, const Expr *CondVarExpr, BugReporterContext &BRC, PathSensitiveBugReport &report, const ExplodedNode *N, bool TookTrue) argument
2550 VisitTrueTest( const Expr *Cond, const DeclRefExpr *DRE, BugReporterContext &BRC, PathSensitiveBugReport &report, const ExplodedNode *N, bool TookTrue, bool IsAssuming) argument
2586 VisitTrueTest( const Expr *Cond, const MemberExpr *ME, BugReporterContext &BRC, PathSensitiveBugReport &report, const ExplodedNode *N, bool TookTrue, bool IsAssuming) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp314 // If argument is '0', report a warning.
523 auto report = std::make_unique<PathSensitiveBugReport>(*BT, os.str(), N); local
524 report->addRange(CE->getArg(2)->getSourceRange());
525 C.emitReport(std::move(report));
578 auto report = std::make_unique<PathSensitiveBugReport>(BT, OS.str(), N); local
579 report->addRange(Call.getArgSourceRange(0));
580 bugreporter::trackExpressionValue(N, Call.getArgExpr(0), *report);
581 C.emitReport(std::move(report));
638 auto report = std::make_unique<PathSensitiveBugReport>(*BT, os.str(), N); local
639 report
[all...]
H A DUnixAPIChecker.cpp308 auto report = local
310 report->addRange(CE->getArg(0)->getSourceRange());
311 C.emitReport(std::move(report));
334 // Generates an error report, indicating that the function whose name is given
352 auto report = local
355 report->addRange(arg->getSourceRange());
356 bugreporter::trackExpressionValue(N, arg, *report);
357 C.emitReport(std::move(report));
H A DPthreadLockChecker.cpp405 auto report = std::make_unique<PathSensitiveBugReport>( local
407 report->addRange(Call.getArgExpr(ArgNo)->getSourceRange());
408 C.emitReport(std::move(report));
509 auto report = std::make_unique<PathSensitiveBugReport>( local
514 report->addRange(Call.getArgExpr(ArgNo)->getSourceRange());
515 C.emitReport(std::move(report));
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp245 // so we do not report error in this case. We also do not error
336 auto report = [&](StringRef s) { warn(toString(file) + s + sym->getName()); }; local
339 report(": unable to order undefined symbol: ");
341 report(": unable to order shared symbol: ");
343 report(": unable to order absolute symbol: ");
345 report(": unable to order synthetic symbol: ");
347 report(": unable to order discarded symbol: ");
529 // We don't report backward references to weak symbols as they can be
/freebsd-13-stable/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-13-stable/contrib/kyua/
H A DMakefile.am106 ./local-kyua report --results-file='$(abs_top_srcdir)' \
121 kyua --config='$(KYUA_CONFIG_FILE_FOR_CHECK)' report \
/freebsd-13-stable/contrib/kyua/integration/
H A Dcmd_db_migrate_test.sh128 -e match:"database has schema version 1.*use db-migrate" kyua report
/freebsd-13-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_event_plugin.h172 void (*report) (void *plugin_data, osm_epi_event_id_t event_id, member in struct:osm_event_plugin
/freebsd-13-stable/sys/dev/usb/
H A Dusbdi_util.h82 uint8_t iface_index, uint16_t report);
/freebsd-13-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-13-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-13-stable/sbin/recoverdisk/
H A Drecoverdisk.c244 report(const struct lump *lp, size_t sz) function
564 report(lp, sz);
589 report(lp, sz);
611 report(lp, sz);
/freebsd-13-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-13-stable/sys/net/route/
H A Droute_ctl.h88 void *arg, bool report);
/freebsd-13-stable/contrib/apr-util/test/
H A Dabts.c180 static int report(abts_suite *suite) function
420 rv = report(suite);
/freebsd-13-stable/share/mk/
H A Dplain.test.mk7 # and report the test's pass or fail status via a 0 or 1 exit code.
/freebsd-13-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-13-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-13-stable/sys/dev/bhnd/
H A Dbhnd.c873 bool report; local
876 report = true;
884 report = false;
886 report = true;
890 if (!report)
/freebsd-13-stable/contrib/openresolv/
H A Dresolvconf.in422 report=false
452 $force || report=true
491 if $report; then

Completed in 169 milliseconds

1234567891011