Home
last modified time | relevance | path

Searched refs:stat64 (Results 1 – 25 of 52) sorted by relevance

123

/rust-libc-0.2.174/src/unix/linux_like/emscripten/
H A Dlfs64.rs45 pub unsafe extern "C" fn fstat64(fildes: c_int, buf: *mut crate::stat64) -> c_int { in fstat64()
53 buf: *mut crate::stat64, in fstatat64() argument
90 pub unsafe extern "C" fn lstat64(path: *const c_char, buf: *mut crate::stat64) -> c_int { in lstat64()
189 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/unix/linux_like/linux/musl/
H A Dlfs64.rs53 pub unsafe extern "C" fn fstat64(fildes: c_int, buf: *mut crate::stat64) -> c_int { in fstat64()
61 buf: *mut crate::stat64, in fstatat64() argument
98 pub unsafe extern "C" fn lstat64(path: *const c_char, buf: *mut crate::stat64) -> c_int { in lstat64()
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
H A Daarch64.rs32 pub struct stat64 {
H A Dx86_64.rs31 pub struct stat64 {
/rust-libc-0.2.174/src/unix/linux_like/linux/uclibc/mips/mips64/
H A Dmod.rs40 pub struct stat64 {
/rust-libc-0.2.174/src/unix/linux_like/android/b32/
H A Dmod.rs51 pub struct stat64 {
/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/
H A Dmod.rs2085 pub fn fstat64(fildes: c_int, buf: *mut stat64) -> c_int;
2090 buf: *mut stat64,
2096 pub fn lstat64(path: *const c_char, buf: *mut stat64) -> c_int;
2127 pub fn stat64(path: *const c_char, buf: *mut stat64) -> c_int;
/rust-libc-0.2.174/src/unix/linux_like/android/b64/riscv64/
H A Dmod.rs33 pub struct stat64 {
/rust-libc-0.2.174/src/unix/linux_like/android/b64/aarch64/
H A Dmod.rs32 pub struct stat64 {
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs456 pub struct stat64 {
2909 pub fn fstat64(fildes: c_int, buf: *mut stat64) -> c_int; in fstat64()
3023 pub fn lstat64(path: *const c_char, buf: *mut stat64) -> c_int; in lstat64()
3287 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() argument
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs482 pub struct stat64 {
4066 pub fn fstat64(__fd: c_int, __buf: *mut stat64) -> c_int; in fstat64()
4072 __buf: *mut stat64, in fstatat64() argument
4089 pub fn lstat64(__file: *const c_char, __buf: *mut stat64) -> c_int; in lstat64()
4274 pub fn stat64(__file: *const c_char, __buf: *mut stat64) -> c_int; in stat64() function
/rust-libc-0.2.174/src/unix/linux_like/linux/musl/b64/loongarch64/
H A Dmod.rs36 pub struct stat64 {
/rust-libc-0.2.174/src/unix/linux_like/linux/musl/b64/
H A Dmips64.rs35 pub struct stat64 {
H A Dpowerpc64.rs32 pub struct stat64 {
H A Ds390x.rs52 pub struct stat64 {
/rust-libc-0.2.174/src/unix/linux_like/linux/musl/b64/riscv64/
H A Dmod.rs36 pub struct stat64 {
/rust-libc-0.2.174/src/unix/linux_like/linux/musl/b32/riscv32/
H A Dmod.rs31 pub struct stat64 {
/rust-libc-0.2.174/src/unix/linux_like/linux/uclibc/mips/mips32/
H A Dmod.rs44 pub struct stat64 {
/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/unix/linux_like/linux/gnu/b32/csky/
H A Dmod.rs62 pub struct stat64 {
/rust-libc-0.2.174/src/unix/linux_like/android/b64/x86_64/
H A Dmod.rs30 pub struct stat64 {
/rust-libc-0.2.174/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dmod.rs33 pub struct stat64 {
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dmod.rs100 pub struct stat64 {

123