Home
last modified time | relevance | path

Searched refs:statx (Results 1 – 7 of 7) sorted by relevance

/rust-libc-0.2.174/libc-test/semver/
H A Dlinux-gnu.txt675 statx
H A Daix.txt2496 statx
H A Dandroid.txt3860 statx
/rust-libc-0.2.174/src/unix/linux_like/
H A Dmod.rs239 pub struct statx {
2182 pub fn statx(
2187 statxbuf: *mut statx,
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs503 pub struct statx {
4076 pub fn statx( in statx() function
4081 statxbuf: *mut statx, in statx() argument
/rust-libc-0.2.174/
H A DCHANGELOG.md371 - Musl: unify statx definitions ([#3978](https://github.com/rust-lang/libc/pulls/3978))
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs3292 pub fn statx(path: *mut c_char, buf: *mut stat, length: c_int, command: c_int) -> c_int; in statx() function