Searched refs:__whence (Results 1 – 2 of 2) sorted by relevance
163 int __whence; in _GLIBCXX_BEGIN_NAMESPACE() local165 __whence = SEEK_SET; in _GLIBCXX_BEGIN_NAMESPACE()167 __whence = SEEK_CUR; in _GLIBCXX_BEGIN_NAMESPACE()169 __whence = SEEK_END; in _GLIBCXX_BEGIN_NAMESPACE()171 if (!fseeko64(_M_file, __off, __whence)) in _GLIBCXX_BEGIN_NAMESPACE()174 if (!fseek(_M_file, __off, __whence)) in _GLIBCXX_BEGIN_NAMESPACE()
932 int __whence;936 __whence = SEEK_SET;939 __whence = SEEK_CUR;942 __whence = SEEK_END;948 if (fseek(__file_, __width > 0 ? __width * __off : 0, __whence))952 if (fseeko(__file_, __width > 0 ? __width * __off : 0, __whence))