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

  /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))

Completed in 89 milliseconds