/third_party/musl/porting/linux/user/include/fortify/ |
D | fcntl.h | 38 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/libc-test/src/functionalext/fortify/ |
D | fcntl_ext.c | 198 int fd = open64("/proc/version", O_RDWR | O_CREAT, FILE_MODE_ALL); in open64_0010() 225 open64("/proc/version", flags); in open64_0020() 259 open64("/proc/version", flags); in open64_0030()
|
/third_party/ltp/testcases/kernel/io/direct_io/ |
D | diotest5.c | 221 if ((fd_r = open64(filename, O_DIRECT | O_RDONLY | O_CREAT, 0666)) < 0) { in main() 243 if ((fd_r = open64(filename, O_RDONLY | O_CREAT, 0666)) < 0) { in main() 264 if ((fd_r = open64(filename, O_DIRECT | O_RDONLY | O_CREAT, 0666)) < 0) { in main()
|
/third_party/musl/src/fcntl/ |
D | open.c | 23 weak_alias(open, open64);
|
/third_party/ltp/testcases/kernel/mem/mmapstress/ |
D | mmapstress07.c | 153 if ((rofd = open64(tmpname, O_RDONLY | O_CREAT, 0777)) == -1) { 161 if ((rwfd = open64(tmpname, O_RDWR)) == -1) {
|
D | mmapstress10.c | 326 if ((fd = open64(filename, O_CREAT | O_TRUNC | O_RDWR, 0664)) == -1) { 561 if ((fd_mapper = open64(file, O_RDWR)) == -1) { 715 if ((fd_writer = open64(file, O_RDWR)) == -1) { 801 if ((fd = open64(file, O_RDONLY)) == -1) {
|
D | mmapstress01.c | 283 if ((fd = open64(filename, O_CREAT | O_TRUNC | O_RDWR, 0664)) == -1) { 494 if ((fd = open64(file, O_RDWR)) == -1) { 612 if ((fd = open64(file, O_RDONLY)) == -1) {
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 203 #define open64 open macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 203 #define open64 open macro
|
/third_party/musl/ndk_musl_include/ |
D | fcntl.h | 203 #define open64 open macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 203 #define open64 open macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 203 #define open64 open macro
|
/third_party/musl/include/ |
D | fcntl.h | 203 #define open64 open macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 201 int open64(const char *, int, ...);
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 204 #define open64 open macro
|
/third_party/NuttX/fs/vfs/ |
D | fs_open.c | 342 int open64 (const char *__path, int __oflag, ...) in open64() function
|
/third_party/mesa3d/src/intel/tools/ |
D | intel_sanitize_gpu.c | 343 open64(const char *path, int flags, ...);
|
/third_party/e2fsprogs/misc/ |
D | e4defrag.c | 1117 fd = open64(file, O_RDONLY); in file_statistic() 1478 fd = open64(file, O_RDWR); in file_defrag() 1545 donor_fd = open64(tmp_inode_name, O_WRONLY | O_CREAT | O_EXCL, S_IRUSR); in file_defrag()
|
D | filefrag.c | 432 fd = open64(filename, O_RDONLY);
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | windows_io.c | 990 return open64(pathname, flags, mode); in ext2fs_open_file() 992 return open64(pathname, flags); in ext2fs_open_file()
|
D | unix_io.c | 641 return open64(pathname, flags, mode); in ext2fs_open_file() 643 return open64(pathname, flags); in ext2fs_open_file()
|
/third_party/musl/porting/linux/user/src/fortify/ |
D | fortify.c | 82 return __DIAGNOSE_CALL_BYPASSING_FORTIFY(open64)(pathname, __force_O_LARGEFILE(flags), 0); in __open64_diagnose()
|
/third_party/mesa3d/src/drm-shim/ |
D | drm_shim.c | 291 PUBLIC int open64(const char*, int, ...) __attribute__((alias("open")));
|
/third_party/pulseaudio/src/utils/ |
D | padsp.c | 64 #undef open64 2576 #undef open64 2577 int open64(const char *filename, int flags, ...) { function
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.19.txt | 140 We now try to use lseek64 and open64 from the LFS if possible.
|