Searched defs:open64 (Results 1 - 13 of 13) sorted by relevance
/third_party/musl/porting/linux/user/include/fortify/ |
H A D | fcntl.h | 38 int __open64_real(const char*, int, ...) __DIAGNOSE_RENAME(open64); variable
|
/third_party/musl/include/fortify/linux/ |
H A D | fcntl.h | 38 int __open64_real(const char*, int, ...) __DIAGNOSE_RENAME(open64); variable
|
/third_party/NuttX/fs/vfs/ |
H A D | fs_open.c | 363 int open64 (const char *__path, int __oflag, ...) in open64() function
|
/third_party/musl/libc-test/src/functionalext/fortify/ |
H A D | fcntl_ext.c | 28 #undef open64 macro [all...] |
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | user_syms.c | 58 EXPORT_SYMBOL_PROTO(open64); variable
|
/third_party/musl/porting/linux/user/include/ |
H A D | fcntl.h | 204 #define open64 open macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | fcntl.h | 203 #define open64 open macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | fcntl.h | 203 #define open64 open macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | fcntl.h | 203 #define open64 open macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | fcntl.h | 203 #define open64 open macro
|
/third_party/musl/include/ |
H A D | fcntl.h | 206 #define open64 open macro
|
/third_party/pulseaudio/src/utils/ |
H A D | padsp.c | 64 #undef open64 macro 2576 #undef open64 macro 2577 int open64(const char *filename, int flags, ...) { function
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1718 pub fn open64(path: *const c_char, oflag: ::c_int, ...) -> ::c_int; in open64() functions
|
Completed in 14 milliseconds