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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
stdio_sync_filebuf.h 169 int __whence; local
171 __whence = SEEK_SET;
173 __whence = SEEK_CUR;
175 __whence = SEEK_END;
177 if (!fseeko64(_M_file, __off, __whence))
180 if (!fseek(_M_file, __off, __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-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/5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 159 int __whence; local
161 __whence = SEEK_SET;
163 __whence = SEEK_CUR;
165 __whence = SEEK_END;
167 if (!fseeko64(_M_file, __off, __whence))
170 if (!fseek(_M_file, __off, __whence))
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 159 int __whence; local
161 __whence = SEEK_SET;
163 __whence = SEEK_CUR;
165 __whence = SEEK_END;
167 if (!fseeko64(_M_file, __off, __whence))
170 if (!fseek(_M_file, __off, __whence))
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 159 int __whence; local
161 __whence = SEEK_SET;
163 __whence = SEEK_CUR;
165 __whence = SEEK_END;
167 if (!fseeko64(_M_file, __off, __whence))
170 if (!fseek(_M_file, __off, __whence))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
stdio_sync_filebuf.h 159 int __whence; local
161 __whence = SEEK_SET;
163 __whence = SEEK_CUR;
165 __whence = SEEK_END;
167 if (!fseeko64(_M_file, __off, __whence))
170 if (!fseek(_M_file, __off, __whence))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_sync_filebuf.h 169 int __whence; local
171 __whence = SEEK_SET;
173 __whence = SEEK_CUR;
175 __whence = SEEK_END;
177 if (!fseeko64(_M_file, __off, __whence))
180 if (!fseek(_M_file, __off, __whence))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_sync_filebuf.h 169 int __whence; local
171 __whence = SEEK_SET;
173 __whence = SEEK_CUR;
175 __whence = SEEK_END;
177 if (!fseeko64(_M_file, __off, __whence))
180 if (!fseek(_M_file, __off, __whence))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_sync_filebuf.h 169 int __whence; local
171 __whence = SEEK_SET;
173 __whence = SEEK_CUR;
175 __whence = SEEK_END;
177 if (!fseeko64(_M_file, __off, __whence))
180 if (!fseek(_M_file, __off, __whence))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_sync_filebuf.h 169 int __whence; local
171 __whence = SEEK_SET;
173 __whence = SEEK_CUR;
175 __whence = SEEK_END;
177 if (!fseeko64(_M_file, __off, __whence))
180 if (!fseek(_M_file, __off, __whence))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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/9/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);
  /external/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),
  /ndk/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/5/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/6/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/7/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/8/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/9/sources/cxx-stl/EH/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.6/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.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...]

Completed in 632 milliseconds

1 2