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

  /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/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_linux.cc 40 #define off_t __kernel_off_t macro
48 #undef off_t macro
  /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/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
  /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
  /external/u-boot/include/linux/
types.h 15 typedef __kernel_off_t off_t; typedef
  /external/v8/tools/clang/plugins/tests/
ipc.cpp 16 typedef int off_t; typedef
228 CALL_WRITEPARAM(off_t) // ERROR
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
types.h 170 typedef __off_t off_t; /* file offset */ typedef
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 109 typedef INT64 off_t; typedef
168 off_t st_size; /* file size, in bytes */
224 off_t lseek (int, off_t, int);
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 90 int fseeko (FILE *, off_t, int);
177 innards of an fpos_t anyway. The library internally uses off_t,
1506 typedef __off_t off_t; typedef
1507 #define off_t macro
    [all...]
  /external/python/cpython2/RISCOS/
pyconfig.h 35 #undef off_t macro
132 /* Defined to enable large file support when an off_t is bigger than a long
133 and long long is available and at least as big as an off_t. You may need
203 /* The number of bytes in an off_t. */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 2394 off_t = __darwin_off_t variable
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 2394 off_t = __darwin_off_t variable
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 2394 off_t = __darwin_off_t variable
    [all...]

Completed in 784 milliseconds