/external/bison/lib/ |
D | 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 - "
|
/external/valgrind/memcheck/tests/linux/ |
D | sys-openat.c | 12 __attribute__((unused)) int fd1 = openat (dfd, "abc", O_RDONLY); in main() 14 __attribute__((unused)) int fd2 = openat (0x12345678, "/tmp/abc", O_RDONLY); in main() 15 __attribute__((unused)) int fd3 = openat (AT_FDCWD, "abc", O_RDONLY); in main() 17 __attribute__((unused)) int fd4 = openat (0x12345678, "abc", O_RDONLY); in main()
|
D | Makefile.am | 19 sys-openat.vgtest sys-openat.stderr.exp sys-openat.stdout.exp \ 42 check_PROGRAMS += sys-openat
|
D | sys-openat.vgtest | 1 prereq: test -e ./sys-openat 2 prog: sys-openat
|
D | sys-openat.stderr.exp | 2 Warning: invalid file descriptor 305419896 in syscall openat()
|
/external/bison/linux-lib/ |
D | 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 468 _GL_WARN_ON_USE (openat, "openat is not portable - "
|
/external/bison/darwin-lib/ |
D | 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 468 _GL_WARN_ON_USE (openat, "openat is not portable - "
|
/external/valgrind/memcheck/tests/solaris/ |
D | syscall_at.c | 80 openat(dfd, FILENAME, O_RDONLY); in main() 81 openat(0x9038151, DIRECTORY FILENAME, O_RDONLY); in main() 82 openat(AT_FDCWD, FILENAME, O_RDONLY); in main() 83 openat(0x9038152, FILENAME, O_RDONLY); /* warning for this one */ in main()
|
D | syscall_at.stderr.exp | 12 Warning: invalid file descriptor 151224658 in syscall openat()
|
/external/libchrome/sandbox/linux/suid/ |
D | process_util_linux.c | 55 int fd = openat(dirfd, "oom_score_adj", O_WRONLY); in AdjustOOMScore() 59 fd = openat(dirfd, "oom_adj", O_WRONLY); in AdjustOOMScore()
|
/external/valgrind/none/tests/solaris/ |
D | proc_psinfo.stdout.exp | 19 openat for /proc/self/psinfo: 28 openat for /proc/<pid>/psinfo:
|
D | proc_psinfo.c | 27 fd = openat(AT_FDCWD, path, O_RDONLY); in test_psinfo()
|
/external/libchrome/sandbox/linux/services/ |
D | proc_util.cc | 44 openat(proc_fd, "self/fd/", O_DIRECTORY | O_RDONLY | O_CLOEXEC)); in CountOpenFds() 74 openat(proc_fd, "self/fd/", O_DIRECTORY | O_RDONLY | O_CLOEXEC); in HasOpenDirectory()
|
/external/toybox/toys/other/ |
D | lspci.c | 50 if (-1 == (dirfd = openat(dirtree_parentfd(new), new->name, O_RDONLY))) 62 if (-1 == (fd = openat(dirfd, *fields, O_RDONLY))) {
|
D | acpi.c | 37 if ((fd = openat(dirfd, name, O_RDONLY)) < 0) return -1; 56 if ((fd = openat(dfd, "type", O_RDONLY)) < 0) goto done; in acpi_callback()
|
/external/libbrillo/brillo/ |
D | file_utils.cc | 62 base::ScopedFD scoped_fd(HANDLE_EINTR(openat( in RegularFileOrDelete() 116 HANDLE_EINTR(openat(AT_FDCWD, in TouchFileInternal()
|
/external/toybox/toys/posix/ |
D | cp.c | 226 if (-1 != (try->extra = openat(cfd, catch, O_NOFOLLOW))) in cp_node() 283 fdin = openat(tfd, try->name, O_RDONLY); in cp_node() 288 fdout = openat(cfd, catch, O_RDWR|O_CREAT|O_TRUNC, try->st.st_mode); in cp_node()
|
D | ls.c | 194 int fd = openat(dirtree_parentfd(new), new->name, in filter() 513 listfiles(openat(dirfd, sort[ul]->name, 0), sort[ul]); in listfiles()
|
/external/elfutils/tests/ |
D | lfs-symbols | 56 openat
|
/external/strace/ |
D | open.c | 138 SYS_FUNC(openat) in SYS_FUNC() argument
|
/external/tlsdate/src/ |
D | seccomp.c | 116 SC_DENY (openat, EINVAL), in enable_setter_seccomp()
|
/external/bison/m4/ |
D | fcntl_h.m4 | 26 ]], [fcntl openat])
|
/external/toybox/lib/ |
D | portability.h | 128 int openat(int dirfd, const char *pathname, int flags, ...);
|
D | dirtree.c | 118 new->dirfd = openat(dirtree_parentfd(new), new->name, O_CLOEXEC); in dirtree_handle_callback()
|
/external/ltrace/etc/ |
D | syscalls.conf | 121 int openat(at_dirfd_t, string, hex(uint), oct(uint));
|