Searched refs:report (Results 126 - 150 of 270) sorted by relevance

1234567891011

/freebsd-13-stable/libexec/bootpd/tools/bootpef/
H A DMakefile7 hwaddr.c report.c tzone.c rtmsg.c
H A Dbootpef.c73 #include "report.h"
145 report(LOG_ERR, "malloc failed");
233 report(LOG_ERR, "%s: chdir failed", chdir_path);
302 report(LOG_ERR, "%s: too much option data",
312 report(LOG_ERR, "error opening \"%s\": %s",
318 report(LOG_ERR, "write failed on \"%s\" : %s",
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundChecker.cpp77 // Generate a report for this bug.
78 auto report = local
81 report->addRange(LoadS->getSourceRange());
82 C.emitReport(std::move(report));
H A DReturnPointerRangeChecker.cpp81 // Generate a report for this bug.
82 auto report = local
85 report->addRange(RetE->getSourceRange());
86 C.emitReport(std::move(report));
/freebsd-13-stable/contrib/kyua/integration/
H A Dcmd_report_html_test.sh56 # Ensure the results of 'report-html' come from the database.
101 atf_check -s exit:0 -o ignore -e empty kyua report-html
143 atf_check -s exit:2 -o empty -e file:experr kyua report-html
152 atf_check -s exit:0 -o ignore -e empty kyua report-html \
154 grep "MOCK.*mock1" html/context.html || atf_fail "Invalid context in report"
157 atf_check -s exit:0 -o ignore -e empty kyua report-html \
159 grep "MOCK.*mock2" html/context.html || atf_fail "Invalid context in report"
166 kyua report-html --results-file=foo
174 atf_check -s exit:0 -o ignore -e empty kyua report-html
177 atf_check -s exit:0 -o ignore -e empty kyua report
[all...]
H A Dcmd_report_junit_test.sh52 # Ensure the results of 'report-junit' come from the database.
163 atf_check -s exit:0 -o file:expout -e empty -x "kyua report-junit" \
172 atf_check -s exit:2 -o empty -e file:experr kyua report-junit
182 -e empty kyua report-junit --results-file="$(cat dbfile_name1)"
184 -e empty kyua report-junit --results-file="$(cat dbfile_name2)"
191 kyua report-junit --results-file=foo
199 cat >report <<EOF
278 atf_check -s exit:0 -o file:report -e empty -x kyua report-junit \
280 atf_check -s exit:0 -o empty -e save:stderr kyua report
[all...]
/freebsd-13-stable/contrib/libucl/
H A DMakefile.am14 .PHONY = coverage-requirement-check clean-coverage-report
22 coverage: coverage-requirement-check clean-coverage coverage-build coverage-check coverage-report
57 coverage-report: coverage-lcov
67 clean-coverage-report:
71 clean-coverage: clean-coverage-report
/freebsd-13-stable/libexec/bootpd/
H A DMakefile13 lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
H A Dlookup.c30 #include "report.h"
51 report(LOG_ERR, "no HW addr for host \"%s\"",
60 report(LOG_ERR, "no lookup for HW addr type %d", htype);
H A Drtmsg.c73 #include "report.h"
88 report(LOG_ERR, "socket %s", strerror(errno));
146 report(LOG_WARNING, "rtmget: %s", strerror(errno));
160 report(LOG_WARNING, "set: can only proxy for %s\n",
168 report(LOG_WARNING,
195 report(LOG_ERR, "set_arp: internal wrong cmd - exiting");
226 report(LOG_WARNING, "writing to routing socket: %s",
235 report(LOG_WARNING, "arp: read from routing socket: %s\n",
H A Dreport.c4 * report() - calls syslog
14 #include "report.h"
92 report(int priority, const char *fmt,...) function
/freebsd-13-stable/usr.bin/kyua/
H A DMakefile21 kyua-report-html.1 \
22 kyua-report-junit.1 \
23 kyua-report.1 \
56 MISC= context.html index.html report.css test_result.html
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp69 int __tsan_get_report_data(void *report, const char **description, int *count,
74 int __tsan_get_report_stack(void *report, unsigned long idx, void **trace,
76 int __tsan_get_report_mop(void *report, unsigned long idx, int *tid, void **addr,
79 int __tsan_get_report_loc(void *report, unsigned long idx, const char **type,
83 int __tsan_get_report_mutex(void *report, unsigned long idx, unsigned long *mutex_id, void **addr,
85 int __tsan_get_report_thread(void *report, unsigned long idx, int *tid, unsigned long *os_id,
88 int __tsan_get_report_unique_tid(void *report, unsigned long idx, int *tid);
92 int (*ptr__tsan_get_report_loc_object_type)(void *report, unsigned long idx, const char **object_type);
99 void *report;
169 t.report
491 FormatDescription(StructuredData::ObjectSP report) argument
613 GenerateSummary(StructuredData::ObjectSP report) argument
699 GetMainRacyAddress( StructuredData::ObjectSP report) argument
715 GetLocationDescription( StructuredData::ObjectSP report, addr_t &global_addr, std::string &global_name, std::string &filename, uint32_t &line) argument
[all...]
/freebsd-13-stable/usr.sbin/zonectl/
H A Dzonectl.c128 zone_print_status zonectl_print_rz(struct disk_zone_report *report,
219 zonectl_print_rz(struct disk_zone_report *report, zone_output_flags out_flags, argument
223 struct disk_zone_rep_header *header = &report->header;
239 if ((report->entries_available - report->entries_filled) > 0)
250 report->entries_available,
290 for (i = 0; i < report->entries_filled; i++) {
291 entry = &report->entries[i];
372 report->starting_id = next_lba;
451 "ambiguous" : "invalid", "report zone
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DFileRemapper.cpp68 return report("Error opening file: " + infoFile, Diag);
77 return report("Invalid file data: '" + lines[idx+1] + "' not a number",
85 return report("File does not exist: " + fromFilename, Diag);
91 return report("File does not exist: " + toFilename, Diag);
97 return report("File was modified: " + fromFilename, Diag);
113 return report("Could not create directory: " + outputDir, Diag);
126 return report(EC.message(), Diag);
148 return report("Could not create file: " + tempPath.str(), Diag);
176 return report(StringRef("File does not exist: ") + origFE->getName(),
182 return report(E
256 bool FileRemapper::report(const Twine &err, DiagnosticsEngine &Diag) { function in class:FileRemapper
[all...]
/freebsd-13-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp389 err.report(m_ec, "failed to determine attributes for the specified path");
549 return err.report(capture_errno());
555 return err.report(capture_errno());
575 return err.report(m_ec1);
582 return err.report(m_ec1);
587 return err.report(errc::function_not_supported);
599 return err.report(errc::file_exists);
616 return err.report(errc::is_a_directory);
635 return err.report(m_ec2);
749 return err.report(m_e
[all...]
/freebsd-13-stable/contrib/dialog/samples/
H A Dbuildlist242 . ./report-tempfile
H A Dmenubox1243 . ./report-tempfile
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dcommon.sh.in20 export ZTS_REPORT=${ZTS_REPORT:-$ZTS_DIR/test-runner/bin/zts-report.py}
/freebsd-13-stable/usr.bin/tset/
H A Dtset.c61 void report(const char *, int, u_int);
198 report("Erase", VERASE, CERASE);
199 report("Kill", VKILL, CKILL);
200 report("Interrupt", VINTR, CINTR);
242 report(const char *name, int which, u_int def) function
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c107 { INITIAL, S_, "update-report", UPDATE_REPORT,
265 /* Forward-declare our report context. */
277 /* Pointer back to our original report context. */
909 * will not send remove-prop in the update report when a lock property
994 requested it -- report it as error. */
1115 * report when a lock property disappears when send-all is false.
1485 /** XML callbacks for our update-report response parsing */
2076 report_context_t *report = report_baton;
2088 SVN_ERR(svn_stream_write(report->body_template, buf->data, &buf->len));
2098 report_context_t *report
2070 report_context_t *report = report_baton; local
2092 report_context_t *report = report_baton; local
2112 report_context_t *report = report_baton; local
2169 report_context_t *report = baton; local
2179 report_context_t *report; member in struct:update_delay_baton_t
2469 report_context_t *report = report_baton; local
2563 report_context_t *report; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/Common/
H A DDWARF.cpp19 auto report = [](Error err) { local
24 dwarf->getLineTableForUnit(cu.get(), report);
29 report(expectedLT.takeError());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.h61 std::string FormatDescription(StructuredData::ObjectSP report);
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-mpcp.c138 uint8_t queue_sets, queue_set, report_bitmap, report; local
199 report=1;
204 report,
208 report++;
/freebsd-13-stable/contrib/ntp/sntp/unity/auto/
H A Dcolour_reporter.rb11 def report(message) method

Completed in 286 milliseconds

1234567891011