HomeSort by: relevance | last modified time | path
    Searched refs:posix_fallocate (Results 1 - 14 of 14) sorted by relevancy

  /src/lib/libc/sys/
posix_fallocate.c 1 /* $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
  /src/tests/lib/libc/sys/
t_posix_fallocate.c 46 rc = posix_fallocate(-1, 0, 4096);
  /src/sys/sys/
fcntl.h 352 int posix_fallocate(int, off_t, off_t);
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Path.inc 570 // If we have posix_fallocate use it. Unlike ftruncate it always allocates
572 if (int Err = ::posix_fallocate(FD, 0, Size)) {
  /src/external/gpl3/gdb/dist/sim/common/
dv-cfi.c 738 posix_fallocate (fd, 0, cfi->dev_size);
  /src/external/gpl3/gdb.old/dist/sim/common/
dv-cfi.c 738 posix_fallocate (fd, 0, cfi->dev_size);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
fcntl.d 903 int posix_fallocate(int, off_t, off_t);
  /src/lib/libc/include/
namespace.h 574 #define posix_fallocate _posix_fallocate macro
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 242 /* 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
  /src/sys/rump/librump/rumpkern/
rump_syscalls.c 6401 __weak_alias(posix_fallocate,rump___sysimpl_posix_fallocate);
8576 }, /* 479 = posix_fallocate */
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 250 /* posix_fallocate used if available. */
1886 /* A wrapper around posix_fallocate, falling back to ftruncate
1891 int result = posix_fallocate (fd, offset, length);
  /src/external/gpl3/gcc.old/dist/gcc/
configure 10642 gettimeofday mbstowcs wcswidth mmap posix_fallocate setlocale \
  /src/external/gpl3/gcc/dist/gcc/
configure 10785 gettimeofday mbstowcs wcswidth mmap posix_fallocate setlocale \
    [all...]
  /src/external/public-domain/sqlite/dist/
sqlite3.c     [all...]

Completed in 162 milliseconds