Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/apr/include/arch/unix/
HDapr_arch_file_io.h139 #define ftruncate(f,l) ftruncate64(f,l) macro
/freebsd-11-stable/gnu/usr.bin/rcs/ci/
HDci.c639 # define ftruncate(fd,length) (-1) macro
/freebsd-11-stable/contrib/gdb/include/gdb/
HDcallback.h96 int (*ftruncate) PARAMS ((host_callback *, int, long)); member
/freebsd-11-stable/sys/xen/interface/io/
HDfsif.h152 struct fsif_truncate_request ftruncate; member
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
HDos.h131 # define ftruncate(fd, s) chsize(fd, s) macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_solaris.cpp100 DECLARE__REAL_AND_INTERNAL(uptr, ftruncate, fd_t fd, uptr size) { in DECLARE__REAL_AND_INTERNAL() argument
/freebsd-11-stable/crypto/heimdal/lib/roken/
HDroken.h.in333 #define ftruncate(fd, sz) _chsize((fd), (sz)) macro
/freebsd-11-stable/contrib/sendmail/include/sm/
HDconf.h1269 # define ftruncate chsize /* use chsize(2) to emulate ftruncate */ macro