Home
last modified time | relevance | path

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

12345

/dragonfly/contrib/gdb-7/readline/
H A Dcallback.c110 int eof, jcode; in rl_callback_read_char() local
134 eof = _rl_isearch_callback (_rl_iscxt); in rl_callback_read_char()
142 eof = _rl_nsearch_callback (_rl_nscxt); in rl_callback_read_char()
148 eof = _rl_vi_domove_callback (_rl_vimvcxt); in rl_callback_read_char()
159 eof = _rl_arg_callback (_rl_argcxt); in rl_callback_read_char()
170 eof = _rl_dispatch_callback (_rl_kscxt); /* For now */ in rl_callback_read_char()
171 …while ((eof == -1 || eof == -2) && RL_ISSTATE (RL_STATE_MULTIKEY) && _rl_kscxt && (_rl_kscxt->flag… in rl_callback_read_char()
172 eof = _rl_dispatch_callback (_rl_kscxt); in rl_callback_read_char()
187 eof = (*_rl_callback_func) (_rl_callback_data); in rl_callback_read_char()
201 eof = readline_internal_char (); in rl_callback_read_char()
[all …]
H A Dreadline.c409 readline_internal_teardown (eof) in readline_internal_teardown() argument
410 int eof; in readline_internal_teardown()
443 return (eof ? (char *)NULL : savestring (the_line));
576 int eof = 1; in readline_internal_charloop() local
579 eof = readline_internal_char (); in readline_internal_charloop()
580 return (eof); in readline_internal_charloop()
590 int eof; in readline_internal() local
593 eof = readline_internal_charloop (); in readline_internal()
594 return (readline_internal_teardown (eof)); in readline_internal()
/dragonfly/games/boggle/boggle/
H A Dhelp.c44 int eof, i; in help() local
54 eof = 0; in help()
57 eof = 1; /* Nothing there... */ in help()
60 while (!eof) { in help()
63 eof = 1; in help()
70 if (eof || ungetc(getc(fp), fp) == EOF) { in help()
71 eof = 1; in help()
84 if (eof) { in help()
/dragonfly/usr.sbin/cron/lib/
H A Dentry.c185 goto eof; in load_entry()
193 goto eof; in load_entry()
202 goto eof; in load_entry()
321 goto eof; in load_entry()
334 goto eof; in load_entry()
354 goto eof; in load_entry()
374 goto eof; in load_entry()
384 goto eof; in load_entry()
401 goto eof; in load_entry()
410 goto eof; in load_entry()
[all …]
/dragonfly/crypto/libressl/crypto/evp/
H A Dencode.c262 eof++; in EVP_DecodeUpdate()
264 eof++; in EVP_DecodeUpdate()
282 eof++; in EVP_DecodeUpdate()
283 } else if (eof > 0 && B64_BASE64(v)) { in EVP_DecodeUpdate()
289 if (eof > 2) { in EVP_DecodeUpdate()
319 if (decoded_len < 0 || eof > decoded_len) { in EVP_DecodeUpdate()
323 ret += decoded_len - eof; in EVP_DecodeUpdate()
324 out += decoded_len - eof; in EVP_DecodeUpdate()
339 if (decoded_len < 0 || eof > decoded_len) { in EVP_DecodeUpdate()
343 ret += (decoded_len - eof); in EVP_DecodeUpdate()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H 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 …]
/dragonfly/games/random/
H A Drandomize_fd.c98 int bufleft, eof, fndstr, ret; in randomize_fd() local
104 bufleft = eof = fndstr = numnode = ret = 0; in randomize_fd()
114 while (!eof) { in randomize_fd()
121 eof++; in randomize_fd()
133 if (!eof) { in randomize_fd()
141 eof++; in randomize_fd()
155 if (!eof) { in randomize_fd()
160 eof++; in randomize_fd()
174 (eof && i == buflen - 1)) { in randomize_fd()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h78 : _M_file(__f), _M_unget_buf(traits_type::eof()) in _GLIBCXX_VISIBILITY()
117 pbackfail(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
120 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
142 overflow(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
145 if (traits_type::eq_int_type(__c, traits_type::eof())) in _GLIBCXX_VISIBILITY()
148 __ret = traits_type::eof(); in _GLIBCXX_VISIBILITY()
216 _M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
246 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
259 _M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
269 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h105 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
115 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
119 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
147 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
164 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
181 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
199 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
255 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof())) in _GLIBCXX_VISIBILITY()
348 while (!traits_type::eq_int_type(__c, traits_type::eof())) in _GLIBCXX_VISIBILITY()
384 while (!traits_type::eq_int_type(__c, traits_type::eof()) in _GLIBCXX_VISIBILITY()
[all …]
H A Distream.tcc58 const __int_type __eof = traits_type::eof(); in sentry()
240 const int_type __eof = traits_type::eof(); in get()
321 const int_type __eof = traits_type::eof(); in get()
368 const int_type __eof = traits_type::eof(); in get()
412 const int_type __eof = traits_type::eof(); in getline()
471 const int_type __eof = traits_type::eof(); in ignore()
624 int_type __c = traits_type::eof(); in peek()
726 const int_type __eof = traits_type::eof(); in putback()
761 const int_type __eof = traits_type::eof(); in unget()
979 const int_type __eof = _Traits::eof(); in operator >>()
[all …]
H A Dstreambuf.tcc66 if (!traits_type::eq_int_type(__c, traits_type::eof())) in xsgetn()
100 if (!traits_type::eq_int_type(__c, traits_type::eof())) in xsputn()
124 while (!_Traits::eq_int_type(__c, _Traits::eof())) in __copy_streambufs_eof()
127 if (_Traits::eq_int_type(__c, _Traits::eof())) in __copy_streambufs_eof()
H A Dchar_traits.h136 eof() in _GLIBCXX_VISIBILITY() function
141 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); } in _GLIBCXX_VISIBILITY()
294 eof() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
299 { return (__c == eof()) ? 0 : __c; } in _GLIBCXX_VISIBILITY()
363 eof() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
368 { return eq_int_type(__c, eof()) ? 0 : __c; } in _GLIBCXX_VISIBILITY()
469 eof() noexcept
474 { return eq_int_type(__c, eof()) ? 0 : __c; }
562 eof() noexcept
567 { return eq_int_type(__c, eof()) ? 0 : __c; }
H A Dsstream.tcc50 int_type __ret = traits_type::eof(); in pbackfail()
86 return traits_type::eof(); in overflow()
88 const bool __testeof = traits_type::eq_int_type(__c, traits_type::eof()); in overflow()
96 return traits_type::eof(); in overflow()
135 int_type __ret = traits_type::eof(); in underflow()
/dragonfly/gnu/usr.bin/rcs/lib/
H A Drcsfcmp.c188 goto eof;
206 goto eof;
214 goto eof;
241 goto eof;
250 goto eof;
266 goto eof;
326 eof:
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H 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()
H A Dchar_traits.h138 eof() in _GLIBCXX_VISIBILITY() function
143 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); } in _GLIBCXX_VISIBILITY()
378 eof() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
383 { return (__c == eof()) ? 0 : __c; } in _GLIBCXX_VISIBILITY()
488 eof() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
493 { return eq_int_type(__c, eof()) ? 0 : __c; } in _GLIBCXX_VISIBILITY()
591 { return __c == eof() ? int_type(0xfffd) : int_type(__c); }
598 eof() noexcept
603 { return eq_int_type(__c, eof()) ? 0 : __c; }
695 eof() noexcept
[all …]
H A Distream.tcc57 const __int_type __eof = traits_type::eof(); in sentry()
246 const int_type __eof = traits_type::eof(); in get()
327 const int_type __eof = traits_type::eof(); in get()
374 const int_type __eof = traits_type::eof(); in get()
418 const int_type __eof = traits_type::eof(); in getline()
477 const int_type __eof = traits_type::eof(); in ignore()
630 int_type __c = traits_type::eof(); in peek()
732 const int_type __eof = traits_type::eof(); in putback()
767 const int_type __eof = traits_type::eof(); in unget()
985 const int_type __eof = _Traits::eof(); in operator >>()
[all …]
H 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()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dstreambuf.cc45 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
63 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
85 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
103 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
H A Distream.cc49 const int_type __eof = traits_type::eof(); in getline()
116 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
127 const int_type __eof = traits_type::eof(); in ignore()
221 const __int_type __eof = __traits_type::eof(); in operator >>()
301 const __int_type __eof = __traits_type::eof(); in operator >>()
379 const __int_type __eof = __traits_type::eof(); in getline()
454 const int_type __eof = traits_type::eof(); in getline()
521 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
532 const int_type __eof = traits_type::eof(); in ignore()
624 const __int_type __eof = __traits_type::eof(); in getline()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H 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()
H A Distream.cc48 const int_type __eof = traits_type::eof(); in getline()
115 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
126 const int_type __eof = traits_type::eof(); in ignore()
220 const __int_type __eof = __traits_type::eof(); in operator >>()
290 const int_type __eof = traits_type::eof(); in getline()
357 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
368 const int_type __eof = traits_type::eof(); in ignore()
/dragonfly/usr.bin/cmp/
H A Dspecial.c61 goto eof; in c_special()
64 goto eof; in c_special()
89 eof: if (ferror(fp1)) in c_special()
/dragonfly/contrib/nvi2/common/
H A Ddelete.c37 int eof, rval; in del() local
63 eof = tm->cno != ENTIRE_LINE && tm->cno >= len ? 1 : 0; in del()
65 eof = 1; in del()
66 if (eof) { in del()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_zstd.c64 char eof; /* True = found end of compressed data. */ member
200 state->eof = 0; in zstd_bidder_init()
220 while (out.pos < out.size && !state->eof) { in zstd_filter_read()
239 state->eof = 1; in zstd_filter_read()

12345