/external/valgrind/main/memcheck/tests/linux/ |
sys-openat.vgtest | 1 prereq: test -e ./sys-openat 2 prog: sys-openat
|
sys-openat.c | 12 __attribute__((unused)) int fd1 = openat (dfd, "abc", O_RDONLY); 14 __attribute__((unused)) int fd2 = openat (0x12345678, "/tmp/abc", O_RDONLY); 15 __attribute__((unused)) int fd3 = openat (AT_FDCWD, "abc", O_RDONLY); 17 __attribute__((unused)) int fd4 = openat (0x12345678, "abc", O_RDONLY);
|
Makefile.am | 18 sys-openat.vgtest sys-openat.stderr.exp sys-openat.stdout.exp \ 40 check_PROGRAMS += sys-openat
|
sys-openat.stderr.exp | 2 Warning: invalid file descriptor 305419896 in syscall openat()
|
/bionic/libc/bionic/ |
open.cpp | 73 int openat(int fd, const char *pathname, int flags, ...) { function 85 __strong_alias(openat64, openat); 89 __fortify_chk_fail("openat(O_CREAT): called without specifying a mode", 0);
|
/external/bison/lib/ |
fcntl.in.h | 135 # undef openat 136 # define openat rpl_openat 138 _GL_FUNCDECL_RPL (openat, int, 141 _GL_CXXALIAS_RPL (openat, int, 145 _GL_FUNCDECL_SYS (openat, int, 149 _GL_CXXALIAS_SYS (openat, int, 152 _GL_CXXALIASWARN (openat); 154 # undef openat 156 _GL_WARN_ON_USE (openat, "openat is not portable - [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/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 | 71 extern int openat(int, const char*, int, ...); 89 extern int __openat_real(int, const char*, int, ...) __asm__(__USER_LABEL_PREFIX__ "openat"); 115 int openat(int dirfd, const char* pathname, int flags, ...) { function
|
/development/ndk/platforms/android-L/include/ |
fcntl.h | 71 extern int openat(int, const char*, int, ...); 87 extern int __openat_real(int, const char*, int, ...) __asm__(__USER_LABEL_PREFIX__ "openat"); 113 int openat(int dirfd, const char* pathname, int flags, ...) { function
|
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/ |
fcntl.h | 71 extern int openat(int, const char*, int, ...); 89 extern int __openat_real(int, const char*, int, ...) __asm__(__USER_LABEL_PREFIX__ "openat"); 115 int openat(int dirfd, const char* pathname, int flags, ...) { function
|
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/ |
fcntl.h | 71 extern int openat(int, const char*, int, ...); 89 extern int __openat_real(int, const char*, int, ...) __asm__(__USER_LABEL_PREFIX__ "openat"); 115 int openat(int dirfd, const char* pathname, int flags, ...) { function
|
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/ |
fcntl.h | 71 extern int openat(int, const char*, int, ...); 89 extern int __openat_real(int, const char*, int, ...) __asm__(__USER_LABEL_PREFIX__ "openat"); 115 int openat(int dirfd, const char* pathname, int flags, ...) { function
|
/external/chromium_org/sandbox/linux/suid/ |
process_util_linux.c | 54 int fd = openat(dirfd, "oom_score_adj", O_WRONLY); 58 fd = openat(dirfd, "oom_adj", O_WRONLY);
|
/external/bison/m4/ |
fcntl_h.m4 | 26 ]], [fcntl openat])
|
/external/kernel-headers/original/uapi/linux/ |
fcntl.h | 42 openat should use the current
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
fcntl.h | 36 openat should use the current
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
fcntl.h | 36 openat should use the current
|
/development/ndk/platforms/android-3/include/ |
fcntl.h | 47 extern int openat(int fd, const char* path, int mode, ...);
|
/frameworks/native/libs/diskusage/ |
dirsize.c | 67 subfd = openat(dfd, name, O_RDONLY | O_DIRECTORY);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
fcntl.h | 90 NOTE: some other `openat' implementation support additional functionality 97 extern int openat (int __fd, __const char *__file, int __oflag, ...) 101 extern int __REDIRECT (openat, (int __fd, __const char *__file, int __oflag, 104 # define openat openat64 macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
fcntl.h | 90 NOTE: some other `openat' implementation support additional functionality 97 extern int openat (int __fd, __const char *__file, int __oflag, ...) 101 extern int __REDIRECT (openat, (int __fd, __const char *__file, int __oflag, 104 # define openat openat64 macro
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/ |
fcntl.h | 43 extern int openat(int fd, const char* path, int mode, ...);
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/ |
fcntl.h | 43 extern int openat(int fd, const char* path, int mode, ...);
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/ |
fcntl.h | 43 extern int openat(int fd, const char* path, int mode, ...);
|