/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
dirent.h | 27 __off_t d_off;
|
fcntl.h | 163 __off_t l_start; /* Offset where the lock begins. */ 164 __off_t l_len; /* Size of the locked area; zero means until EOF. */
|
stat.h | 71 __off_t st_size; /* Size of file, in bytes. */ 134 __off_t st_size; /* Size of file, in bytes. */
|
types.h | 141 __STD_TYPE __OFF_T_TYPE __off_t; /* Type of file sizes and offsets. */ variable
|
unistd.h | 50 __off_t __offset, size_t __bufsize) __wur; 55 __off_t __offset), pread) __wur; 61 __off_t __offset, size_t __bufsize), __pread_chk) 73 pread (int __fd, void *__buf, size_t __nbytes, __off_t __offset)
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
fcntl.h | 159 extern int lockf (int __fd, int __cmd, __off_t __len); 176 extern int posix_fadvise (int __fd, __off_t __offset, __off_t __len, 198 extern int posix_fallocate (int __fd, __off_t __offset, __off_t __len);
|
_G_config.h | 24 __off_t __pos; 33 #define _G_off_t __off_t
|
aio.h | 52 __off_t aio_offset; /* File offset. */ 53 char __pad[sizeof (__off64_t) - sizeof (__off_t)];
|
unistd.h | 214 typedef __off_t off_t; 301 extern __off_t lseek (int __fd, __off_t __offset, int __whence) __THROW; 344 __off_t __offset) __wur; 352 __off_t __offset) __wur; [all...] |
dirent.h | 326 __off_t *__restrict __basep)
|
stdio.h | 742 extern int fseeko (FILE *__stream, __off_t __off, int __whence); 747 extern __off_t ftello (FILE *__stream) __wur;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
mman.h | 30 typedef __off_t off_t; 59 int __flags, int __fd, __off_t __offset) __THROW;
|
types.h | 88 typedef __off_t off_t;
|
stat.h | 76 typedef __off_t off_t;
|
/bionic/libc/arch-sh/include/machine/ |
_types.h | 98 typedef long long __off_t; typedef
|
/external/elfutils/tests/ |
run-show-die-info.sh | 366 Name : __off_t [all...] |
/external/valgrind/main/perf/ |
test_input_for_tinycc.c | 182 __extension__ typedef long int __off_t; typedef 281 typedef __off_t off_t; [all...] |