| /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/sys/ |
| D | aio.rs | 317 pub fn from_mut_slice(fd: RawFd, offs: off_t, buf: &'a mut [u8], in from_mut_slice() 438 pub fn from_boxed_slice(fd: RawFd, offs: off_t, buf: Box<dyn Borrow<[u8]>>, in from_boxed_slice() 503 pub fn from_boxed_mut_slice(fd: RawFd, offs: off_t, in from_boxed_mut_slice() 552 pub unsafe fn from_mut_ptr(fd: RawFd, offs: off_t, in from_mut_ptr() 597 pub unsafe fn from_ptr(fd: RawFd, offs: off_t, in from_ptr() 658 pub fn from_slice(fd: RawFd, offs: off_t, buf: &'a [u8], in from_slice() 838 pub fn offset(&self) -> off_t { in offset()
|
| D | sendfile.rs | 26 offset: Option<&mut off_t>, in sendfile()
|
| /external/rust/crates/nix/src/ |
| D | fcntl.rs | 576 offset: libc::off_t, in fallocate() 577 len: libc::off_t, in fallocate() 612 offset: libc::off_t, in posix_fadvise() 613 len: libc::off_t, in posix_fadvise() 629 pub fn posix_fallocate(fd: RawFd, offset: libc::off_t, len: libc::off_t) -> Result<()> { in posix_fallocate()
|
| D | unistd.rs | 1036 pub fn lseek(fd: RawFd, offset: off_t, whence: Whence) -> Result<off_t> { in lseek()
|
| /external/llvm-project/libc/include/ |
| D | __posix-types.h | 14 typedef __INT64_TYPE__ off_t; typedef
|
| /external/llvm-project/clang/test/Analysis/ |
| D | std-c-library-posix-crash.c | 8 typedef long off_t; typedef
|
| D | std-c-library-functions-POSIX.c | 133 typedef unsigned long off_t; typedef
|
| /external/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_platform_limits_linux.cc | 40 #define off_t __kernel_off_t macro
|
| /external/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_platform_limits_linux.cpp | 39 #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/llvm-project/compiler-rt/lib/tsan/rtl/ |
| D | tsan_dispatch_defs.h | 69 typedef __sanitizer::s64 off_t; typedef
|
| /external/rust/crates/libc/src/ |
| D | switch.rs | 22 pub type off_t = i64; typedef
|
| D | wasi.rs | 21 pub type off_t = i64; typedef 537 pub fn lseek(fd: ::c_int, offset: off_t, whence: ::c_int) -> off_t; in lseek() 577 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() 578 pub fn ftello(stream: *mut ::FILE) -> ::off_t; in ftello() 579 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate() 595 pub fn posix_fadvise(fd: ::c_int, offset: ::off_t, len: ::off_t, advise: ::c_int) -> ::c_int; in posix_fadvise() 623 pub fn __wasilibc_tell(fd: c_int) -> ::off_t; in __wasilibc_tell()
|
| /external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
| D | bugprone-posix-return.cpp | 8 typedef long off_t; typedef
|
| /external/e2fsprogs/include/nonunix/ |
| D | unistd.h | 24 #define off_t _off_t macro
|
| /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/unix/linux_like/linux/uclibc/x86_64/ |
| D | mod.rs | 13 pub type off_t = ::c_long; typedef
|
| /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 | 867 pub fn lseek(fd: ::c_int, offset: off_t, whence: ::c_int) -> off_t; in lseek() 960 offset: off_t, in mmap() 1322 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() 1323 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 1204 offset: off_t, in mmap() 1253 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() 1254 pub fn ftello(stream: *mut ::FILE) -> ::off_t; in ftello() 1619 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/fuchsia/ |
| D | mod.rs | 79 pub type off_t = i64; typedef 3596 pub fn lseek(fd: ::c_int, offset: off_t, whence: ::c_int) -> off_t; in lseek() 3637 offset: off_t, in mmap() 3810 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() 3811 pub fn ftello(stream: *mut ::FILE) -> ::off_t; in ftello() 3859 pub fn posix_fadvise(fd: ::c_int, offset: ::off_t, len: ::off_t, advise: ::c_int) -> ::c_int; in posix_fadvise() 3962 pub fn fallocate(fd: ::c_int, mode: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in fallocate() 3963 pub fn posix_fallocate(fd: ::c_int, offset: ::off_t, len: ::off_t) -> ::c_int; in posix_fallocate()
|