Searched refs:__off_t (Results 1 – 2 of 2) sorted by relevance
| /rust-libc-0.2.174/src/solid/ |
| H A D | mod.rs | 31 pub type __off_t = i64; typedef 79 pub type off_t = __off_t; 863 pub fn lseek(arg1: c_int, arg2: __off_t, arg3: c_int) -> __off_t; in lseek() argument
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 40 pub type __off_t = __slongword_type; typedef 80 pub type off_t = __off_t; 471 pub st_size: __off_t, 912 pub l_start: __off_t, 913 pub l_len: __off_t, 926 pub l_start: __off_t, 3607 __offset: __off_t, in preadv() argument 3613 __offset: __off_t, in pwritev() argument 3688 pub fn lseek(__fd: c_int, __offset: __off_t, __whence: c_int) -> __off_t; in lseek() argument 4084 pub fn ftruncate(__fd: c_int, __length: __off_t) -> c_int; in ftruncate()
|