/external/valgrind/memcheck/tests/x86-solaris/ |
D | scalar_obsolete.stderr.exp | 51 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/openssh/openbsd-compat/ |
D | port-solaris.c | 55 if ((stat_fd = open64(CT_LATEST, O_RDONLY)) == -1) { in get_active_process_contract_id() 80 if ((tmpl_fd = open64(CT_TEMPLATE, O_RDWR)) == -1) { in solaris_contract_pre_fork() 176 if ((ctl_fd = open64(ctl_path, O_WRONLY)) < 0) { in solaris_contract_post_fork_parent()
|
/external/ltp/testcases/kernel/io/direct_io/ |
D | diotest5.c | 224 if ((fd_r = open64(filename, O_DIRECT | O_RDONLY | O_CREAT, 0666)) < 0) { in main() 246 if ((fd_r = open64(filename, O_RDONLY | O_CREAT, 0666)) < 0) { in main() 267 if ((fd_r = open64(filename, O_DIRECT | O_RDONLY | O_CREAT, 0666)) < 0) { in main()
|
/external/compiler-rt/lib/esan/ |
D | esan_interceptors.cpp | 270 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/ |
D | mmapstress04.c | 164 if ((rofd = open64(filename, O_RDONLY | O_CREAT, 0777)) == -1) { 172 if ((rwfd = open64(filename, O_RDWR)) == -1) {
|
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 | 328 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) {
|
D | mmapstress01.c | 284 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/ |
D | fh.c | 37 #define open64 open macro 82 fd = open64(filename, flags, S_IRWXU); in fhopenhelper()
|
D | configure.in | 46 AC_CHECK_FUNCS(system gettimeofday mkdir strerror open64 stat64 fseeko64 lrand48_r srand48_r)
|
D | config.h.in | 33 /* Define to 1 if you have the `open64' function. */
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/ |
D | Intercept.cpp | 69 sys::DynamicLibrary::AddSymbol("\x1open64", (void*)(intptr_t)open64); in StatSymbols()
|
/external/e2fsprogs/misc/ |
D | e4defrag.c | 1110 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()
|
D | filefrag.c | 398 fd = open64(filename, O_RDONLY);
|
/external/e2fsprogs/lib/ext2fs/ |
D | unix_io.c | 457 return open64(pathname, flags, mode); in ext2fs_open_file() 459 return open64(pathname, flags); in ext2fs_open_file()
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 519 ; CHECK: declare void @open64(...) 520 declare void @open64(...)
|
D | annotate.ll | 535 ; CHECK-LINUX: declare i32 @open64(i8* nocapture readonly, i32, ...) 536 declare i32 @open64(i8*, i32, ...)
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1407 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/ |
D | TargetLibraryInfo.def | 780 /// 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/ |
D | TargetLibraryInfo.cpp | 390 TLI.setUnavailable(LibFunc::open64); in initialize() 860 case LibFunc::open64: in isValidProtoForLibFunc()
|
/external/elfutils/libdwfl/ |
D | linux-kernel-modules.c | 51 #define open open64
|
D | ChangeLog | 111 * 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/ |
D | util.c | 1540 # define open_file open64
|
D | configure.ac | 272 open64
|
/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 663 case LibFunc::open64: in inferLibFuncAttributes()
|