Searched defs:ftruncate (Results 1 – 7 of 7) sorted by relevance
/freebsd/tools/test/stress2/misc/ |
H A D | radix.sh | 78 perhaps, using shm_open() + ftruncate(), and touches pages 0, 1, 8, 9, function
|
/freebsd/sys/contrib/xen/io/ |
H A D | fsif.h | 152 struct fsif_truncate_request ftruncate; member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_solaris.cpp | 114 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 D | posix_compat.h | 264 inline int ftruncate(int fd, off_t length) { ftruncate() function
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | roken.h.in | 333 #define ftruncate(fd, sz) _chsize((fd), (sz)) macro
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | setattr.cc | 344 TEST_F(Setattr, ftruncate) in TEST_F() argument
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | conf.h | 1270 # define ftruncate chsize /* use chsize(2) to emulate ftruncate */ macro
|