Home
last modified time | relevance | path

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

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