Home
last modified time | relevance | path

Searched refs:__off_t (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/libc/src/solid/
H A Dmod.rs39 pub type __off_t = i64; types
87 pub type off_t = __off_t;
871 pub fn lseek(arg1: c_int, arg2: __off_t, arg3: c_int) -> __off_t; in lseek()
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/
H A Dittnotify_bindings.rs178 pub type __off_t = ::std::os::raw::c_long; types
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp1872 typedef long int __off_t;
1947 __off_t __pos;
2017 __off_t _old_offset;
2150 typedef __off_t off_t;
2500 extern int fseeko (FILE *__stream, __off_t __off, int __whence);
2505 extern __off_t ftello (FILE *__stream) ;
[all...]

Completed in 35 milliseconds