Searched refs:posix_fallocate (Results 1 – 9 of 9) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/test/unistd/ |
A D | tst-posix_fallocate.c | 49 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 D | Makefile.in | 8 TESTS_DISABLED += tst-posix_fallocate
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | posix_fallocate.c | 17 int posix_fallocate(int fd, __off_t offset, __off_t len) in posix_fallocate() function 41 strong_alias(posix_fallocate,posix_fallocate64)
|
A D | Makefile.in | 91 posix_fallocate.c posix_fallocate64.c
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | fcntl.h | 227 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 D | fcntl-ADV.SUSv4.syms | 2 posix_fallocate
|
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/ |
A D | uClibc_vs_SuSv3.txt | 96 fcntl.h: posix_fallocate (depend on ADV)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/ |
A D | .gitignore | 323 unistd/tst-posix_fallocate
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/ |
A D | Config.in | 1161 posix_fallocate()
|
Completed in 8 milliseconds