Home
last modified time | relevance | path

Searched defs:stat64 (Results 1 – 9 of 9) sorted by relevance

/rust-libc-0.2.174/src/unix/linux_like/emscripten/
H A Dlfs64.rs53 buf: *mut crate::stat64, in fstatat64()
189 pub unsafe extern "C" fn stat64(pathname: *const c_char, statbuf: *mut crate::stat64) -> c_int { in stat64() function
H A Dmod.rs39 pub type stat64 = crate::stat; typedef
/rust-libc-0.2.174/src/unix/linux_like/linux/musl/
H A Dlfs64.rs61 buf: *mut crate::stat64, in fstatat64()
217 pub unsafe extern "C" fn stat64(pathname: *const c_char, statbuf: *mut crate::stat64) -> c_int { in stat64() function
/rust-libc-0.2.174/src/fuchsia/
H A Driscv64.rs11 pub type stat64 = stat; typedef
/rust-libc-0.2.174/src/unix/linux_like/linux/uclibc/x86_64/
H A Dmod.rs16 pub type stat64 = stat; typedef
/rust-libc-0.2.174/src/unix/linux_like/linux/musl/b32/
H A Dhexagon.rs4 pub type stat64 = crate::stat; typedef
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs59 pub type stat64 = crate::stat; typedef
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs3287 pub fn stat64(path: *const c_char, buf: *mut stat64) -> c_int; in stat64() function
3288 pub fn stat64at(dirfd: c_int, path: *const c_char, buf: *mut stat64, flags: c_int) -> c_int; in stat64at()
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs4072 __buf: *mut stat64, in fstatat64()
4274 pub fn stat64(__file: *const c_char, __buf: *mut stat64) -> c_int; in stat64() function