Home
last modified time | relevance | path

Searched defs:loff_t (Results 1 - 13 of 13) sorted by relevance

/third_party/rust/crates/linux-raw-sys/gen/ioctl/
H A Dlist.c175 typedef __kernel_loff_t loff_t; typedef
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h196 #define loff_t off_t macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h195 #define loff_t off_t macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dalltypes.h214 typedef long long loff_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h195 #define loff_t off_t macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h195 #define loff_t off_t macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h195 #define loff_t off_t macro
/third_party/musl/include/
H A Dfcntl.h198 #define loff_t off_t macro
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs21 pub type loff_t = ::c_longlong; types
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs19 pub type loff_t = i64; types
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs26 pub type loff_t = ::c_longlong; types
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs56 pub type loff_t = ::c_longlong; types
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs15 pub type loff_t = ::c_longlong; types

Completed in 43 milliseconds