| /kernel/linux/linux-5.10/tools/perf/examples/bpf/ |
| H A D | hello.c | 3 int syscall_enter(openat)(void *args) in openat() function
|
| H A D | sys_enter_openat.c | 28 int syscall_enter(openat)(struct syscall_enter_openat_args *args) in openat() function
|
| H A D | etcsnoop.c | 64 augmented_filename_syscall_enter(openat); variable
|
| H A D | augmented_syscalls.c | 72 augmented_filename_syscall(openat); variable
|
| /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
|