Searched defs:openat (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/porting/linux/user/include/fortify/ |
H A D | fcntl.h | 36 int __openat_real(int, const char*, int, ...) __DIAGNOSE_RENAME(openat); variable
|
/third_party/musl/include/fortify/linux/ |
H A D | fcntl.h | 36 int __openat_real(int, const char*, int, ...) __DIAGNOSE_RENAME(openat); variable
|
/third_party/musl/src/fcntl/ |
H A D | openat.c | 5 int openat(int fd, const char *filename, int flags, ...) in openat() function
|
/third_party/ltp/testcases/kernel/syscalls/openat/ |
H A D | openat.h | 29 int openat(int dirfd, const char *pathname, int flags, mode_t mode) in openat() function
|
/third_party/rust/crates/rustix/tests/fs/ |
H A D | main.rs | 35 mod openat; modules
|
/third_party/rust/crates/rustix/src/fs/ |
H A D | at.rs | 56 pub fn openat<P: path::Arg, Fd: AsFd>( in openat() functions
|
/third_party/rust/crates/nix/src/ |
H A D | fcntl.rs | 207 pub fn openat<P: ?Sized + NixPath>( in openat() functions
|
H A D | dir.rs | 46 pub fn openat<P: ?Sized + NixPath>( in openat() functions
|
/third_party/FreeBSD/lib/libc/include/ |
H A D | namespace.h | 84 #define openat _openat
macro
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 611 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 D | mod.rs | 1444 pub fn openat(dirfd: ::c_int, pathname: *const ::c_char, in openat() functions
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3534 pub fn openat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int, ...) -> ::c_int; in openat() functions
|
Completed in 20 milliseconds