HomeSort by relevance Sort by last modified time
    Searched defs:open64 (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/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.15-4.8/sysroot/usr/include/x86_64-linux-gnu/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
  /external/ltp/utils/ffsb-6.0-rc2/
fh.c 37 #define open64 open macro
82 fd = open64(filename, flags, S_IRWXU);
  /libcore/ojluni/src/main/native/
UnixNativeDispatcher.c 55 #define open64 open macro
383 RESTARTABLE(open64(path, (int)oflags, (mode_t)mode), fd);
    [all...]

Completed in 266 milliseconds