Home
last modified time | relevance | path

Searched defs:openat64 (Results 1 - 11 of 11) sorted by relevance

/third_party/musl/porting/linux/user/include/fortify/
H A Dfcntl.h39 int __openat64_real(int, const char*, int, ...) __DIAGNOSE_RENAME(openat64); variable
/third_party/musl/include/fortify/linux/
H A Dfcntl.h39 int __openat64_real(int, const char*, int, ...) __DIAGNOSE_RENAME(openat64); variable
/third_party/musl/libc-test/src/functionalext/fortify/
H A Dfcntl_ext.c32 #undef openat64 macro
[all...]
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h205 #define openat64 openat macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h204 #define openat64 openat macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h204 #define openat64 openat macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h204 #define openat64 openat macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h196 #define openat64 openat macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h204 #define openat64 openat macro
/third_party/musl/include/
H A Dfcntl.h207 #define openat64 openat macro
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1719 pub fn openat64(fd: ::c_int, path: *const c_char, oflag: ::c_int, ...) -> ::c_int; in openat64() functions

Completed in 10 milliseconds