Home
last modified time | relevance | path

Searched refs:openat (Results 1 – 14 of 14) sorted by relevance

/rust-libc-0.2.174/src/unix/linux_like/emscripten/
H A Dlfs64.rs112 pub use crate::{open as open64, openat as openat64};
/rust-libc-0.2.174/src/unix/linux_like/linux/musl/
H A Dlfs64.rs120 pub use crate::{open as open64, openat as openat64};
/rust-libc-0.2.174/libc-test/semver/
H A Dopenbsd.txt1198 openat
H A Dfuchsia.txt1365 openat
H A Dnetbsd.txt1457 openat
H A Ddragonfly.txt1471 openat
H A Dfreebsd.txt2121 openat
H A Dapple.txt2106 openat
H A Dandroid.txt3574 openat
H A Dlinux.txt4078 openat
/rust-libc-0.2.174/src/wasi/
H A Dmod.rs647 pub fn openat(dirfd: c_int, pathname: *const c_char, flags: c_int, ...) -> c_int; in openat() function
/rust-libc-0.2.174/src/unix/
H A Dmod.rs1714 pub fn openat(dirfd: c_int, pathname: *const c_char, flags: c_int, ...) -> c_int;
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs4104 pub fn openat(__fd: c_int, __file: *const c_char, __oflag: c_int, ...) -> c_int; in openat() function
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs3609 pub fn openat(dirfd: c_int, pathname: *const c_char, flags: c_int, ...) -> c_int; in openat() function