Home
last modified time | relevance | path

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

/freebsd/tools/test/stress2/misc/
H A Dradix.sh78 perhaps, using shm_open() + ftruncate(), and touches pages 0, 1, 8, 9, function
/freebsd/sys/contrib/xen/io/
H A Dfsif.h152 struct fsif_truncate_request ftruncate; member
/freebsd/contrib/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
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h264 inline int ftruncate(int fd, off_t length) { ftruncate() function
/freebsd/crypto/heimdal/lib/roken/
H A Droken.h.in333 #define ftruncate(fd, sz) _chsize((fd), (sz)) macro
/freebsd/tests/sys/fs/fusefs/
H A Dsetattr.cc344 TEST_F(Setattr, ftruncate) in TEST_F() argument
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h1270 # define ftruncate chsize /* use chsize(2) to emulate ftruncate */ macro