Home
last modified time | relevance | path

Searched defs:stat (Results 1 – 11 of 11) sorted by relevance

/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd11/
H A Db32.rs6 pub struct stat { struct
7 pub st_dev: crate::dev_t,
31 impl Copy for crate::stat {} argument
32 impl Clone for crate::stat { implementation
33 fn clone(&self) -> crate::stat { in clone()
H A Db64.rs6 pub struct stat { struct
30 impl Copy for crate::stat {} argument
31 impl Clone for crate::stat { implementation
32 fn clone(&self) -> crate::stat { in clone()
/rust-libc-0.2.174/src/wasi/
H A Dmod.rs632 pub fn stat(path: *const c_char, buf: *mut stat) -> c_int; in stat() function
648 pub fn fstatat(dirfd: c_int, pathname: *const c_char, buf: *mut stat, flags: c_int) -> c_int; in fstatat()
809 buf: *mut stat, in __wasilibc_nocwd_fstatat()
821 pub fn __wasilibc_stat(pathname: *const c_char, buf: *mut stat, flags: c_int) -> c_int; in __wasilibc_stat()
/rust-libc-0.2.174/src/unix/
H A Dmod.rs898 pub fn stat(path: *const c_char, buf: *mut stat) -> c_int; in stat() function
990 pub fn fstatat(dirfd: c_int, pathname: *const c_char, buf: *mut stat, flags: c_int) -> c_int; in fstatat()
/rust-libc-0.2.174/src/
H A Dhermit.rs430 pub fn stat(path: *const c_char, stat: *mut stat) -> i32; in stat() function
/rust-libc-0.2.174/src/windows/
H A Dmod.rs420 pub fn stat(path: *const c_char, buf: *mut stat) -> c_int; in stat() function
/rust-libc-0.2.174/src/solid/
H A Dmod.rs808 pub fn stat(arg1: *const c_char, arg2: *mut stat) -> c_int; in stat() function
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs1216 pub fn stat(path: *const c_char, buf: *mut stat) -> c_int; in stat() function
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs3589 pub fn stat(path: *const c_char, buf: *mut stat) -> c_int; in stat() function
3619 pub fn fstatat(dirfd: c_int, pathname: *const c_char, buf: *mut stat, flags: c_int) -> c_int; in fstatat()
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs4068 pub fn fstatat(__fd: c_int, __file: *const c_char, __buf: *mut stat, __flag: c_int) -> c_int; in fstatat()
4273 pub fn stat(__file: *const c_char, __buf: *mut stat) -> c_int; in stat() function
/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()