Home
last modified time | relevance | path

Searched refs:eof (Results 1 – 25 of 230) sorted by relevance

12345678910

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dopen_memstream.c24 size_t eof; member
61 if (COOKIE->pos > COOKIE->eof) { in oms_write()
62 *COOKIE->sizeloc = COOKIE->eof = COOKIE->pos; in oms_write()
63 COOKIE->buf[COOKIE->eof] = 0; /* Need to nul-terminate. */ in oms_write()
80 p += (whence == SEEK_CUR) ? COOKIE->pos : /* SEEK_END */ COOKIE->eof; in oms_seek()
97 memset(buf + COOKIE->eof, 0, leastlen - COOKIE->eof); /* 0-fill */ in oms_seek()
106 if (leastlen > COOKIE->eof) { in oms_seek()
107 memset(COOKIE->buf + COOKIE->eof, 0, leastlen - COOKIE->eof); in oms_seek()
108 *COOKIE->sizeloc = COOKIE->eof; in oms_seek()
142 *(cookie->sizeloc = sizeloc) = cookie->eof = cookie->pos = 0; in open_memstream()
A Dfmemopen.c21 size_t eof; member
56 COOKIE->pos = COOKIE->eof; in fmo_write()
72 if (COOKIE->pos > COOKIE->eof) { in fmo_write()
73 COOKIE->eof = COOKIE->pos; in fmo_write()
92 p += (whence == SEEK_CUR) ? COOKIE->pos : /* SEEK_END */ COOKIE->eof; in fmo_seek()
98 if (((uintmax_t) p) > COOKIE->eof) { in fmo_seek()
134 cookie->eof = cookie->pos = 0; /* pos and eof adjusted below. */ in fmemopen()
156 cookie->eof = len; in fmemopen()
164 cookie->eof = cookie->pos = i; /* Adjust eof and pos. */ in fmemopen()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/
A Dstdio_sync_filebuf.h80 : _M_file(__f), _M_unget_buf(traits_type::eof()) in _GLIBCXX_VISIBILITY()
89 __fb._M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
146 pbackfail(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
149 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
171 overflow(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
174 if (traits_type::eq_int_type(__c, traits_type::eof())) in _GLIBCXX_VISIBILITY()
177 __ret = traits_type::eof(); in _GLIBCXX_VISIBILITY()
245 _M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
275 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
288 _M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/
A Dstdio_sync_filebuf.h80 : _M_file(__f), _M_unget_buf(traits_type::eof()) in _GLIBCXX_VISIBILITY()
89 __fb._M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
146 pbackfail(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
149 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
171 overflow(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
174 if (traits_type::eq_int_type(__c, traits_type::eof())) in _GLIBCXX_VISIBILITY()
177 __ret = traits_type::eof(); in _GLIBCXX_VISIBILITY()
245 _M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
275 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
288 _M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/
A Dstdio_sync_filebuf.h80 : _M_file(__f), _M_unget_buf(traits_type::eof()) in _GLIBCXX_VISIBILITY()
89 __fb._M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
146 pbackfail(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
149 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
171 overflow(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
174 if (traits_type::eq_int_type(__c, traits_type::eof())) in _GLIBCXX_VISIBILITY()
177 __ret = traits_type::eof(); in _GLIBCXX_VISIBILITY()
245 _M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
275 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
288 _M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/
A Dstdio_sync_filebuf.h80 : _M_file(__f), _M_unget_buf(traits_type::eof()) in _GLIBCXX_VISIBILITY()
89 __fb._M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
146 pbackfail(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
149 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
171 overflow(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
174 if (traits_type::eq_int_type(__c, traits_type::eof())) in _GLIBCXX_VISIBILITY()
177 __ret = traits_type::eof(); in _GLIBCXX_VISIBILITY()
245 _M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
275 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
288 _M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/
A Dstdio_sync_filebuf.h80 : _M_file(__f), _M_unget_buf(traits_type::eof()) in _GLIBCXX_VISIBILITY()
89 __fb._M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
146 pbackfail(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
149 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
171 overflow(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
174 if (traits_type::eq_int_type(__c, traits_type::eof())) in _GLIBCXX_VISIBILITY()
177 __ret = traits_type::eof(); in _GLIBCXX_VISIBILITY()
245 _M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
275 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
288 _M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/
A Dstdio_sync_filebuf.h80 : _M_file(__f), _M_unget_buf(traits_type::eof()) in _GLIBCXX_VISIBILITY()
89 __fb._M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
146 pbackfail(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
149 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
171 overflow(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
174 if (traits_type::eq_int_type(__c, traits_type::eof())) in _GLIBCXX_VISIBILITY()
177 __ret = traits_type::eof(); in _GLIBCXX_VISIBILITY()
245 _M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
275 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
288 _M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/
A Dstdio_sync_filebuf.h79 : _M_file(__f), _M_unget_buf(traits_type::eof()) in _GLIBCXX_VISIBILITY()
88 __fb._M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
145 pbackfail(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
148 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
170 overflow(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
173 if (traits_type::eq_int_type(__c, traits_type::eof())) in _GLIBCXX_VISIBILITY()
176 __ret = traits_type::eof(); in _GLIBCXX_VISIBILITY()
244 _M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
274 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
287 _M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/
A Dstdio_sync_filebuf.h77 : _M_file(__f), _M_unget_buf(traits_type::eof()) in _GLIBCXX_VISIBILITY()
116 pbackfail(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
119 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
141 overflow(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
144 if (traits_type::eq_int_type(__c, traits_type::eof())) in _GLIBCXX_VISIBILITY()
147 __ret = traits_type::eof(); in _GLIBCXX_VISIBILITY()
215 _M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
245 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
258 _M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
268 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/
A Dstreambuf_iterator.h103 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
145 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
162 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
179 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
197 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
253 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof())) in _GLIBCXX_VISIBILITY()
346 while (!traits_type::eq_int_type(__c, traits_type::eof())) in _GLIBCXX_VISIBILITY()
382 while (!traits_type::eq_int_type(__c, traits_type::eof()) in _GLIBCXX_VISIBILITY()
[all …]
A Dstreambuf.tcc65 if (!traits_type::eq_int_type(__c, traits_type::eof())) in xsgetn()
99 if (!traits_type::eq_int_type(__c, traits_type::eof())) in xsputn()
123 while (!_Traits::eq_int_type(__c, _Traits::eof())) in __copy_streambufs_eof()
126 if (_Traits::eq_int_type(__c, _Traits::eof())) in __copy_streambufs_eof()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Dstreambuf_iterator.h103 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
145 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
162 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
179 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
197 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
253 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof())) in _GLIBCXX_VISIBILITY()
346 while (!traits_type::eq_int_type(__c, traits_type::eof())) in _GLIBCXX_VISIBILITY()
382 while (!traits_type::eq_int_type(__c, traits_type::eof()) in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dstreambuf_iterator.h103 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
145 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
162 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
179 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
197 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
253 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof())) in _GLIBCXX_VISIBILITY()
346 while (!traits_type::eq_int_type(__c, traits_type::eof())) in _GLIBCXX_VISIBILITY()
382 while (!traits_type::eq_int_type(__c, traits_type::eof()) in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/
A Dstreambuf_iterator.h103 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
145 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
162 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
179 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
197 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
253 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof())) in _GLIBCXX_VISIBILITY()
346 while (!traits_type::eq_int_type(__c, traits_type::eof())) in _GLIBCXX_VISIBILITY()
382 while (!traits_type::eq_int_type(__c, traits_type::eof()) in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++98/
A Dstreambuf.cc44 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
62 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
84 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
102 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++98/
A Dstreambuf.cc44 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
62 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
84 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
102 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++98/
A Dstreambuf.cc44 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
62 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
84 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
102 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++98/
A Dstreambuf.cc44 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
62 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
84 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
102 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++98/
A Dstreambuf.cc44 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
62 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
84 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
102 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++98/
A Dstreambuf.cc44 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
62 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
84 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
102 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++98/
A Dstreambuf.cc44 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
62 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
84 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
102 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++98/
A Dstreambuf.cc44 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
62 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
84 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
102 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dstreambuf_iterator.h108 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
118 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
122 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
157 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
172 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
201 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
257 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof())) in _GLIBCXX_VISIBILITY()
350 while (!traits_type::eq_int_type(__c, traits_type::eof())) in _GLIBCXX_VISIBILITY()
380 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
427 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dstreambuf_iterator.h108 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
118 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
122 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
152 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
167 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
196 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
252 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof())) in _GLIBCXX_VISIBILITY()
345 while (!traits_type::eq_int_type(__c, traits_type::eof())) in _GLIBCXX_VISIBILITY()
375 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
422 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()

Completed in 34 milliseconds

12345678910