Searched refs:openat (Results 1 – 16 of 16) sorted by relevance
/io/ |
A D | openat.c | 69 weak_alias (__openat, openat) 70 stub_warning (openat)
|
A D | tst-openat.c | 85 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 D | fcntl.h | 233 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 D | tst-futimesat.c | 105 int fd = openat (dir_fd, "some-file", O_CREAT|O_RDWR|O_EXCL, 0666); in do_test()
|
A D | tst-fchmodat.c | 89 int fd = openat (dir_fd, "some-file", O_CREAT|O_RDWR|O_EXCL, 0666); in do_test()
|
A D | tst-fchownat.c | 97 int fd = openat (dir_fd, "some-file", O_CREAT|O_RDWR|O_EXCL, 0666); in do_test()
|
A D | tst-fstatat.c | 85 int fd = openat (dir_fd, "some-file", O_CREAT|O_RDWR|O_EXCL, 0666); in do_test()
|
A D | tst-symlinkat.c | 85 int fd = openat (dir_fd, "some-file", O_CREAT|O_RDWR|O_EXCL, 0666); in do_test()
|
A D | tst-unlinkat.c | 85 int fd = openat (dir_fd, "some-file", O_CREAT|O_RDWR|O_EXCL, 0666); in do_test()
|
A D | tst-open-tmpfile.c | 55 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 D | tst-linkat.c | 85 int fd = openat (dir_fd, "some-file", O_CREAT|O_RDWR|O_EXCL, 0666); in do_test()
|
A D | tst-faccessat.c | 87 int fd = openat (dir_fd, "some-file", O_CREAT|O_RDWR|O_EXCL, 0666); in do_test()
|
A D | tst-renameat.c | 85 int fd = openat (dir_fd, "some-file", O_CREAT|O_RDWR|O_EXCL, 0666); in do_test()
|
A D | Versions | 109 openat; openat64;
|
A D | Makefile | 42 open open_2 open64 open64_2 openat openat_2 openat64 openat64_2 \ 66 tst-openat tst-unlinkat tst-fstatat tst-futimesat \
|
/io/bits/ |
A D | fcntl2.h | 101 int __oflag, ...), openat) 117 openat (int __fd, const char *__path, int __oflag, ...) in openat() function
|
Completed in 11 milliseconds