Home
last modified time | relevance | path

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

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dfstatat.h40 fstatat(int fd, const char *path, struct stat *buf, int flag) in fstatat() function
/freebsd/crypto/openssh/
H A Dmisc-agent.c267 # define fstatat(x, y, buf, z) lstat(path, buf) macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c237 fstatat(int dirfd, const char *path, struct stat *sb, int flag) in fstatat() function
/freebsd/tests/sys/capsicum/
H A Dlinux.cc330 TEST(Linux, fstatat) { in TEST() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp835 INTERCEPTOR(int, fstatat, int fd, char *pathname, void *buf, int flags) { in INTERCEPTOR() argument