HomeSort by relevance Sort by last modified time
    Searched refs:__whence (Results 1 - 18 of 18) sorted by null

  /bionic/tools/versioner/tests/preprocessor_file_offset_bits/expected/
foo.h 31 off_t lseek(int __fd, off_t __offset, int __whence) __RENAME(lseek64);
33 off_t lseek(int __fd, off_t __offset, int __whence);
  /bionic/tools/versioner/tests/preprocessor_file_offset_bits/headers/
foo.h 27 off_t lseek(int __fd, off_t __offset, int __whence) __RENAME(lseek64);
29 off_t lseek(int __fd, off_t __offset, int __whence);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 168 int __whence; local
170 __whence = SEEK_SET;
172 __whence = SEEK_CUR;
174 __whence = SEEK_END;
176 if (!fseeko64(_M_file, __off, __whence))
179 if (!fseek(_M_file, __off, __whence))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 168 int __whence; local
170 __whence = SEEK_SET;
172 __whence = SEEK_CUR;
174 __whence = SEEK_END;
176 if (!fseeko64(_M_file, __off, __whence))
179 if (!fseek(_M_file, __off, __whence))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
stdio_sync_filebuf.h 168 int __whence; local
170 __whence = SEEK_SET;
172 __whence = SEEK_CUR;
174 __whence = SEEK_END;
176 if (!fseeko64(_M_file, __off, __whence))
179 if (!fseek(_M_file, __off, __whence))
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h 168 int __whence; local
170 __whence = SEEK_SET;
172 __whence = SEEK_CUR;
174 __whence = SEEK_END;
176 if (!fseeko64(_M_file, __off, __whence))
179 if (!fseek(_M_file, __off, __whence))
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h 168 int __whence; local
170 __whence = SEEK_SET;
172 __whence = SEEK_CUR;
174 __whence = SEEK_END;
176 if (!fseeko64(_M_file, __off, __whence))
179 if (!fseek(_M_file, __off, __whence))
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h 168 int __whence; local
170 __whence = SEEK_SET;
172 __whence = SEEK_CUR;
174 __whence = SEEK_END;
176 if (!fseeko64(_M_file, __off, __whence))
179 if (!fseek(_M_file, __off, __whence))
  /external/clang/test/Analysis/
stream.c 12 extern int fseek (FILE *__stream, long int __off, int __whence);
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 292 ios_base::seekdir __whence,
300 if (!_M_seek_init(__off != 0 || __whence != ios_base::cur))
304 if (__whence == ios_base::beg || __whence == ios_base::end)
305 return _M_seek_return(_M_base._M_seek(_M_width * __off, __whence),
309 _STLP_ASSERT(__whence == ios_base::cur)
311 return _M_seek_return(_M_base._M_seek(_M_width * __off, __whence),
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 292 ios_base::seekdir __whence,
300 if (!_M_seek_init(__off != 0 || __whence != ios_base::cur))
304 if (__whence == ios_base::beg || __whence == ios_base::end)
305 return _M_seek_return(_M_base._M_seek(_M_width * __off, __whence),
309 _STLP_ASSERT(__whence == ios_base::cur)
311 return _M_seek_return(_M_base._M_seek(_M_width * __off, __whence),
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 292 ios_base::seekdir __whence,
300 if (!_M_seek_init(__off != 0 || __whence != ios_base::cur))
304 if (__whence == ios_base::beg || __whence == ios_base::end)
305 return _M_seek_return(_M_base._M_seek(_M_width * __off, __whence),
309 _STLP_ASSERT(__whence == ios_base::cur)
311 return _M_seek_return(_M_base._M_seek(_M_width * __off, __whence),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h 722 extern int fseek (FILE *__stream, long int __off, int __whence);
746 extern int fseeko (FILE *__stream, __off_t __off, int __whence);
755 (FILE *__stream, __off64_t __off, int __whence),
791 extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence);
unistd.h 331 extern __off_t lseek (int __fd, __off_t __offset, int __whence) __THROW;
335 (int __fd, __off64_t __offset, int __whence),
342 extern __off64_t lseek64 (int __fd, __off64_t __offset, int __whence)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 746 extern int fseek (FILE *__stream, long int __off, int __whence);
770 extern int fseeko (FILE *__stream, __off_t __off, int __whence);
779 (FILE *__stream, __off64_t __off, int __whence),
815 extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence);
unistd.h 335 extern __off_t lseek (int __fd, __off_t __offset, int __whence) __THROW;
339 (int __fd, __off64_t __offset, int __whence),
346 extern __off64_t lseek64 (int __fd, __off64_t __offset, int __whence)
    [all...]
  /bionic/libc/include/
unistd.h 169 off_t lseek(int __fd, off_t __offset, int __whence) __RENAME(lseek64);
171 off_t lseek(int __fd, off_t __offset, int __whence);
174 off64_t lseek64(int __fd, off64_t __offset, int __whence);
  /external/valgrind/perf/
test_input_for_tinycc.c     [all...]

Completed in 1232 milliseconds