HomeSort by relevance Sort by last modified time
    Searched refs:open64 (Results 1 - 25 of 35) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
fcntl2.h 34 open64) __nonnull ((1));
67 ...), open64) __nonnull ((1));
69 "open64 can be called either with 2 or 3 arguments, not more");
71 "open64 with O_CREAT in second argument needs 3 arguments");
74 open64 (__const char *__path, int __oflag, ...) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
fcntl.h 76 extern int __REDIRECT (open, (__const char *__file, int __oflag, ...), open64)
79 # define open open64
83 extern int open64 (__const char *__file, int __oflag, ...) __nonnull ((1));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
fcntl2.h 34 open64) __nonnull ((1));
67 ...), open64) __nonnull ((1));
69 "open64 can be called either with 2 or 3 arguments, not more");
71 "open64 with O_CREAT in second argument needs 3 arguments");
74 open64 (__const char *__path, int __oflag, ...) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
fcntl.h 76 extern int __REDIRECT (open, (__const char *__file, int __oflag, ...), open64)
79 # define open open64
83 extern int open64 (__const char *__file, int __oflag, ...) __nonnull ((1));
  /bionic/libc/bionic/
open.cpp 63 __strong_alias(open64, open);
  /external/elfutils/0.153/host-darwin-fixup/
AndroidFixup.h 78 /* workaround for open64 */
79 #define open64(path, flags) open(path, flags) macro
  /bionic/libc/include/
fcntl.h 74 extern int open64(const char*, int, ...);
  /development/ndk/platforms/android-L/include/
fcntl.h 74 extern int open64(const char*, int, ...);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
fcntl.h 74 extern int open64(const char*, int, ...);
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
fcntl.h 74 extern int open64(const char*, int, ...);
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
fcntl.h 74 extern int open64(const char*, int, ...);
  /external/elfutils/0.153/libdwfl/
linux-proc-maps.c 79 int fd = open64 (fname, O_RDONLY);
310 int fd = open64 (module_name, O_RDONLY);
332 int fd = open64 (fname, O_RDONLY);
dwfl_build_id_find_elf.c 112 fd = TEMP_FAILURE_RETRY (open64 (name, O_RDONLY));
linux-kernel-modules.c 111 : TEMP_FAILURE_RETRY (open64 (*fname, O_RDONLY)));
144 fd = TEMP_FAILURE_RETRY (open64 (zname, O_RDONLY));
514 int fd = open64 (notesfile, O_RDONLY);
762 int fd = open64 (f->fts_accpath, O_RDONLY);
argp-std.c 214 int fd = open64 (arg, O_RDONLY);
dwfl_report_elf.c 279 fd = open64 (file_name, O_RDONLY);
find-debuginfo.c 58 /* Try to open64 [DIR/][SUBDIR/]DEBUGLINK, return file descriptor or -1.
78 int fd = TEMP_FAILURE_RETRY (open64 (fname, O_RDONLY));
offline.c 319 fd = open64 (file_name, O_RDONLY);
  /bionic/tests/
fcntl_test.cpp 49 fd = open64("/proc/version", O_RDONLY);
142 int fd = open64("/proc/version", O_RDONLY);
  /external/elfutils/0.153/src/
findtextrel.c 226 int fd = open64 (real_fname, O_RDONLY);
393 fd2 = open64 (difname, O_RDONLY);
  /external/stlport/src/details/
fstream_unistd.cpp 69 # define OPEN open64
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_unistd.cpp 69 # define OPEN open64
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 450 /// int open64(const char *filename, int flags[, mode_t mode])
451 open64, enumerator in enum:llvm::LibFunc::Func
  /external/e2fsprogs/misc/
e4defrag.c 1160 fd = open64(file, O_RDONLY);
    [all...]
filefrag.c 348 fd = open64(filename, O_RDONLY);

Completed in 694 milliseconds

1 2