/external/rust/crates/nix/src/sys/ |
D | aio.rs | 177 fn from_mut_slice_unpinned(fd: RawFd, offs: off_t, buf: &'a mut [u8], in from_mut_slice_unpinned() 250 pub fn from_mut_slice(fd: RawFd, offs: off_t, buf: &'a mut [u8], in from_mut_slice() 294 pub unsafe fn from_mut_ptr(fd: RawFd, offs: off_t, in from_mut_ptr() 338 pub unsafe fn from_ptr(fd: RawFd, offs: off_t, in from_ptr() 360 fn from_slice_unpinned(fd: RawFd, offs: off_t, buf: &'a [u8], in from_slice_unpinned() 422 pub fn from_slice(fd: RawFd, offs: off_t, buf: &'a [u8], in from_slice() 610 pub fn offset(&self) -> off_t { in offset() 1063 pub fn emplace_slice(mut self, fd: RawFd, offs: off_t, buf: &'a [u8], in emplace_slice() 1079 pub fn emplace_mut_slice(mut self, fd: RawFd, offs: off_t, in emplace_mut_slice()
|
D | sendfile.rs | 28 offset: Option<&mut off_t>, in sendfile()
|
/external/strace/linux/ |
D | asm_stat.h | 22 # define off_t __kernel_off_t macro 46 # define off_t off_t macro
|
/external/rust/crates/nix/src/ |
D | fcntl.rs | 631 offset: libc::off_t, in fallocate() 632 len: libc::off_t, in fallocate() 667 offset: libc::off_t, in posix_fadvise() 668 len: libc::off_t, in posix_fadvise() 689 pub fn posix_fallocate(fd: RawFd, offset: libc::off_t, len: libc::off_t) -> Result<()> { in posix_fallocate()
|
D | unistd.rs | 1045 pub fn lseek(fd: RawFd, offset: off_t, whence: Whence) -> Result<off_t> { in lseek()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_linux.cc | 40 #define off_t __kernel_off_t macro
|
/external/python/cffi/demo/ |
D | readdir_ctypes.py | 13 off_t = ctypes.c_long variable
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/ |
D | mod.rs | 4 pub type off_t = i64; typedef
|
/external/rust/crates/libc/src/hermit/ |
D | mod.rs | 32 pub type off_t = c_long; typedef
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/ |
D | mod.rs | 10 pub type off_t = i64; typedef
|
/external/rust/crates/libc/src/ |
D | switch.rs | 22 pub type off_t = i64; typedef
|
D | wasi.rs | 23 pub type off_t = i64; typedef 648 pub fn lseek(fd: ::c_int, offset: off_t, whence: ::c_int) -> off_t; in lseek() 688 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() 689 pub fn ftello(stream: *mut ::FILE) -> ::off_t; in ftello() 690 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() 706 pub fn posix_fadvise(fd: ::c_int, offset: ::off_t, len: ::off_t, advise: ::c_int) -> ::c_int; in posix_fadvise() 739 pub fn __wasilibc_tell(fd: c_int) -> ::off_t; in __wasilibc_tell()
|
/external/e2fsprogs/include/nonunix/ |
D | unistd.h | 24 #define off_t _off_t macro
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
D | mod.rs | 521 inoffp: *mut ::off_t, in copy_file_range() 523 outoffp: *mut ::off_t, in copy_file_range()
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
D | mod.rs | 521 inoffp: *mut ::off_t, in copy_file_range() 523 outoffp: *mut ::off_t, in copy_file_range()
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/ |
D | mod.rs | 13 pub type off_t = ::c_long; typedef
|
/external/musl/include/ |
D | alltypes.h.in | 29 TYPEDEF _Int64 off_t; variable
|
/external/python/pycparser/utils/fake_libc_include/ |
D | _fake_typedefs.h | 59 typedef int off_t; typedef
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 877 pub fn lseek(fd: ::c_int, offset: off_t, whence: ::c_int) -> off_t; in lseek() 970 offset: off_t, in mmap() 1338 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() 1339 pub fn ftello(stream: *mut ::FILE) -> ::off_t; in ftello()
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 72 pub type off_t = ::c_longlong; typedef 1212 offset: off_t, in mmap() 1263 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() 1264 pub fn ftello(stream: *mut ::FILE) -> ::off_t; in ftello() 1629 pub fn lseek(fd: ::c_int, offset: off_t, whence: ::c_int) -> off_t; in lseek()
|
/external/python/pycparser/tests/c_files/ |
D | cppd_with_stdio_h.c | 3439 typedef _off_t off_t; typedef
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1528 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() 1529 pub fn posix_fadvise(fd: ::c_int, offset: ::off_t, len: ::off_t, advise: ::c_int) -> ::c_int; in posix_fadvise() 1618 offset: ::off_t, in sendfile() 1621 sbytes: *mut ::off_t, in sendfile()
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 12 pub type off_t = i64; typedef 1583 pub fn posix_fadvise(fd: ::c_int, offset: ::off_t, len: ::off_t, advice: ::c_int) -> ::c_int; in posix_fadvise() 1584 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate()
|
/external/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()
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 79 pub type off_t = i64; typedef 3601 pub fn lseek(fd: ::c_int, offset: off_t, whence: ::c_int) -> off_t; in lseek() 3642 offset: off_t, in mmap() 3815 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() 3816 pub fn ftello(stream: *mut ::FILE) -> ::off_t; in ftello() 3864 pub fn posix_fadvise(fd: ::c_int, offset: ::off_t, len: ::off_t, advise: ::c_int) -> ::c_int; in posix_fadvise() 3967 pub fn fallocate(fd: ::c_int, mode: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in fallocate() 3968 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate()
|