Home
last modified time | relevance | path

Searched defs:off_t (Results 1 – 25 of 47) sorted by relevance

12

/external/strace/linux/
Dasm_stat.h22 # define off_t __kernel_off_t macro
46 # define off_t off_t macro
/external/rust/crates/nix/src/sys/
Daio.rs317 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()
Dsendfile.rs26 offset: Option<&mut off_t>, in sendfile()
/external/rust/crates/nix/src/
Dfcntl.rs576 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()
Dunistd.rs1036 pub fn lseek(fd: RawFd, offset: off_t, whence: Whence) -> Result<off_t> { in lseek()
/external/llvm-project/libc/include/
D__posix-types.h14 typedef __INT64_TYPE__ off_t; typedef
/external/llvm-project/clang/test/Analysis/
Dstd-c-library-posix-crash.c8 typedef long off_t; typedef
Dstd-c-library-functions-POSIX.c133 typedef unsigned long off_t; typedef
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_linux.cc40 #define off_t __kernel_off_t macro
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_linux.cpp39 #define off_t __kernel_off_t macro
/external/python/cffi/demo/
Dreaddir_ctypes.py13 off_t = ctypes.c_long variable
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/
Dmod.rs4 pub type off_t = i64; typedef
/external/rust/crates/libc/src/hermit/
Dmod.rs32 pub type off_t = c_long; typedef
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_dispatch_defs.h69 typedef __sanitizer::s64 off_t; typedef
/external/rust/crates/libc/src/
Dswitch.rs22 pub type off_t = i64; typedef
Dwasi.rs21 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/
Dbugprone-posix-return.cpp8 typedef long off_t; typedef
/external/e2fsprogs/include/nonunix/
Dunistd.h24 #define off_t _off_t macro
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/
Dmod.rs10 pub type off_t = i64; typedef
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
Dmod.rs13 pub type off_t = ::c_long; typedef
/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h59 typedef int off_t; typedef
/external/rust/crates/libc/src/unix/
Dmod.rs867 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/
Dmod.rs72 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/
Dcppd_with_stdio_h.c3439 typedef _off_t off_t; typedef
/external/rust/crates/libc/src/fuchsia/
Dmod.rs79 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()

12