HomeSort by: relevance | last modified time | path
    Searched defs:__whence (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
stdio_sync_filebuf.h 199 int __whence; local
201 __whence = SEEK_SET;
203 __whence = SEEK_CUR;
205 __whence = SEEK_END;
207 if (!fseeko64(_M_file, __off, __whence))
210 if (!fseek(_M_file, __off, __whence))
stdio_sync_filebuf.h 199 int __whence; local
201 __whence = SEEK_SET;
203 __whence = SEEK_CUR;
205 __whence = SEEK_END;
207 if (!fseeko64(_M_file, __off, __whence))
210 if (!fseek(_M_file, __off, __whence))
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
stdio_sync_filebuf.h 197 int __whence; local
199 __whence = SEEK_SET;
201 __whence = SEEK_CUR;
203 __whence = SEEK_END;
205 if (!fseeko64(_M_file, __off, __whence))
208 if (!fseek(_M_file, __off, __whence))
stdio_sync_filebuf.h 197 int __whence; local
199 __whence = SEEK_SET;
201 __whence = SEEK_CUR;
203 __whence = SEEK_END;
205 if (!fseeko64(_M_file, __off, __whence))
208 if (!fseek(_M_file, __off, __whence))

Completed in 147 milliseconds