Home
last modified time | relevance | path

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

/rust-libc-0.2.174/libc-test/semver/
H A Dillumos.txt23 posix_fallocate
H A Dcygwin.txt734 posix_fallocate
H A Dfuchsia.txt1372 posix_fallocate
H A Ddragonfly.txt1477 posix_fallocate
H A Dfreebsd.txt2136 posix_fallocate
H A Daix.txt2188 posix_fallocate
H A Dandroid.txt3593 posix_fallocate
H A Dlinux.txt4091 posix_fallocate
/rust-libc-0.2.174/src/unix/linux_like/emscripten/
H A Dlfs64.rs126 crate::posix_fallocate(fd, offset, len) in posix_fallocate64()
H A Dmod.rs1465 pub fn posix_fallocate(fd: c_int, offset: off_t, len: off_t) -> c_int; in posix_fallocate() function
/rust-libc-0.2.174/src/unix/linux_like/linux/musl/
H A Dlfs64.rs134 crate::posix_fallocate(fd, offset, len) in posix_fallocate64()
/rust-libc-0.2.174/src/wasi/
H A Dmod.rs720 pub fn posix_fallocate(fd: c_int, offset: off_t, len: off_t) -> c_int; in posix_fallocate() function
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/
H A Dmod.rs1605 pub fn posix_fallocate(fd: c_int, offset: off_t, len: off_t) -> c_int; in posix_fallocate() function
/rust-libc-0.2.174/src/unix/haiku/
H A Dmod.rs1755 pub fn posix_fallocate(fd: c_int, offset: off_t, len: off_t) -> c_int; in posix_fallocate() function
/rust-libc-0.2.174/src/unix/cygwin/
H A Dmod.rs2478 pub fn posix_fallocate(fd: c_int, offset: off_t, len: off_t) -> c_int; in posix_fallocate() function
/rust-libc-0.2.174/
H A DCHANGELOG.md516 - Solarish: add `POLLRDHUP`, `POSIX_FADV_*`, `O_RSYNC`, and `posix_fallocate` <https://github.com/r…
/rust-libc-0.2.174/src/unix/nto/
H A Dmod.rs2922 pub fn posix_fallocate(fd: c_int, offset: off_t, len: off_t) -> c_int; in posix_fallocate() function
/rust-libc-0.2.174/src/unix/solarish/
H A Dmod.rs2631 pub fn posix_fallocate(fd: c_int, offset: off_t, len: off_t) -> c_int; in posix_fallocate() function
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs3105 pub fn posix_fallocate(fd: c_int, offset: off_t, len: off_t) -> c_int; in posix_fallocate() function
/rust-libc-0.2.174/src/unix/linux_like/android/
H A Dmod.rs3558 pub fn posix_fallocate(fd: c_int, offset: off_t, len: off_t) -> c_int; in posix_fallocate() function
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs4323 pub fn posix_fallocate(fd: c_int, offset: off_t, len: off_t) -> c_int; in posix_fallocate() function
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs4054 pub fn posix_fallocate(fd: c_int, offset: off_t, len: off_t) -> c_int; in posix_fallocate() function
/rust-libc-0.2.174/src/unix/linux_like/linux/
H A Dmod.rs6346 pub fn posix_fallocate(fd: c_int, offset: off_t, len: off_t) -> c_int; in posix_fallocate() function