Home
last modified time | relevance | path

Searched defs:openat (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/porting/linux/user/include/fortify/
Dfcntl.h64 int openat(int dirfd, const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags) in openat() function
76 int openat(int dirfd, const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags, mode_t modes) in openat() function
/third_party/ltp/testcases/kernel/syscalls/openat/
Dopenat.h29 int openat(int dirfd, const char *pathname, int flags, mode_t mode) in openat() function
/third_party/musl/src/fcntl/
Dopenat.c5 int openat(int fd, const char *filename, int flags, ...) in openat() function