Home
last modified time | relevance | path

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

12

/external/ltp/testcases/kernel/io/direct_io/
Ddiotest5.c221 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()
/external/openssh/openbsd-compat/
Dport-solaris.c53 if ((stat_fd = open64(CT_LATEST, O_RDONLY)) == -1) { in get_active_process_contract_id()
78 if ((tmpl_fd = open64(CT_TEMPLATE, O_RDWR)) == -1) { in solaris_contract_pre_fork()
174 if ((ctl_fd = open64(ctl_path, O_WRONLY)) < 0) { in solaris_contract_post_fork_parent()
/external/compiler-rt/lib/esan/
Desan_interceptors.cpp270 INTERCEPTOR(int, open64, const char *name, int flags, int mode) { in INTERCEPTOR() argument
272 COMMON_INTERCEPTOR_ENTER(ctx, open64, name, flags, mode); in INTERCEPTOR()
274 return REAL(open64)(name, flags, mode); in INTERCEPTOR()
276 #define ESAN_MAYBE_INTERCEPT_OPEN64 INTERCEPT_FUNCTION(open64)
/external/ltp/testcases/kernel/mem/mmapstress/
Dmmapstress07.c153 if ((rofd = open64(tmpname, O_RDONLY | O_CREAT, 0777)) == -1) {
161 if ((rwfd = open64(tmpname, O_RDWR)) == -1) {
Dmmapstress10.c326 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) {
Dmmapstress01.c283 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) {
/external/autotest/client/site_tests/platform_ToolchainTests/src/
Dclang-fortify-tests.cpp219 open64("/", 0, 0, 0); in testFcntl()
230 open64("/", O_CREAT); in testFcntl()
232 open64("/", O_TMPFILE); in testFcntl()
/external/ltp/utils/ffsb-6.0-rc2/
Dfh.c37 #define open64 open macro
82 fd = open64(filename, flags, S_IRWXU); in fhopenhelper()
Dconfigure.in46 AC_CHECK_FUNCS(system gettimeofday mkdir strerror open64 stat64 fseeko64 lrand48_r srand48_r)
Dconfig.h.in33 /* Define to 1 if you have the `open64' function. */
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
DIntercept.cpp69 sys::DynamicLibrary::AddSymbol("\x1open64", (void*)(intptr_t)open64); in StatSymbols()
/external/e2fsprogs/misc/
De4defrag.c1112 fd = open64(file, O_RDONLY); in file_statistic()
1463 fd = open64(file, O_RDWR); in file_defrag()
1533 donor_fd = open64(tmp_inode_name, O_WRONLY | O_CREAT | O_EXCL, S_IRUSR); in file_defrag()
Dfilefrag.c401 fd = open64(filename, O_RDONLY);
/external/e2fsprogs/lib/ext2fs/
Dunix_io.c528 return open64(pathname, flags, mode); in ext2fs_open_file()
530 return open64(pathname, flags); in ext2fs_open_file()
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll519 ; CHECK: declare void @open64(...)
520 declare void @open64(...)
Dannotate.ll535 ; CHECK-LINUX: declare i32 @open64(i8* nocapture readonly, i32, ...)
536 declare i32 @open64(i8*, i32, ...)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll648 ; CHECK: declare void @open64(...)
649 declare void @open64(...)
Dannotate.ll667 ; CHECK-LINUX: declare i32 @open64(i8* nocapture readonly, i32, ...)
668 declare i32 @open64(i8*, i32, ...)
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc1407 TSAN_INTERCEPTOR(int, open64, const char *name, int flags, int mode) { in TSAN_INTERCEPTOR() argument
1408 SCOPED_TSAN_INTERCEPTOR(open64, name, flags, mode); in TSAN_INTERCEPTOR()
1410 int fd = REAL(open64)(name, flags, mode); in TSAN_INTERCEPTOR()
1415 #define TSAN_MAYBE_INTERCEPT_OPEN64 TSAN_INTERCEPT(open64)
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def780 /// int open64(const char *filename, int flags[, mode_t mode])
781 TLI_DEFINE_ENUM_INTERNAL(open64)
782 TLI_DEFINE_STRING_INTERNAL("open64")
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp390 TLI.setUnavailable(LibFunc::open64); in initialize()
860 case LibFunc::open64: in isValidProtoForLibFunc()
/external/e2fsprogs/doc/RelNotes/
Dv1.19.txt140 We now try to use lseek64 and open64 from the LFS if possible.
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def974 /// int open64(const char *filename, int flags[, mode_t mode])
975 TLI_DEFINE_ENUM_INTERNAL(open64)
976 TLI_DEFINE_STRING_INTERNAL("open64")
/external/elfutils/libdwfl/
Dlinux-kernel-modules.c58 #define open open64
/external/strace/
Dutil.c1225 # define open_file open64

12