Searched defs:openat (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libc/sys/ |
H A D | openat.c | 42 #pragma weak openat macro 44 openat(int fd, const char *path, int flags, ...) in openat() function
|
/freebsd/libexec/rtld-elf/rtld-libc/ |
H A D | namespace.h | 34 #define openat _openat macro
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | openat.h | 38 openat(int fd, const char *path, int flags, ...) in openat() function
|
/freebsd/lib/libc/include/ |
H A D | namespace.h | 84 #define openat _openat macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
H A D | rtsan_interceptors.cpp | 84 INTERCEPTOR(int, openat, int fd, const char *path, int oflag, ...) { in INTERCEPTOR() argument
|