Searched refs:internal_write (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_posix.cpp | 196 uptr res = internal_write(fd, buff, buff_size); in WriteToFile() 285 internal_write(fd, buffer, length); in Write()
|
| H A D | sanitizer_posix.h | 37 uptr internal_write(fd_t fd, const void *buf, uptr count);
|
| H A D | sanitizer_posix_libcdep.cpp | 315 uptr w = internal_write(fds[1], reinterpret_cast<char *>(beg), size); in IsAccessibleMemoryRange() 348 uptr w = internal_write(fds[1], s, n); in TryMemCpy()
|
| H A D | sanitizer_netbsd.cpp | 146 uptr internal_write(fd_t fd, const void *buf, uptr count) { in internal_write() function
|
| H A D | sanitizer_haiku.cpp | 149 uptr internal_write(fd_t fd, const void *buf, uptr count) { in internal_write() function
|
| H A D | sanitizer_mac.cpp | 170 uptr internal_write(fd_t fd, const void *buf, uptr count) { in internal_write() function
|
| H A D | sanitizer_linux.cpp | 333 uptr internal_write(fd_t fd, const void *buf, uptr count) { in internal_write() function
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform_linux.cpp | 180 internal_write(fd, marker.data(), marker.size() * sizeof(RawShadow)); in MapRodata()
|