Home
last modified time | relevance | path

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

/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs41 pub type __off64_t = __squad_type; typedef
69 pub type __loff_t = __off64_t;
81 pub type off64_t = __off64_t;
492 pub st_size: __off64_t,
927 pub l_len: __off64_t,
3686 pub fn lseek64(__fd: c_int, __offset: __off64_t, __whence: c_int) -> __off64_t; in lseek64() argument
4085 pub fn ftruncate64(__fd: c_int, __length: __off64_t) -> c_int; in ftruncate64()
4086 pub fn truncate64(__file: *const c_char, __length: __off64_t) -> c_int; in truncate64()
4304 __offset: __off64_t, in mmap64() argument