HomeSort by relevance Sort by last modified time
    Searched defs:off_t (Results 1 - 25 of 36) sorted by null

1 2

  /external/syslinux/com32/include/sys/
types.h 14 typedef size_t off_t; typedef
  /bionic/tools/versioner/tests/preprocessor_file_offset_bits/expected/
foo.h 5 typedef int off_t; typedef
18 int truncate(const char* __path, off_t __length) __RENAME(truncate64) __INTRODUCED_IN(21);
20 int truncate(const char* __path, off_t __length);
26 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset) __RENAME(pread64)
31 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset);
35 off_t lseek(int __fd, off_t __offset, int __whence) __RENAME(lseek64);
37 off_t lseek(int __fd, off_t __offset, int __whence);
  /bionic/tools/versioner/tests/preprocessor_file_offset_bits/headers/
foo.h 5 typedef int off_t; typedef
18 int truncate(const char* __path, off_t __length) __RENAME(truncate64) __INTRODUCED_IN(21);
20 int truncate(const char* __path, off_t __length);
24 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset) __RENAME(pread64)
27 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset);
31 off_t lseek(int __fd, off_t __offset, int __whence) __RENAME(lseek64);
33 off_t lseek(int __fd, off_t __offset, int __whence);
  /external/syslinux/dos/
stdio.h 7 typedef unsigned int off_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
mman.h 30 typedef __off_t off_t; typedef
32 typedef __off64_t off_t; typedef
stat.h 76 typedef __off_t off_t; typedef
78 typedef __off64_t off_t; typedef
types.h 87 typedef __off_t off_t; typedef
89 typedef __off64_t off_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
mman.h 30 typedef __off_t off_t; typedef
32 typedef __off64_t off_t; typedef
stat.h 76 typedef __off_t off_t; typedef
78 typedef __off64_t off_t; typedef
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_linux.cc 40 #define off_t __kernel_off_t macro
48 #undef off_t macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_off_t.h 24 typedef off64_t off_t; typedef
26 typedef off32_t off_t; typedef
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
macconfig.h 47 #define off_t long macro
amigaconfig.h 90 #undef off_t macro
  /external/python/cpython2/Modules/expat/
macconfig.h 47 #define off_t long macro
  /external/python/cpython3/Modules/expat/
macconfig.h 47 #define off_t long macro
  /external/strace/linux/
asm_stat.h 11 # undef off_t macro
22 # define off_t __kernel_off_t macro
35 # undef off_t macro
46 # define off_t off_t macro
  /external/syslinux/gpxe/src/arch/i386/include/bits/
stdint.h 8 typedef signed long off_t; typedef
  /external/syslinux/gpxe/src/arch/x86_64/include/bits/
stdint.h 6 typedef signed long off_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
uio.h 65 #ifndef off_t
66 typedef __off_t off_t; /* file offset */ typedef
67 #define off_t __off_t macro
83 off_t uio_offset; /* offset into file this uio corresponds to */
114 ssize_t preadv(int, const struct iovec *, int, off_t);
115 ssize_t pwritev(int, const struct iovec *, int, off_t);
types.h 179 #ifndef off_t
180 typedef __off_t off_t; /* file offset */ typedef
181 #define off_t __off_t macro
218 * long arguments will be promoted to off_t if the program fails to
219 * include that header or explicitly cast them to off_t.
224 extern off_t lseek (int, off_t, int);
225 extern int truncate (const char *, off_t);
226 extern int ftruncate (int, off_t);
  /external/e2fsprogs/include/nonunix/
unistd.h 24 #define off_t _off_t macro
  /bionic/libc/include/sys/
types.h 98 /* This historical accident means that we had a 32-bit off_t on 32-bit architectures. */
101 typedef int64_t off_t; typedef
102 typedef off_t loff_t;
105 typedef __kernel_off_t off_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 91 typedef __off_t off_t; typedef
93 typedef __off64_t off_t; typedef
unistd.h 168 int, long, pointer, and off_t types.
170 int, long, and pointer and off_t with at least
173 int, and 64-bit long, pointer, and off_t types.
175 least 32 bits int and long, pointer, and off_t
244 typedef __off_t off_t; typedef
246 typedef __off64_t off_t; typedef
    [all...]
  /external/v8/tools/clang/plugins/tests/
ipc.cpp 16 typedef int off_t; typedef
228 CALL_WRITEPARAM(off_t) // ERROR

Completed in 391 milliseconds

1 2