Home
last modified time | relevance | path

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

/io/
A Dopenat.c69 weak_alias (__openat, openat)
70 stub_warning (openat)
A Dtst-openat.c85 int fd = openat (dir_fd, "some-file", O_CREAT|O_RDWR|O_EXCL, 0666); in do_test()
101 int fd2 = openat (fd, "should-not-work", O_CREAT|O_RDWR, 0666); in do_test()
185 fd = openat (dir_fd, "some-file", O_CREAT|O_RDWR|O_EXCL, 0666); in do_test()
197 fd = openat (-1, "some-file", O_CREAT|O_RDWR|O_EXCL, 0666); in do_test()
A Dfcntl.h233 extern int openat (int __fd, const char *__file, int __oflag, ...)
237 extern int __REDIRECT (openat, (int __fd, const char *__file, int __oflag,
240 # define openat openat64 macro
A Dtst-futimesat.c105 int fd = openat (dir_fd, "some-file", O_CREAT|O_RDWR|O_EXCL, 0666); in do_test()
A Dtst-fchmodat.c89 int fd = openat (dir_fd, "some-file", O_CREAT|O_RDWR|O_EXCL, 0666); in do_test()
A Dtst-fchownat.c97 int fd = openat (dir_fd, "some-file", O_CREAT|O_RDWR|O_EXCL, 0666); in do_test()
A Dtst-fstatat.c85 int fd = openat (dir_fd, "some-file", O_CREAT|O_RDWR|O_EXCL, 0666); in do_test()
A Dtst-symlinkat.c85 int fd = openat (dir_fd, "some-file", O_CREAT|O_RDWR|O_EXCL, 0666); in do_test()
A Dtst-unlinkat.c85 int fd = openat (dir_fd, "some-file", O_CREAT|O_RDWR|O_EXCL, 0666); in do_test()
A Dtst-open-tmpfile.c55 int ret = openat (AT_FDCWD, path, flags, mode); in wrap_openat()
263 int fd = openat (AT_FDCWD, path, O_TMPFILE | O_RDWR, 0); in probe_path()
A Dtst-linkat.c85 int fd = openat (dir_fd, "some-file", O_CREAT|O_RDWR|O_EXCL, 0666); in do_test()
A Dtst-faccessat.c87 int fd = openat (dir_fd, "some-file", O_CREAT|O_RDWR|O_EXCL, 0666); in do_test()
A Dtst-renameat.c85 int fd = openat (dir_fd, "some-file", O_CREAT|O_RDWR|O_EXCL, 0666); in do_test()
A DVersions109 openat; openat64;
A DMakefile42 open open_2 open64 open64_2 openat openat_2 openat64 openat64_2 \
66 tst-openat tst-unlinkat tst-fstatat tst-futimesat \
/io/bits/
A Dfcntl2.h101 int __oflag, ...), openat)
117 openat (int __fd, const char *__path, int __oflag, ...) in openat() function

Completed in 11 milliseconds