| /external/trusty/musl/src/fcntl/ |
| D | posix_fallocate.c | 4 int posix_fallocate(int fd, off_t base, off_t len) in posix_fallocate() function
|
| /external/musl/src/fcntl/ |
| D | posix_fallocate.c | 4 int posix_fallocate(int fd, off_t base, off_t len) in posix_fallocate() function
|
| /external/toybox/lib/ |
| D | portability.c | 385 int posix_fallocate(int fd, off_t offset, off_t length) in posix_fallocate() function
|
| /external/rust/crates/libc/src/ |
| D | wasi.rs | 697 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
|
| /external/rust/crates/libc/src/unix/linux_like/emscripten/ |
| D | mod.rs | 1685 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
|
| /external/rust/crates/libc/src/unix/haiku/ |
| D | mod.rs | 1736 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
|
| /external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
| D | mod.rs | 1583 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
|
| /external/rust/crates/libc/src/unix/nto/ |
| D | mod.rs | 2991 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
|
| /external/rust/crates/libc/src/unix/aix/ |
| D | mod.rs | 3063 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
|
| /external/rust/crates/libc/src/unix/linux_like/android/ |
| D | mod.rs | 3701 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
|
| /external/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 4076 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
|
| /external/rust/crates/libc/src/unix/hurd/ |
| D | mod.rs | 4375 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
|
| /external/rust/crates/libc/src/unix/linux_like/linux/ |
| D | mod.rs | 5044 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() function
|