| Home | Sort by: relevance | last modified time | path |
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ | |
| sanitizer_posix.h | 48 uptr internal_filesize(fd_t fd); // -1 on error. |
| sanitizer_solaris.cc | 120 uptr internal_filesize(fd_t fd) { function in namespace:__sanitizer |
| sanitizer_netbsd.cc | 165 uptr internal_filesize(fd_t fd) { function in namespace:__sanitizer |
| sanitizer_posix.cc | 202 uptr fsize = internal_filesize(fd); |
| sanitizer_mac.cc | 170 uptr internal_filesize(fd_t fd) { function in namespace:__sanitizer |
| sanitizer_linux.cc | 377 uptr internal_filesize(fd_t fd) { function in namespace:__sanitizer |
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ | |
| sanitizer_libc_test.cc | 133 uptr fsize = internal_filesize(fd); |