HomeSort by relevance Sort by last modified time
    Searched refs:__off_t (Results 26 - 48 of 48) sorted by null

12

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
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;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
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)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
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)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
types.h 88 typedef __off_t off_t;
stat.h 76 typedef __off_t off_t;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
types.h 88 typedef __off_t off_t;
stat.h 76 typedef __off_t off_t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
types.h 88 typedef __off_t off_t;
stat.h 76 typedef __off_t off_t;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
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;
  /external/elfutils/tests/
run-show-die-info.sh 373 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...]

Completed in 380 milliseconds

12