HomeSort by: relevance | last modified time | path
    Searched defs:posix_fallocate (Results 1 - 6 of 6) 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
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/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
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/lib/libc/include/
namespace.h 574 #define posix_fallocate _posix_fallocate macro
namespace.h 574 #define posix_fallocate _posix_fallocate macro

Completed in 44 milliseconds