Home
last modified time | relevance | path

Searched refs:posix_fallocate (Results 1 – 9 of 9) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/test/unistd/
A Dtst-posix_fallocate.c49 if (posix_fallocate (fd, 512, 768) != 0) in do_test()
68 if (posix_fallocate (fd, 0, 1024) != 0) in do_test()
86 if (posix_fallocate (fd, 2048, 64) != 0) in do_test()
A DMakefile.in8 TESTS_DISABLED += tst-posix_fallocate
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dposix_fallocate.c17 int posix_fallocate(int fd, __off_t offset, __off_t len) in posix_fallocate() function
41 strong_alias(posix_fallocate,posix_fallocate64)
A DMakefile.in91 posix_fallocate.c posix_fallocate64.c
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dfcntl.h227 extern int posix_fallocate (int __fd, __off_t __offset, __off_t __len);
230 extern int __REDIRECT (posix_fallocate, (int __fd, __off64_t __offset,
234 # define posix_fallocate posix_fallocate64 macro
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/
A Dfcntl-ADV.SUSv4.syms2 posix_fallocate
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/
A DuClibc_vs_SuSv3.txt96 fcntl.h: posix_fallocate (depend on ADV)
/l4re-core-master/uclibc/lib/contrib/uclibc/test/
A D.gitignore323 unistd/tst-posix_fallocate
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/
A DConfig.in1161 posix_fallocate()

Completed in 7 milliseconds