Searched defs:__off_t (Results 1 – 4 of 4) sorted by relevance
45 typedef int __off_t; typedef
3344 typedef long int __off_t; typedef
39 pub type __off_t = i64; typedef871 pub fn lseek(arg1: c_int, arg2: __off_t, arg3: c_int) -> __off_t; in lseek()
283 pub type __off_t = ::std::os::raw::c_long; typedef