Searched refs:__off (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/Analysis/
H A Dstream.c12 extern int fseek (FILE *__stream, long int __off, int __whence);
/external/libcxx/src/
H A Dstrstream.cpp229 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) argument
267 newoff += __off;
276 __off = epptr() - newpos;
278 pbump(static_cast<int>((epptr() - pbase()) - __off));
/external/valgrind/perf/
H A Dtest_input_for_tinycc.c5494 extern int fseek (FILE *__stream, long int __off, int __whence);

Completed in 127 milliseconds