| /netbsd-src/external/bsd/kyua-atf-compat/dist/ |
| H A D | atf-report_test.sh | 48 atf_check -s exit:0 -o save:report.log -e empty atf-report <run.log 49 strip_timestamps report.log 50 atf_check -s exit:0 -o file:expout cat report.log 81 atf_check -s exit:0 -o save:report.log -e empty atf-report <run.log 82 strip_timestamps report.log 83 atf_check -s exit:0 -o file:expout cat report.log 102 atf-report -o ticker:my-report.log <run.log 103 strip_timestamps my-report.log 104 atf_check -s exit:0 -o file:expout cat my-report.log 115 atf-report -o html:report.html <run.log [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineVerifier.cpp | 221 void report(const char *msg, const MachineFunction *MF); 222 void report(const char *msg, const MachineBasicBlock *MBB); 223 void report(const char *msg, const MachineInstr *MI); 224 void report(const char *msg, const MachineOperand *MO, unsigned MONum, 226 void report(const Twine &Msg, const MachineInstr *MI); 350 report("Function has NoVRegs property but there are VReg operands", &MF); in verifyProperties() 403 report("Bad instruction parent pointer", &MBB); in verify() 410 report("Missing BundledPred flag, " in verify() 414 report("BundledPred flag is set, " in verify() 425 report("No bundle header", &MI); in verify() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/sym_check/ |
| H A D | diff.py | 62 report = '' 64 report += 'Symbol added: %s\n' % maybe_demangle(sym['name']) 66 report += ' %s\n\n' % sym 68 report += '\n' 70 report += 'SYMBOL REMOVED: %s\n' % maybe_demangle(sym['name']) 72 report += ' %s\n\n' % sym 74 report += '\n' 80 report += ('SYMBOL CHANGED: %s%s%s\n\n' % 89 report += 'Summary\n' 90 report += ' Added: %d\n' % len(added_syms) [all …]
|
| H A D | match.py | 17 report = '' 20 report += 'Matching regex "%s":\n' % regex_str 23 report += ' No matches found\n\n' 28 report += ' MATCHES: %s\n' % m['name'] 29 report += '\n' 30 return found_count, report
|
| /netbsd-src/external/bsd/ntp/dist/sntp/unity/auto/ |
| H A D | unity_test_summary.py | 15 self.report = '' 46 self.report += "\n" 47 self.report += "--------------------------\n" 48 self.report += "UNITY IGNORED TEST SUMMARY\n" 49 self.report += "--------------------------\n" 50 self.report += "\n".join(ignore_output) 53 self.report += "\n" 54 self.report += "--------------------------\n" 55 self.report += "UNITY FAILED TEST SUMMARY\n" 56 self.report += "--------------------------\n" [all …]
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
| H A D | benchmark_runner.cc | 69 BenchmarkReporter::Run report; in CreateRunReport() local 71 report.run_name = b.name; in CreateRunReport() 72 report.error_occurred = results.has_error_; in CreateRunReport() 73 report.error_message = results.error_message_; in CreateRunReport() 74 report.report_label = results.report_label_; in CreateRunReport() 76 report.iterations = results.iterations; in CreateRunReport() 77 report.time_unit = b.time_unit; in CreateRunReport() 79 if (!report.error_occurred) { in CreateRunReport() 81 report.real_accumulated_time = results.manual_time_used; in CreateRunReport() 83 report.real_accumulated_time = results.real_time_used; in CreateRunReport() [all …]
|
| /netbsd-src/usr.sbin/bootp/bootpd/ |
| H A D | Makefile.UNIX | 125 lookup.o getif.o hwaddr.o tzone.o report.o $(STRERROR) 130 lookup.o hwaddr.o tzone.o report.o $(STRERROR) 134 OBJ_GW= bootpgw.o getif.o hwaddr.o report.o $(STRERROR) 139 report.o $(STRERROR) 144 TRYLOOK= trylook.o lookup.o report.o $(STRERROR) 149 TRYGETIF= trygetif.o getif.o report.o $(STRERROR) 154 TRYGETEA= trygetea.o getether.o report.o $(STRERROR) 159 report.o : report.c 171 bootpd.o : readfile.h report.h tzone.h patchlevel.h getif.h 173 bootpef.o : readfile.h report.h tzone.h patchlevel.h [all …]
|
| H A D | bootpd.c | 199 report(LOG_INFO, "version %s.%d", VERSION, PATCHLEVEL); in main() 207 report(LOG_ERR, "malloc failed"); in main() 233 report(LOG_ERR, "getsockname: not an INET socket"); in main() 403 report(LOG_ERR, "%s: chdir failed", chdir_path); in main() 423 report(LOG_ERR, "socket: %s", get_network_errmsg()); in main() 435 report(LOG_ERR, in main() 449 report(LOG_ERR, "bind: %s", get_network_errmsg()); in main() 461 report(LOG_ERR, in main() 471 report(LOG_ERR, "signal: %s", get_errmsg()); in main() 475 report(LOG_ERR, "signal: %s", get_errmsg()); in main() [all …]
|
| /netbsd-src/usr.sbin/bootp/bootptest/ |
| H A D | getether.c | 27 #include "report.h" 55 report(LOG_ERR, "getether: socket(INET,DGRAM) failed"); in getether() 59 report(LOG_ERR, "getether: ioctl SIOCRPHYSADDR failed"); in getether() 94 report(LOG_ERR, "getether: open /dev/nit: %s", in getether() 100 report(LOG_ERR, "getether: NIOCBIND on nit"); in getether() 104 report(LOG_ERR, "getether: SIOCGIFADDR on nit"); in getether() 140 report(LOG_ERR, "getether: socket %s: %s", ifname, get_errmsg()); in getether() 147 report(LOG_ERR, "getether: SIOCGIFCONF: %s", get_errmsg()); in getether() 218 report(LOG_ERR, "getether: open %s: %s", in getether() 238 report(LOG_ER in getether() [all...] |
| /netbsd-src/external/bsd/kyua-atf-compat/usr.bin/atf-report/ |
| H A D | Makefile | 5 FILES= atf-report 9 realall: atf-report 10 atf-report: atf-report.sh 11 src=atf-report.sh dst=atf-report; ${BUILD_SCRIPT} 12 CLEANFILES+= atf-report atf-report.new 14 MAN= atf-report.1
|
| /netbsd-src/external/bsd/kyua-cli/dist/integration/ |
| H A D | cmd_report_test.sh | 81 atf_check -s exit:0 -o file:expout -e empty kyua report 93 atf_check -s exit:0 -o file:expout -e empty kyua report 102 atf_check -s exit:2 -o empty -e file:experr kyua report 109 -e match:"kyua: E: Cannot open '.*/.kyua/store.db': " kyua report 120 -e empty kyua report --action="${action1}" --show-context 123 -e empty kyua report --action="${action2}" --show-context 132 atf_check -s exit:2 -o empty -e file:experr kyua report --action=514 157 atf_check -s exit:0 -o file:expout -e empty -x kyua report --show-context \ 166 cat >report <<EOF 175 atf_check -s exit:0 -o file:report -e empty -x kyua report \ [all …]
|
| H A D | cmd_report_html_test.sh | 113 atf_check -s exit:0 -o ignore -e empty kyua report-html 156 atf_check -s exit:2 -o empty -e file:experr kyua report-html 163 -e match:"kyua: E: Cannot open '.*/.kyua/store.db': " kyua report-html 172 atf_check -s exit:0 -o ignore -e empty kyua report-html \ 178 atf_check -s exit:0 -o ignore -e empty kyua report-html \ 190 atf_check -s exit:2 -o empty -e file:experr kyua report-html --action=514 198 atf_check -s exit:0 -o ignore -e empty kyua report-html 201 atf_check -s exit:0 -o ignore -e empty kyua report-html --force 210 atf_check -s exit:0 -o ignore -e empty kyua report-html 217 atf_check -s exit:2 -o empty -e file:experr kyua report-html [all …]
|
| /netbsd-src/usr.sbin/bootp/bootpgw/ |
| H A D | bootpgw.c | 162 report(LOG_INFO, "version %s.%d", VERSION, PATCHLEVEL); in main() 170 report(LOG_ERR, "malloc failed"); in main() 196 report(LOG_INFO, "getsockname: not an INET socket"); in main() 377 report(LOG_ERR, "socket: %s", get_network_errmsg()); in main() 388 report(LOG_ERR, in main() 402 report(LOG_ERR, "bind: %s", get_network_errmsg()); in main() 413 report(LOG_ERR, in main() 430 report(LOG_ERR, "poll: %s", get_errmsg()); in main() 435 report(LOG_INFO, "exiting after %d minute%s of inactivity", in main() 447 report(LOG_INFO, "recvd pkt from IP addr %s", in main() [all …]
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | zfs_fm.c | 694 zio_cksum_report_t *report = kmem_zalloc(sizeof (*report), KM_SLEEP); in zfs_ereport_start_checksum() local 697 zio->io_vsd_ops->vsd_cksum_report(zio, report, arg); in zfs_ereport_start_checksum() 699 zio_vsd_default_cksum_report(zio, report, arg); in zfs_ereport_start_checksum() 703 report->zcr_ckinfo = kmem_zalloc(sizeof (*info), KM_SLEEP); in zfs_ereport_start_checksum() 704 bcopy(info, report->zcr_ckinfo, sizeof (*info)); in zfs_ereport_start_checksum() 707 report->zcr_align = 1ULL << vd->vdev_top->vdev_ashift; in zfs_ereport_start_checksum() 708 report->zcr_length = length; in zfs_ereport_start_checksum() 711 zfs_ereport_start(&report->zcr_ereport, &report->zcr_detector, in zfs_ereport_start_checksum() 714 if (report->zcr_ereport == NULL) { in zfs_ereport_start_checksum() 715 report->zcr_free(report->zcr_cbdata, report->zcr_cbinfo); in zfs_ereport_start_checksum() [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_debugging.cc | 67 int __tsan_get_report_data(void *report, const char **description, int *count, in __tsan_get_report_data() argument 72 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_data() 86 int __tsan_get_report_tag(void *report, uptr *tag) { in __tsan_get_report_tag() argument 87 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_tag() 93 int __tsan_get_report_stack(void *report, uptr idx, void **trace, in __tsan_get_report_stack() argument 95 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_stack() 103 int __tsan_get_report_mop(void *report, uptr idx, int *tid, void **addr, in __tsan_get_report_mop() argument 106 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_mop() 119 int __tsan_get_report_loc(void *report, uptr idx, const char **type, in __tsan_get_report_loc() argument 123 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_loc() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| H A D | tsan_debugging.cpp | 72 int __tsan_get_report_data(void *report, const char **description, int *count, in __tsan_get_report_data() argument 77 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_data() 91 int __tsan_get_report_tag(void *report, uptr *tag) { in __tsan_get_report_tag() argument 92 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_tag() 98 int __tsan_get_report_stack(void *report, uptr idx, void **trace, in __tsan_get_report_stack() argument 100 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_stack() 108 int __tsan_get_report_mop(void *report, uptr idx, int *tid, void **addr, in __tsan_get_report_mop() argument 111 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_mop() 124 int __tsan_get_report_loc(void *report, uptr idx, const char **type, in __tsan_get_report_loc() argument 128 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_loc() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| H A D | tsan_debugging.cc | 65 int __tsan_get_report_data(void *report, const char **description, int *count, in __tsan_get_report_data() argument 70 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_data() 84 int __tsan_get_report_tag(void *report, uptr *tag) { in __tsan_get_report_tag() argument 85 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_tag() 91 int __tsan_get_report_stack(void *report, uptr idx, void **trace, in __tsan_get_report_stack() argument 93 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_stack() 101 int __tsan_get_report_mop(void *report, uptr idx, int *tid, void **addr, in __tsan_get_report_mop() argument 104 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_mop() 117 int __tsan_get_report_loc(void *report, uptr idx, const char **type, in __tsan_get_report_loc() argument 121 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_loc() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_allocator_report.cpp | 46 ScopedAllocatorErrorReport report("calloc-overflow", stack); in ReportCallocOverflow() local 57 ScopedAllocatorErrorReport report("reallocarray-overflow", stack); in ReportReallocArrayOverflow() local 68 ScopedAllocatorErrorReport report("pvalloc-overflow", stack); in ReportPvallocOverflow() local 79 ScopedAllocatorErrorReport report("invalid-allocation-alignment", stack); in ReportInvalidAllocationAlignment() local 89 ScopedAllocatorErrorReport report("invalid-aligned-alloc-alignment", stack); in ReportInvalidAlignedAllocAlignment() local 107 ScopedAllocatorErrorReport report("invalid-posix-memalign-alignment", in ReportInvalidPosixMemalignAlignment() local 121 ScopedAllocatorErrorReport report("allocation-size-too-big", stack); in ReportAllocationSizeTooBig() local 130 ScopedAllocatorErrorReport report("out-of-memory", stack); in ReportOutOfMemory() local 139 ScopedAllocatorErrorReport report("rss-limit-exceeded", stack); in ReportRssLimitExceeded() local
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
| H A D | benchmark.cc | 121 BenchmarkReporter::Run report; in CreateRunReport() local 123 report.benchmark_name = b.name; in CreateRunReport() 124 report.error_occurred = results.has_error_; in CreateRunReport() 125 report.error_message = results.error_message_; in CreateRunReport() 126 report.report_label = results.report_label_; in CreateRunReport() 128 report.iterations = results.iterations; in CreateRunReport() 129 report.time_unit = b.time_unit; in CreateRunReport() 131 if (!report.error_occurred) { in CreateRunReport() 142 report.real_accumulated_time = results.manual_time_used; in CreateRunReport() 144 report.real_accumulated_time = results.real_time_used; in CreateRunReport() [all …]
|
| /netbsd-src/usr.bin/usbhidctl/ |
| H A D | usbhid.c | 428 allocreport(struct Sreport *report, report_desc_t rd, int repindex) in allocreport() argument 435 report->size = reptsize; in allocreport() 437 if (report->size > 0) { in allocreport() 442 report->buffer = malloc(sizeof(*report->buffer) - in allocreport() 443 sizeof(report->buffer->ucr_data) + in allocreport() 444 report->size); in allocreport() 445 if (report->buffer == NULL) in allocreport() 448 report->buffer = NULL; in allocreport() 450 report->status = srs_clean; in allocreport() 454 freereport(struct Sreport *report) in freereport() argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/ |
| H A D | operations.cpp | 546 err.report(m_ec, "failed to determine attributes for the specified path"); in create_file_status() 712 return err.report(capture_errno()); in __canonical() 722 return err.report(capture_errno()); in __canonical() 742 return err.report(m_ec1); in __copy() 749 return err.report(m_ec1); in __copy() 754 return err.report(errc::function_not_supported); in __copy() 766 return err.report(errc::file_exists); in __copy() 783 return err.report(errc::is_a_directory); in __copy() 802 return err.report(m_ec2); in __copy() 903 return err.report(m_ec); in __copy_file() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/ |
| H A D | util.py | 74 report = "Command: %s\n" % cmd 75 report += "Exit Code: %d\n" % rc 77 report += "Standard Output:\n--\n%s--\n" % out 79 report += "Standard Error:\n--\n%s--\n" % err 80 report += '\n' 81 return report 285 report = makeReport(cmd, out, err, exitCode) 286 report += "\n\nFailed!" 287 sys.stderr.write('%s\n' % report) 297 report = makeReport(cmd, out, err, exitCode) [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_allocator_report.cc | 45 ScopedAllocatorErrorReport report("calloc-overflow", stack); in ReportCallocOverflow() local 55 ScopedAllocatorErrorReport report("pvalloc-overflow", stack); in ReportPvallocOverflow() local 66 ScopedAllocatorErrorReport report("invalid-allocation-alignment", stack); in ReportInvalidAllocationAlignment() local 76 ScopedAllocatorErrorReport report("invalid-aligned-alloc-alignment", stack); in ReportInvalidAlignedAllocAlignment() local 94 ScopedAllocatorErrorReport report("invalid-posix-memalign-alignment", in ReportInvalidPosixMemalignAlignment() local 107 ScopedAllocatorErrorReport report("allocation-size-too-big", stack); in ReportAllocationSizeTooBig() local 116 ScopedAllocatorErrorReport report("out-of-memory", stack); in ReportOutOfMemory() local
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_report.cc | 47 ScopedAllocatorErrorReport report("calloc-overflow", stack); in ReportCallocOverflow() local 57 ScopedAllocatorErrorReport report("pvalloc-overflow", stack); in ReportPvallocOverflow() local 68 ScopedAllocatorErrorReport report("invalid-allocation-alignment", stack); in ReportInvalidAllocationAlignment() local 78 ScopedAllocatorErrorReport report("invalid-aligned-alloc-alignment", stack); in ReportInvalidAlignedAllocAlignment() local 96 ScopedAllocatorErrorReport report("invalid-posix-memalign-alignment", in ReportInvalidPosixMemalignAlignment() local 109 ScopedAllocatorErrorReport report("allocation-size-too-big", stack); in ReportAllocationSizeTooBig() local 118 ScopedAllocatorErrorReport report("out-of-memory", stack); in ReportOutOfMemory() local
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/scan-view/share/ |
| H A D | ScanView.py | 103 def __init__(self, report, reporter, parameters, server): argument 105 self.report = report 117 self.status = self.reporter.fileReport(self.report, self.parameters) 261 def load_report(self, report): argument 262 path = os.path.join(self.server.root, 'report-%s.html'%report) 300 report = self.get_scalar_field('report') 333 if report != 'None': 355 report = self.get_scalar_field('report') 356 c = self.get_report_context(report) 363 report) [all …]
|