Home
last modified time | relevance | path

Searched defs:ftruncate (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp114 DECLARE__REAL_AND_INTERNAL(uptr, ftruncate, fd_t fd, uptr size) { in DECLARE__REAL_AND_INTERNAL() argument
/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h263 inline int ftruncate(int fd, off_t length) { ftruncate() function