/netbsd/sys/external/bsd/compiler_rt/dist/lib/stats/ |
H A D | stats.cc | 40 WriteToFile(fd, chars, sizeof(uptr)); in WriteLE() 55 WriteToFile(stats_fd, &sizeof_uptr, 1); in OpenStatsFile() 67 WriteToFile(stats_fd, mod->full_name(), in WriteModuleReport()
|
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_file.cc | 25 WriteToFile(kStderrFd, buffer, length); in CatastrophicErrorWrite() 63 WriteToFile(kStderrFd, ErrorMsgPrefix, internal_strlen(ErrorMsgPrefix)); in ReopenIfNecessary() 64 WriteToFile(kStderrFd, full_path, internal_strlen(full_path)); in ReopenIfNecessary()
|
H A D | sanitizer_coverage_libcdep_new.cc | 50 WriteToFile(fd, &Magic, sizeof(Magic)); in WriteModuleCoverage() 51 WriteToFile(fd, pcs, len * sizeof(*pcs)); in WriteModuleCoverage()
|
H A D | sanitizer_file.h | 64 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size,
|
H A D | sanitizer_rtems.cc | 221 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function
|
H A D | sanitizer_posix.cc | 184 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function
|
H A D | sanitizer_win.cc | 708 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function 825 if (!WriteToFile(fd, buffer, length)) { in Write()
|
H A D | sanitizer_symbolizer_libcdep.cc | 482 bool success = WriteToFile(output_fd_, buffer, length, &write_len); in WriteToSymbolizer()
|
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_file.cc | 27 WriteToFile(kStderrFd, buffer, length); in CatastrophicErrorWrite() 65 WriteToFile(kStderrFd, ErrorMsgPrefix, internal_strlen(ErrorMsgPrefix)); in ReopenIfNecessary() 66 WriteToFile(kStderrFd, full_path, internal_strlen(full_path)); in ReopenIfNecessary()
|
H A D | sanitizer_coverage_libcdep_new.cc | 52 WriteToFile(fd, &Magic, sizeof(Magic)); in WriteModuleCoverage() 53 WriteToFile(fd, pcs, len * sizeof(*pcs)); in WriteModuleCoverage()
|
H A D | sanitizer_file.h | 66 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size,
|
H A D | sanitizer_rtems.cc | 221 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function
|
H A D | sanitizer_win.cc | 706 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function 819 if (!WriteToFile(fd, buffer, length)) { in Write()
|
H A D | sanitizer_posix.cc | 189 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function
|
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_file.cc | 25 WriteToFile(kStderrFd, buffer, length); in CatastrophicErrorWrite() 63 WriteToFile(kStderrFd, ErrorMsgPrefix, internal_strlen(ErrorMsgPrefix)); in ReopenIfNecessary() 64 WriteToFile(kStderrFd, full_path, internal_strlen(full_path)); in ReopenIfNecessary()
|
H A D | sanitizer_coverage_libcdep_new.cc | 50 WriteToFile(fd, &Magic, sizeof(Magic)); in WriteModuleCoverage() 51 WriteToFile(fd, pcs, len * sizeof(*pcs)); in WriteModuleCoverage()
|
H A D | sanitizer_file.h | 64 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size,
|
H A D | sanitizer_rtems.cc | 221 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function
|
H A D | sanitizer_posix.cc | 184 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function
|
H A D | sanitizer_win.cc | 708 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function 825 if (!WriteToFile(fd, buffer, length)) { in Write()
|
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A D | sanitizer_libc_test.cc | 111 ASSERT_TRUE(WriteToFile(fd, "A", 1)); in TEST() 120 EXPECT_TRUE(WriteToFile(fd, str1, len1, &bytes_written)); in TEST() 122 EXPECT_TRUE(WriteToFile(fd, str2, len2, &bytes_written)); in TEST()
|
/netbsd/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerIO.h | 28 void WriteToFile(const Unit &U, const std::string &Path);
|
H A D | FuzzerDriver.cpp | 344 WriteToFile(U, TmpFilePath); in CleanseCrashInput() 352 WriteToFile(U, OutputFilePath); in CleanseCrashInput() 423 WriteToFile(U, CurrentFilePath); in MinimizeCrashInput() 436 WriteToFile(U, CurrentFilePath); in MinimizeCrashInput()
|
H A D | FuzzerIO.cpp | 63 void WriteToFile(const Unit &U, const std::string &Path) { in WriteToFile() function
|
H A D | FuzzerLoop.cpp | 590 WriteToFile(U, Path); in WriteToOutputCorpus() 601 WriteToFile(U, Path); in WriteUnitToFileWithPrefix()
|