Home
last modified time | relevance | path

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

/freebsd/lib/libc/sys/
H A Dopenat.c42 #pragma weak openat macro
44 openat(int fd, const char *path, int flags, ...) in openat() function
/freebsd/libexec/rtld-elf/rtld-libc/
H A Dnamespace.h34 #define openat _openat macro
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dopenat.h38 openat(int fd, const char *path, int flags, ...) in openat() function
/freebsd/lib/libc/include/
H A Dnamespace.h84 #define openat _openat macro
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors.cpp84 INTERCEPTOR(int, openat, int fd, const char *path, int oflag, ...) { in INTERCEPTOR() argument