Home
last modified time | relevance | path

Searched defs:openat (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/porting/linux/user/include/fortify/
H A Dfcntl.h36 int __openat_real(int, const char*, int, ...) __DIAGNOSE_RENAME(openat); variable
/third_party/musl/include/fortify/linux/
H A Dfcntl.h36 int __openat_real(int, const char*, int, ...) __DIAGNOSE_RENAME(openat); variable
/third_party/musl/src/fcntl/
H A Dopenat.c5 int openat(int fd, const char *filename, int flags, ...) in openat() function
/third_party/ltp/testcases/kernel/syscalls/openat/
H A Dopenat.h29 int openat(int dirfd, const char *pathname, int flags, mode_t mode) in openat() function
/third_party/rust/crates/rustix/tests/fs/
H A Dmain.rs35 mod openat; modules
/third_party/rust/crates/rustix/src/fs/
H A Dat.rs56 pub fn openat<P: path::Arg, Fd: AsFd>( in openat() functions
/third_party/rust/crates/nix/src/
H A Dfcntl.rs207 pub fn openat<P: ?Sized + NixPath>( in openat() functions
H A Ddir.rs46 pub fn openat<P: ?Sized + NixPath>( in openat() functions
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h84 #define openat _openat macro
/third_party/rust/crates/libc/src/
H A Dwasi.rs611 pub fn openat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int, ...) -> ::c_int; in openat() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1444 pub fn openat(dirfd: ::c_int, pathname: *const ::c_char, in openat() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3534 pub fn openat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int, ...) -> ::c_int; in openat() functions

Completed in 20 milliseconds