Home
last modified time | relevance | path

Searched refs:__whence (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dstdio_sync_filebuf.h163 int __whence; in _GLIBCXX_BEGIN_NAMESPACE() local
165 __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()
/freebsd-12.1/contrib/libc++/include/
H A Dfstream932 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))