Searched defs:openat (Results 1 – 3 of 3) sorted by relevance
/third_party/musl/porting/linux/user/include/fortify/ |
D | fcntl.h | 64 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/ |
D | openat.h | 29 int openat(int dirfd, const char *pathname, int flags, mode_t mode) in openat() function
|
/third_party/musl/src/fcntl/ |
D | openat.c | 5 int openat(int fd, const char *filename, int flags, ...) in openat() function
|