/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
dirent.h | 30 __off64_t d_off; 41 __off64_t d_off;
|
fcntl.h | 166 __off64_t l_start; /* Offset where the lock begins. */ 167 __off64_t l_len; /* Size of the locked area; zero means until EOF. */ 177 __off64_t l_start; /* Offset where the lock begins. */ 178 __off64_t l_len; /* Size of the locked area; zero means until EOF. */ 230 extern ssize_t readahead (int __fd, __off64_t __offset, size_t __count) 235 extern int sync_file_range (int __fd, __off64_t __from, __off64_t __to, 244 extern ssize_t splice (int __fdin, __off64_t *__offin, int __fdout, 245 __off64_t *__offout, size_t __len,
|
stat.h | 73 __off64_t st_size; /* Size of file, in bytes. */ 138 __off64_t st_size; /* Size of file, in bytes. */
|
types.h | 142 __STD_TYPE __OFF64_T_TYPE __off64_t; /* Type of file sizes and offsets (LFS). */ variable 184 typedef __off64_t __loff_t; /* Type of file sizes and offsets (LFS). */
|
unistd.h | 52 __off64_t __offset, size_t __bufsize) __wur; 58 __off64_t __offset), pread64) __wur; 66 __off64_t __offset, size_t __bufsize), 88 pread (int __fd, void *__buf, size_t __nbytes, __off64_t __offset) 106 pread64 (int __fd, void *__buf, size_t __nbytes, __off64_t __offset)
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
fcntl.h | 162 extern int __REDIRECT (lockf, (int __fd, int __cmd, __off64_t __len), lockf64); 168 extern int lockf64 (int __fd, int __cmd, __off64_t __len); 180 extern int __REDIRECT_NTH (posix_fadvise, (int __fd, __off64_t __offset, 181 __off64_t __len, int __advise), 188 extern int posix_fadvise64 (int __fd, __off64_t __offset, __off64_t __len, 201 extern int __REDIRECT (posix_fallocate, (int __fd, __off64_t __offset, 202 __off64_t __len), 209 extern int posix_fallocate64 (int __fd, __off64_t __offset, __off64_t __len) [all...] |
_G_config.h | 29 __off64_t __pos; 34 #define _G_off64_t __off64_t
|
unistd.h | 216 typedef __off64_t off_t; 221 typedef __off64_t off64_t; 304 extern __off64_t __REDIRECT_NTH (lseek, 305 (int __fd, __off64_t __offset, int __whence), 312 extern __off64_t lseek64 (int __fd, __off64_t __offset, int __whence) 356 __off64_t __offset), 359 size_t __nbytes, __off64_t __offset), 372 __off64_t __offset) __wur; 376 __off64_t __offset) __wur [all...] |
aio.h | 53 char __pad[sizeof (__off64_t) - sizeof (__off_t)]; 55 __off64_t aio_offset; /* File offset. */ 79 __off64_t aio_offset; /* File offset. */
|
dirent.h | 333 __off64_t *__restrict __basep), 343 __off64_t *__restrict __basep)
|
stdio.h | 751 (FILE *__stream, __off64_t __off, int __whence), 753 extern __off64_t __REDIRECT (ftello, (FILE *__stream), ftello64); 787 extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence); 788 extern __off64_t ftello64 (FILE *__stream) __wur;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
sendfile.h | 39 (int __out_fd, int __in_fd, __off64_t *__offset, 46 extern ssize_t sendfile64 (int __out_fd, int __in_fd, __off64_t *__offset,
|
mman.h | 32 typedef __off64_t off_t; 64 int __flags, int __fd, __off64_t __offset), 72 int __flags, int __fd, __off64_t __offset) __THROW;
|
types.h | 90 typedef __off64_t off_t; 95 typedef __off64_t off64_t;
|
stat.h | 78 typedef __off64_t off_t;
|
/external/elfutils/ |
config-compat-darwin.h | 8 typedef unsigned long long __off64_t; typedef
|
config-compat-freebsd.h | 11 typedef off_t __off64_t; typedef
|
Android.mk | 138 LOCAL_CFLAGS += -Doff64_t=__off64_t 200 LOCAL_CFLAGS += -Doff64_t=__off64_t 230 LOCAL_CFLAGS += -Doff64_t=__off64_t 260 LOCAL_CFLAGS += -Doff64_t=__off64_t
|
/external/valgrind/main/perf/ |
test_input_for_tinycc.c | 183 __extension__ typedef __quad_t __off64_t; typedef 225 typedef __off64_t __loff_t; [all...] |
/external/elfutils/tests/ |
run-show-die-info.sh | 546 Name : __off64_t [all...] |