/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | fcntl.h | 133 extern int openat (int __fd, const char *__file, int __oflag, ...) 135 libc_hidden_proto(openat) 138 extern int __REDIRECT (openat, (int __fd, const char *__file, int __oflag, 141 # define openat openat64
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | openat.c | 15 strong_alias_untyped(__syscall_openat,openat) 16 libc_hidden_def(openat)
|
A D | open.c | 43 return openat(AT_FDCWD, file, oflag, mode); 51 int result = openat(AT_FDCWD, file, oflag, mode);
|
A D | not-cancel.h | 28 INLINE_SYSCALL (openat, 4, AT_FDCWD, (const char *) (name), (flags), (mode)) 30 INLINE_SYSCALL (openat, 3, AT_FDCWD, (const char *) (name), (flags)) 47 openat (fd, fname, oflag, mode)
|
A D | openat64.c | 16 return openat(fd, file, oflag | O_LARGEFILE, mode); in __openat64()
|
A D | open64.c | 26 return openat(AT_FDCWD, file, oflag | O_LARGEFILE, mode); in open64()
|
A D | stubs.c | 234 make_stub(openat)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/ |
A D | not-cancel.h | 26 INLINE_SYSCALL (openat, 4, (int) (AT_FDCWD), (const char *) (name), \ 29 INLINE_SYSCALL (openat, 3, (int) (AT_FDCWD), (const char *) (name), \ 46 openat (fd, fname, oflag, mode)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/pthread/ |
A D | not-cancel.h | 26 INLINE_SYSCALL (openat, 4, AT_FDCWD, (const char *) (name), \ 29 INLINE_SYSCALL (openat, 3, AT_FDCWD, (const char *) (name), \ 46 openat (fd, fname, oflag, mode)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/ |
A D | not-cancel.h | 26 INLINE_SYSCALL (openat, 4, AT_FDCWD, (const char *) (name), \ 29 INLINE_SYSCALL (openat, 3, AT_FDCWD, (const char *) (name), \ 46 openat (fd, fname, oflag, mode)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/ |
A D | fcntl.SUSv4.syms | 4 openat
|
/l4re-core-master/ldso/ldso/ |
A D | syscalls.cc | 35 int res = L4RE_VFS->get_root()->openat(p, 0, 0, &f); in L4RE_CALL() 107 int res = L4RE_VFS->get_root()->openat(path, flags, mode, &f); in L4RE_CALL()
|
/l4re-core-master/l4re_vfs/include/ |
A D | vfs.h | 241 virtual int openat(const char *path, int flags, mode_t mode, 458 int openat(const char *path, int flags, mode_t mode, 719 File::openat(const char *path, int flags, mode_t mode, in openat() function
|
A D | backend | 221 /// Default backend for POSIX openat, open.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/ |
A D | dl-syscall.h | 65 return INLINE_SYSCALL(openat, 4, AT_FDCWD, fn, flags, mode); in _syscall1()
|
/l4re-core-master/l4re_vfs/include/impl/ |
A D | vfs_impl.h | 111 _root.openat("rom", 0, 0, &rom); in Vfs() 115 _root.openat("lib", 0, 0, &_cwd); in Vfs()
|
/l4re-core-master/libc_backends/lib/l4re_file/ |
A D | file.cc | 132 return dir->openat(path, flags, mode, f); in __internal_resolve()
|