Searched defs:ftruncate (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/contrib/apr/include/arch/unix/ |
| HD | apr_arch_file_io.h | 139 #define ftruncate(f,l) ftruncate64(f,l) macro
|
| /freebsd-11-stable/gnu/usr.bin/rcs/ci/ |
| HD | ci.c | 639 # define ftruncate(fd,length) (-1) macro
|
| /freebsd-11-stable/contrib/gdb/include/gdb/ |
| HD | callback.h | 96 int (*ftruncate) PARAMS ((host_callback *, int, long)); member
|
| /freebsd-11-stable/sys/xen/interface/io/ |
| HD | fsif.h | 152 struct fsif_truncate_request ftruncate; member
|
| /freebsd-11-stable/contrib/libreadline/examples/rlfe/ |
| HD | os.h | 131 # define ftruncate(fd, s) chsize(fd, s) macro
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_solaris.cpp | 100 DECLARE__REAL_AND_INTERNAL(uptr, ftruncate, fd_t fd, uptr size) { in DECLARE__REAL_AND_INTERNAL() argument
|
| /freebsd-11-stable/crypto/heimdal/lib/roken/ |
| HD | roken.h.in | 333 #define ftruncate(fd, sz) _chsize((fd), (sz)) macro
|
| /freebsd-11-stable/contrib/sendmail/include/sm/ |
| HD | conf.h | 1269 # define ftruncate chsize /* use chsize(2) to emulate ftruncate */ macro
|