| /third_party/rust/crates/nix/src/sys/ |
| D | aio.rs | 577 offs: off_t, in new() 595 pub fn offset(&self) -> off_t { in offset() 696 offs: off_t, in new() 716 pub fn offset(&self) -> off_t { in offset() 809 offs: off_t, in new() 831 pub fn offset(&self) -> off_t { in offset() 925 offs: off_t, in new() 949 pub fn offset(&self) -> off_t { in offset()
|
| D | sendfile.rs | 29 offset: Option<&mut off_t>, in sendfile()
|
| D | mman.rs | 425 offset: off_t, in mmap()
|
| D | uio.rs | 77 offset: off_t, in preadv()
|
| /third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/ |
| D | mod.rs | 4 pub type off_t = i64; typedef
|
| /third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/ |
| D | mod.rs | 10 pub type off_t = i64; typedef
|
| /third_party/rust/crates/libc/src/hermit/ |
| D | mod.rs | 32 pub type off_t = c_long; typedef
|
| /third_party/rust/crates/libc/src/ |
| D | switch.rs | 22 pub type off_t = i64; typedef
|
| D | wasi.rs | 23 pub type off_t = i64; typedef 651 pub fn lseek(fd: ::c_int, offset: off_t, whence: ::c_int) -> off_t; in lseek() 691 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() 692 pub fn ftello(stream: *mut ::FILE) -> ::off_t; in ftello() 693 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() 709 pub fn posix_fadvise(fd: ::c_int, offset: ::off_t, len: ::off_t, advise: ::c_int) -> ::c_int; in posix_fadvise() 742 pub fn __wasilibc_tell(fd: c_int) -> ::off_t; in __wasilibc_tell()
|
| /third_party/node/src/ |
| D | v8ustack.d | 78 # define off_t uint32_t macro 82 # define off_t uint64_t macro
|
| /third_party/rust/crates/linux-raw-sys/gen/include/ |
| D | support.h | 48 #define off_t __kernel_off_t macro
|
| /third_party/lzma/C/ |
| D | 7zFile.c | 18 typedef int off_t; typedef
|
| /third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/ |
| D | mod.rs | 13 pub type off_t = ::c_long; typedef
|
| /third_party/musl/include/ |
| D | alltypes.h.in | 29 TYPEDEF _Int64 off_t; variable
|
| /third_party/rust/crates/libc/src/unix/ |
| D | mod.rs | 908 pub fn lseek(fd: ::c_int, offset: off_t, whence: ::c_int) -> off_t; in lseek() 1003 offset: off_t, in mmap() 1366 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() 1367 pub fn ftello(stream: *mut ::FILE) -> ::off_t; in ftello()
|
| /third_party/musl/porting/liteos_a/kernel/include/bits/ |
| D | alltypes.h | 213 typedef _Int64 off_t; typedef
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
| D | alltypes.h | 182 typedef _Int64 off_t; typedef
|
| /third_party/musl/porting/liteos_m/user/include/bits/ |
| D | alltypes.h | 156 typedef _Int64 off_t; typedef
|
| /third_party/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 72 pub type off_t = ::c_longlong; typedef 1217 offset: off_t, in mmap() 1268 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() 1269 pub fn ftello(stream: *mut ::FILE) -> ::off_t; in ftello() 1634 pub fn lseek(fd: ::c_int, offset: off_t, whence: ::c_int) -> off_t; in lseek()
|
| /third_party/musl/porting/liteos_m/kernel/include/bits/ |
| D | alltypes.h | 156 typedef _Int64 off_t; typedef
|
| /third_party/musl/porting/uniproton/kernel/include/bits/ |
| D | alltypes.h | 156 typedef _Int64 off_t; typedef
|
| /third_party/rust/crates/libc/src/solid/ |
| D | mod.rs | 87 pub type off_t = __off_t; typedef 525 pub fn fseeko(stream: *mut FILE, offset: off_t, whence: c_int) -> c_int; in fseeko() 526 pub fn ftello(stream: *mut FILE) -> off_t; in ftello()
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 79 pub type off_t = i64; typedef 3616 pub fn lseek(fd: ::c_int, offset: off_t, whence: ::c_int) -> off_t; in lseek() 3657 offset: off_t, in mmap() 3830 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() 3831 pub fn ftello(stream: *mut ::FILE) -> ::off_t; in ftello() 3879 pub fn posix_fadvise(fd: ::c_int, offset: ::off_t, len: ::off_t, advise: ::c_int) -> ::c_int; in posix_fadvise() 3982 pub fn fallocate(fd: ::c_int, mode: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in fallocate() 3983 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate()
|
| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
| D | mod.rs | 1550 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() 1551 pub fn posix_fadvise(fd: ::c_int, offset: ::off_t, len: ::off_t, advise: ::c_int) -> ::c_int; in posix_fadvise() 1650 offset: ::off_t, in sendfile() 1653 sbytes: *mut ::off_t, in sendfile()
|
| /third_party/rust/crates/libc/src/unix/haiku/ |
| D | mod.rs | 12 pub type off_t = i64; typedef 1715 pub fn posix_fadvise(fd: ::c_int, offset: ::off_t, len: ::off_t, advice: ::c_int) -> ::c_int; in posix_fadvise() 1716 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate()
|