Home
last modified time | relevance | path

Searched refs:ftruncate64 (Results 1 – 7 of 7) sorted by relevance

/freebsd/cddl/compat/opensolaris/include/
H A Dunistd.h34 #define ftruncate64 ftruncate macro
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
H A Dfile_trunc.c232 if (ftruncate64(fd, (offset + roffset)) < 0) { in do_trunc()
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h130 #define ftruncate64 ftruncate macro
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors_posix.cpp296 INTERCEPTOR(int, ftruncate64, int fd, off64_t length) { argument
298 return REAL(ftruncate64)(fd, length);
301 #define RTSAN_MAYBE_INTERCEPT_FTRUNCATE64 INTERCEPT_FUNCTION(ftruncate64)
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c2574 if (dtp->dt_cdefs_fd != -1 && (ftruncate64(dtp->dt_cdefs_fd, 0) == -1 || in dt_compile()
2579 if (dtp->dt_ddefs_fd != -1 && (ftruncate64(dtp->dt_ddefs_fd, 0) == -1 || in dt_compile()
/freebsd/contrib/pjdfstest/
H A Dpjdfstest.c1019 rval = ftruncate64(NUM(0), NUM(1)); in call_syscall()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1806 fun:ftruncate64=uninstrumented