Searched defs:fstatat (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fstatat/ |
D | fstatat01.c | 63 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/ |
D | fstatat.c | 134 int fstatat(int fd, const char *restrict path, struct stat *restrict st, int flag) in fstatat() function
|
/third_party/rust/crates/nix/src/sys/ |
D | stat.rs | 272 pub fn fstatat<P: ?Sized + NixPath>( in fstatat() function
|
/third_party/rust/crates/libc/src/unix/ |
D | mod.rs | 830 pub fn fstatat( in fstatat() function
|
/third_party/rust/crates/libc/src/ |
D | wasi.rs | 612 pub fn fstatat( in fstatat() function
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3549 pub fn fstatat( in fstatat() function
|