Searched refs:posix_fallocate (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/lib/libc/sys/
H A Dposix_fallocate.c1 /* $NetBSD: posix_fallocate.c,v 1.2 2016/06/30 15:29:20 dholland Exp $ */
36 __RCSID("$NetBSD: posix_fallocate.c,v 1.2 2016/06/30 15:29:20 dholland Exp $");
49 posix_fallocate(int fd, off_t off, off_t len) function
H A DMakefile.inc38 GLUENOERR+= posix_fallocate.c
328 MLINKS+=fdiscard.2 posix_fallocate.2
/netbsd-current/tests/lib/libc/sys/
H A Dt_posix_fallocate.c46 rc = posix_fallocate(-1, 0, 4096);
/netbsd-current/sys/sys/
H A Dfcntl.h339 int posix_fallocate(int, off_t, off_t);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc570 // If we have posix_fallocate use it. Unlike ftruncate it always allocates
572 if (int Err = ::posix_fallocate(FD, 0, Size)) {
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Ddv-cfi.c735 posix_fallocate (fd, 0, cfi->dev_size);
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Ddv-cfi.c736 posix_fallocate (fd, 0, cfi->dev_size);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d903 int posix_fallocate(int, off_t, off_t);
/netbsd-current/lib/libc/include/
H A Dnamespace.h564 #define posix_fallocate _posix_fallocate macro
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Doptions.h1140 DEFINE_bool(posix_fallocate, options::TWO_DASHES, '\0', true,
1141 N_("Use posix_fallocate to reserve space in the output file"),
H A Doutput.cc122 // A wrapper around posix_fallocate. If we don't have posix_fallocate,
134 if (parameters->options().posix_fallocate())
136 int err = ::posix_fallocate(o, offset, len);
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doptions.h1149 DEFINE_bool(posix_fallocate, options::TWO_DASHES, '\0', true,
1150 N_("Use posix_fallocate to reserve space in the output file"),
H A Doutput.cc122 // A wrapper around posix_fallocate. If we don't have posix_fallocate,
134 if (parameters->options().posix_fallocate())
136 int err = ::posix_fallocate(o, offset, len);
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doptions.h1157 DEFINE_bool(posix_fallocate, options::TWO_DASHES, '\0', true,
1158 N_("Use posix_fallocate to reserve space in the output file"),
H A Doutput.cc123 // A wrapper around posix_fallocate. If we don't have posix_fallocate,
135 if (parameters->options().posix_fallocate())
137 int err = ::posix_fallocate(o, offset, len);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc242 /* posix_fallocate used if available. */
1851 #define posix_fallocate(fd,off,len) ftruncate (fd, off + len) macro
1856 if (!posix_fallocate (fd, offset, ext * 2))
1864 if (!extending || !posix_fallocate (fd, offset, ext))
1874 #undef posix_fallocate macro
/netbsd-current/sys/rump/librump/rumpkern/
H A Drump_syscalls.c6399 __weak_alias(posix_fallocate,rump___sysimpl_posix_fallocate);
8574 }, /* 479 = posix_fallocate */
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dconfigure10642 gettimeofday mbstowcs wcswidth mmap posix_fallocate setlocale \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c[all...]

Completed in 1100 milliseconds