Searched defs:posix_fallocate (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/lib/libc/sys/
H A Dposix_fallocate.c49 posix_fallocate(int fd, off_t off, off_t len) function
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc1851 #define posix_fallocate(fd,off,len) ftruncate (fd, off + len) macro
1874 #undef posix_fallocate macro
/netbsd-current/lib/libc/include/
H A Dnamespace.h564 #define posix_fallocate _posix_fallocate macro

Completed in 274 milliseconds