Home
last modified time | relevance | path

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

12

/external/valgrind/memcheck/tests/x86-solaris/
Dscalar_obsolete.stderr.exp51 Syscall param open64(filename) contains uninitialised byte(s)
54 Syscall param open64(flags) contains uninitialised byte(s)
64 Syscall param open64(filename) contains uninitialised byte(s)
67 Syscall param open64(flags) contains uninitialised byte(s)
70 Syscall param open64(mode) contains uninitialised byte(s)
/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.c328 if ((fd = open64(filename, O_CREAT | O_TRUNC | O_RDWR, 0664)) == -1) {
563 if ((fd_mapper = open64(file, O_RDWR)) == -1) {
717 if ((fd_writer = open64(file, O_RDWR)) == -1) {
803 if ((fd = open64(file, O_RDONLY)) == -1) {
Dmmapstress01.c284 if ((fd = open64(filename, O_CREAT | O_TRUNC | O_RDWR, 0664)) == -1) {
495 if ((fd = open64(file, O_RDWR)) == -1) {
613 if ((fd = open64(file, O_RDONLY)) == -1) {
/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.c1110 fd = open64(file, O_RDONLY); in file_statistic()
1461 fd = open64(file, O_RDWR); in file_defrag()
1531 donor_fd = open64(tmp_inode_name, O_WRONLY | O_CREAT | O_EXCL, S_IRUSR); in file_defrag()
Dfilefrag.c398 fd = open64(filename, O_RDONLY);
/external/e2fsprogs/lib/ext2fs/
Dunix_io.c457 return open64(pathname, flags, mode); in ext2fs_open_file()
459 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/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/elfutils/libdwfl/
Dlinux-kernel-modules.c51 #define open open64
DChangeLog111 * argp-std.c (parse_opt): Replace open64 with open.
124 (try_open): Likewise, and replace open64 with open.
125 * linux-kernel-modules.c: Manually define open and fopen to open64 and
127 (try_kernel_name): Replace open64 with open.
/external/strace/
Dutil.c1414 # define open_file open64
Dconfigure.ac277 open64
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp663 case LibFunc::open64: in inferLibFuncAttributes()
/external/e2fsprogs/lib/
Dconfig.h.in322 /* Define to 1 if you have the `open64' function. */

12