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

1 2

  /external/e2fsprogs/lib/ext2fs/
getsectsize.c 49 fd = open64(file, O_RDONLY);
75 fd = open64(file, O_RDONLY);
getsize.c 163 fd = open64(file, O_RDONLY);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fcntl.h 88 extern int __REDIRECT (open, (__const char *__file, int __oflag, ...), open64)
91 # define open open64
95 extern int open64 (__const char *__file, int __oflag, ...) __nonnull ((1));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fcntl.h 88 extern int __REDIRECT (open, (__const char *__file, int __oflag, ...), open64)
91 # define open open64
95 extern int open64 (__const char *__file, int __oflag, ...) __nonnull ((1));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-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.7-4.6/sysroot/usr/include/
fcntl.h 88 extern int __REDIRECT (open, (__const char *__file, int __oflag, ...), open64)
91 # define open open64
95 extern int open64 (__const char *__file, int __oflag, ...) __nonnull ((1));
  /external/openssh/openbsd-compat/
port-solaris.c 55 if ((stat_fd = open64(CT_LATEST, O_RDONLY)) == -1) {
80 if ((tmpl_fd = open64(CT_TEMPLATE, O_RDWR)) == -1) {
176 if ((ctl_fd = open64(ctl_path, O_WRONLY)) < 0) {
  /external/elfutils/bionic-fixup/
AndroidFixup.h 42 /* workaround for open64 */
43 #define open64(path, flags) open(path, ((flags) | O_LARGEFILE)) macro
  /external/elfutils/host-darwin-fixup/
AndroidFixup.h 78 /* workaround for open64 */
79 #define open64(path, flags) open(path, flags) macro
  /external/elfutils/libdwfl/
linux-proc-maps.c 79 int fd = open64 (fname, O_RDONLY);
298 int fd = open64 (module_name, O_RDONLY);
320 int fd = open64 (fname, O_RDONLY);
dwfl_build_id_find_elf.c 113 fd = TEMP_FAILURE_RETRY (open64 (name, O_RDONLY));
linux-kernel-modules.c 93 : TEMP_FAILURE_RETRY (open64 (*fname, O_RDONLY)));
435 int fd = open64 (notesfile, O_RDONLY);
675 int fd = open64 (f->fts_accpath, O_RDONLY);
argp-std.c 214 int fd = open64 (arg, O_RDONLY);
dwfl_report_elf.c 269 fd = open64 (file_name, O_RDONLY);
find-debuginfo.c 56 /* Try to open64 [DIR/][SUBDIR/]DEBUGLINK, return file descriptor or -1.
74 int fd = TEMP_FAILURE_RETRY (open64 (fname, O_RDONLY));
offline.c 313 fd = open64 (file_name, O_RDONLY);
  /external/elfutils/src/
findtextrel.c 224 int fd = open64 (real_fname, O_RDONLY);
377 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/e2fsprogs/misc/
e2image.c 595 fd = open64(image_fn, O_RDONLY);
689 fd = open64(image_fn, O_CREAT|O_TRUNC|O_WRONLY, 0600);
filefrag.c 276 fd = open64(filename, O_RDONLY);
  /external/e2fsprogs/resize/
main.c 260 fd = open64(device_name, O_RDWR);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 397 /// int open64(const char *filename, int flags[, mode_t mode])
398 open64, enumerator in enum:llvm::LibFunc::Func

Completed in 654 milliseconds

1 2