Searched refs:ftruncate64 (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/cddl/compat/opensolaris/include/
H A Dunistd.h36 #define ftruncate64 ftruncate macro
/freebsd-10-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_file_io.h139 #define ftruncate(f,l) ftruncate64(f,l)
/freebsd-10-stable/contrib/pjdfstest/
H A Dpjdfstest.c50 #define ftruncate64 ftruncate macro
873 rval = ftruncate64(NUM(0), NUM(1));
/freebsd-10-stable/tools/regression/pjdfstest/
H A Dpjdfstest.c50 #define ftruncate64 ftruncate macro
869 rval = ftruncate64(NUM(0), NUM(1));
/freebsd-10-stable/sys/amd64/linux32/
H A Dlinux32_machdep.c651 if (ldebug(ftruncate64))
652 printf(ARGS(ftruncate64, "%u, %jd"), args->fd,
/freebsd-10-stable/sys/i386/linux/
H A Dlinux_machdep.c617 if (ldebug(ftruncate64))
618 printf(ARGS(ftruncate64, "%u, %jd"), args->fd,
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c2583 if (dtp->dt_cdefs_fd != -1 && (ftruncate64(dtp->dt_cdefs_fd, 0) == -1 ||
2588 if (dtp->dt_ddefs_fd != -1 && (ftruncate64(dtp->dt_ddefs_fd, 0) == -1 ||
/freebsd-10-stable/contrib/apr/
H A Dconfigure18731 if (ftruncate64(fd, off) != 0)

Completed in 297 milliseconds