Home
last modified time | relevance | path

Searched refs:openat (Results 1 – 25 of 71) sorted by relevance

123

/external/bison/lib/
Dfcntl.in.h135 # 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/
Dsys-openat.c12 __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()
DMakefile.am19 sys-openat.vgtest sys-openat.stderr.exp sys-openat.stdout.exp \
42 check_PROGRAMS += sys-openat
Dsys-openat.vgtest1 prereq: test -e ./sys-openat
2 prog: sys-openat
Dsys-openat.stderr.exp2 Warning: invalid file descriptor 305419896 in syscall openat()
/external/bison/linux-lib/
Dfcntl.h447 # 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/
Dfcntl.h447 # 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/
Dsyscall_at.c80 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()
Dsyscall_at.stderr.exp12 Warning: invalid file descriptor 151224658 in syscall openat()
/external/libchrome/sandbox/linux/suid/
Dprocess_util_linux.c55 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/
Dproc_psinfo.stdout.exp19 openat for /proc/self/psinfo:
28 openat for /proc/<pid>/psinfo:
Dproc_psinfo.c27 fd = openat(AT_FDCWD, path, O_RDONLY); in test_psinfo()
/external/libchrome/sandbox/linux/services/
Dproc_util.cc44 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/
Dlspci.c50 if (-1 == (dirfd = openat(dirtree_parentfd(new), new->name, O_RDONLY)))
62 if (-1 == (fd = openat(dirfd, *fields, O_RDONLY))) {
Dacpi.c37 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/
Dfile_utils.cc62 base::ScopedFD scoped_fd(HANDLE_EINTR(openat( in RegularFileOrDelete()
116 HANDLE_EINTR(openat(AT_FDCWD, in TouchFileInternal()
/external/toybox/toys/posix/
Dcp.c226 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()
Dls.c194 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/
Dlfs-symbols56 openat
/external/strace/
Dopen.c138 SYS_FUNC(openat) in SYS_FUNC() argument
/external/tlsdate/src/
Dseccomp.c116 SC_DENY (openat, EINVAL), in enable_setter_seccomp()
/external/bison/m4/
Dfcntl_h.m426 ]], [fcntl openat])
/external/toybox/lib/
Dportability.h128 int openat(int dirfd, const char *pathname, int flags, ...);
Ddirtree.c118 new->dirfd = openat(dirtree_parentfd(new), new->name, O_CLOEXEC); in dirtree_handle_callback()
/external/ltrace/etc/
Dsyscalls.conf121 int openat(at_dirfd_t, string, hex(uint), oct(uint));

123