Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/fstatat/
Dfstatat01.c63 int fstatat(int dirfd, const char *filename, struct stat64 *statbuf, int flags) in fstatat() function
68 int fstatat(int dirfd, const char *filename, struct stat *statbuf, int flags) in fstatat() function
73 int fstatat(int dirfd, const char *filename, struct stat *statbuf, int flags) in fstatat() function
/third_party/musl/src/stat/
Dfstatat.c134 int fstatat(int fd, const char *restrict path, struct stat *restrict st, int flag) in fstatat() function
/third_party/rust/crates/nix/src/sys/
Dstat.rs272 pub fn fstatat<P: ?Sized + NixPath>( in fstatat() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs830 pub fn fstatat( in fstatat() function
/third_party/rust/crates/libc/src/
Dwasi.rs612 pub fn fstatat( in fstatat() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3549 pub fn fstatat( in fstatat() function