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

  /bionic/libc/bionic/
openat.c 36 int openat(int fd, const char *pathname, int flags, ...) function
57 __fortify_chk_fail("openat(O_CREAT) called without specifying a mode", 0);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fcntl2.h 24 /* Check that calls to open and openat with O_CREAT set have an
102 int __oflag, ...), openat)
113 "openat can be called either with 3 or 4 arguments, not more");
115 "openat with O_CREAT in third argument needs 4 arguments");
118 openat (int __fd, __const char *__path, int __oflag, ...) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl2.h 24 /* Check that calls to open and openat with O_CREAT set have an
102 int __oflag, ...), openat)
113 "openat can be called either with 3 or 4 arguments, not more");
115 "openat with O_CREAT in third argument needs 4 arguments");
118 openat (int __fd, __const char *__path, int __oflag, ...) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl2.h 24 /* Check that calls to open and openat with O_CREAT set have an
102 int __oflag, ...), openat)
113 "openat can be called either with 3 or 4 arguments, not more");
115 "openat with O_CREAT in third argument needs 4 arguments");
118 openat (int __fd, __const char *__path, int __oflag, ...) function
  /bionic/libc/include/
fcntl.h 47 extern int openat(int fd, const char* path, int mode, ...);
83 __asm__(__USER_LABEL_PREFIX__ "openat");
86 int openat(int dirfd, const char *pathname, int flags, ...) { function
  /development/ndk/sources/android/libportable/arch-mips/
open.c 117 int WRAP(openat)(int dirfd, const char *pathname, int flags, ...) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fcntl.h 102 NOTE: some other `openat' implementation support additional functionality
109 extern int openat (int __fd, __const char *__file, int __oflag, ...)
113 extern int __REDIRECT (openat, (int __fd, __const char *__file, int __oflag,
116 # define openat openat64 macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fcntl.h 102 NOTE: some other `openat' implementation support additional functionality
109 extern int openat (int __fd, __const char *__file, int __oflag, ...)
113 extern int __REDIRECT (openat, (int __fd, __const char *__file, int __oflag,
116 # define openat openat64 macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fcntl.h 102 NOTE: some other `openat' implementation support additional functionality
109 extern int openat (int __fd, __const char *__file, int __oflag, ...)
113 extern int __REDIRECT (openat, (int __fd, __const char *__file, int __oflag,
116 # define openat openat64 macro
  /external/bison/darwin-lib/
fcntl.h 447 # undef openat
448 # define openat rpl_openat
450 _GL_FUNCDECL_RPL (openat, int,
453 _GL_CXXALIAS_RPL (openat, int,
457 _GL_FUNCDECL_SYS (openat, int,
461 _GL_CXXALIAS_SYS (openat, int,
464 _GL_CXXALIASWARN (openat);
466 # undef openat macro
468 _GL_WARN_ON_USE (openat, "openat is not portable -
    [all...]
  /external/bison/linux-lib/
fcntl.h 447 # undef openat
448 # define openat rpl_openat
450 _GL_FUNCDECL_RPL (openat, int,
453 _GL_CXXALIAS_RPL (openat, int,
457 _GL_FUNCDECL_SYS (openat, int,
461 _GL_CXXALIAS_SYS (openat, int,
464 _GL_CXXALIASWARN (openat);
466 # undef openat macro
468 _GL_WARN_ON_USE (openat, "openat is not portable -
    [all...]

Completed in 818 milliseconds