Home
last modified time | relevance | path

Searched refs:open64 (Results 1 – 25 of 41) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/fortify/
Dfcntl_ext.c27 #ifdef open64
28 #undef open64
235 int fd = open64("/proc/version", O_RDWR | O_CREAT, FILE_MODE_ALL); in open64_0010()
262 open64("/proc/version", flags); in open64_0020()
296 open64("/proc/version", flags); in open64_0030()
317 int fd = open64("/proc/version", O_RDWR); in open64_0040()
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/fcntl_gtest/
Dfcntl_open64_test.cpp21 file = open64("/proc/version", O_RDONLY);
36 file = open64("/proc/version", O_WRONLY);
52 file = open64("/proc/version", O_RDWR);
/third_party/musl/include/fortify/linux/
Dfcntl.h38 int __open64_real(const char*, int, ...) __DIAGNOSE_RENAME(open64);
85 int open64(const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags) in open64() function
97 int open64(const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags, mode_t modes) in open64() function
/third_party/musl/porting/linux/user/include/fortify/
Dfcntl.h38 int __open64_real(const char*, int, ...) __DIAGNOSE_RENAME(open64);
85 int open64(const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags) in open64() function
97 int open64(const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags, mode_t modes) in open64() function
/third_party/node/deps/zlib/patches/
D0012-lfs-open64.patch4 Subject: [PATCH] Add open64 for Large File System support to gzlib.
22 +# define OPEN open64
/third_party/ltp/testcases/kernel/mem/mmapstress/
Dmmapstress10.c325 if ((fd = open64(filename, O_CREAT | O_TRUNC | O_RDWR, 0664)) == -1) {
560 if ((fd_mapper = open64(file, O_RDWR)) == -1) {
714 if ((fd_writer = open64(file, O_RDWR)) == -1) {
800 if ((fd = open64(file, O_RDONLY)) == -1) {
Dmmapstress07.c153 if ((rofd = open64(tmpname, O_RDONLY | O_CREAT, 0777)) == -1) {
161 if ((rwfd = open64(tmpname, O_RDWR)) == -1) {
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
Dfortify_open64_chk_test.cpp22 fd = open64("/proc/version", O_RDWR | O_CREAT, 0777);
/third_party/musl/porting/linux/user/src/fcntl/
Dopen.c27 weak_alias(open, open64);
/third_party/musl/src/fcntl/
Dopen.c31 weak_alias(open, open64);
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h203 #define open64 open macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h203 #define open64 open macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h201 int open64(const char *, int, ...);
/third_party/musl/porting/linux/user/include/
Dfcntl.h204 #define open64 open macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h203 #define open64 open macro
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h203 #define open64 open macro
/third_party/musl/include/
Dfcntl.h206 #define open64 open macro
/third_party/NuttX/fs/vfs/
Dfs_open.c363 int open64 (const char *__path, int __oflag, ...) in open64() function
/third_party/mesa3d/src/intel/tools/
Dintel_sanitize_gpu.c343 open64(const char *path, int flags, ...);
/third_party/musl/porting/linux/user/src/fortify/
Dfortify.c82 return __DIAGNOSE_CALL_BYPASSING_FORTIFY(open64)(pathname, __force_O_LARGEFILE(flags), 0); in __open64_chk()
/third_party/musl/src/fortify/linux/
Dfortify.c93 return __DIAGNOSE_CALL_BYPASSING_FORTIFY(open64)(pathname, __force_O_LARGEFILE(flags), 0); in __open64_chk()
/third_party/node/deps/zlib/
Dgzlib.c14 # define OPEN open64
/third_party/mesa3d/src/drm-shim/
Ddrm_shim.c294 PUBLIC int open64(const char*, int, ...) __attribute__((alias("open")));
/third_party/pulseaudio/src/utils/
Dpadsp.c64 #undef open64
2576 #undef open64
2577 int open64(const char *filename, int flags, ...) { function
/third_party/elfutils/libdwfl/
Dlinux-kernel-modules.c58 #define open open64

12