Searched refs:posix_fallocate64 (Results 1 – 10 of 10) sorted by relevance
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | emscripten.txt | 9 posix_fallocate64
|
| H A D | aix.txt | 2189 posix_fallocate64
|
| H A D | android.txt | 3594 posix_fallocate64
|
| H A D | linux.txt | 4092 posix_fallocate64
|
| /rust-libc-0.2.174/src/unix/linux_like/emscripten/ |
| H A D | lfs64.rs | 125 pub unsafe extern "C" fn posix_fallocate64(fd: c_int, offset: off64_t, len: off64_t) -> c_int { in posix_fallocate64() function
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/musl/ |
| H A D | lfs64.rs | 133 pub unsafe extern "C" fn posix_fallocate64(fd: c_int, offset: off64_t, len: off64_t) -> c_int { in posix_fallocate64() function
|
| /rust-libc-0.2.174/src/unix/aix/ |
| H A D | mod.rs | 3106 pub fn posix_fallocate64(fd: c_int, offset: off64_t, len: off64_t) -> c_int; in posix_fallocate64() function
|
| /rust-libc-0.2.174/src/unix/linux_like/android/ |
| H A D | mod.rs | 3559 pub fn posix_fallocate64(fd: c_int, offset: off64_t, len: off64_t) -> c_int; in posix_fallocate64() function
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 4324 pub fn posix_fallocate64(fd: c_int, offset: off64_t, len: off64_t) -> c_int; in posix_fallocate64() function
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/ |
| H A D | mod.rs | 6936 pub fn posix_fallocate64(fd: c_int, offset: off64_t, len: off64_t) -> c_int;
|