Searched refs:eof (Results 26 - 50 of 174) sorted by relevance

1234567

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp221 Eof.setKind(tok::eof);
321 DefArgEnd.setKind(tok::eof);
353 if (Tok.isNot(tok::eof) || Tok.getEofData() != Param) {
368 while (Tok.isNot(tok::eof))
371 if (Tok.is(tok::eof) && Tok.getEofData() == Param)
395 ExceptionSpecEnd.setKind(tok::eof);
437 if (Tok.isNot(tok::eof) || Tok.getEofData() != LM.Method)
450 while (Tok.isNot(tok::eof))
454 if (Tok.is(tok::eof) && Tok.getEofData() == LM.Method)
500 BodyEnd.setKind(tok::eof);
[all...]
/freebsd-11.0-release/contrib/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp429 goto eof;
431 goto eof;
435 goto eof;
449 goto eof;
454 goto eof;
459 goto eof;
465 goto eof;
472 goto eof;
479 goto eof;
486 goto eof;
[all...]
/freebsd-11.0-release/crypto/heimdal/appl/login/
H A Dlimits_conf.c130 int eof = 1; local
133 eof = 0;
137 if(!eof) {
/freebsd-11.0-release/crypto/heimdal/appl/rsh/
H A Dlimits_conf.c130 int eof = 1; local
133 eof = 0;
137 if(!eof) {
/freebsd-11.0-release/contrib/openpam/t/
H A Dt_openpam_readlinev.c54 orlv_expect(struct t_file *tf, const char **expectedv, int lines, int eof) argument
97 if (eof && !t_feof(tf)) {
101 if (!eof && t_feof(tf)) {
141 ret = orlv_expect(tf, NULL, 0 /*lines*/, 1 /*eof*/);
154 ret = orlv_expect(tf, empty, 1 /*lines*/, 0 /*eof*/);
167 ret = orlv_expect(tf, NULL, 0 /*lines*/, 1 /*eof*/);
180 ret = orlv_expect(tf, empty, 1 /*lines*/, 0 /*eof*/);
193 ret = orlv_expect(tf, empty, 1 /*lines*/, 0 /*eof*/);
206 ret = orlv_expect(tf, empty, 1 /*lines*/, 0 /*eof*/);
225 ret = orlv_expect(tf, hello, 1 /*lines*/, 0 /*eof*/);
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DToken.h183 if (is(tok::eof)) return nullptr;
191 assert(is(tok::eof));
195 assert(is(tok::eof));
/freebsd-11.0-release/usr.bin/lam/
H A Dlam.c60 short eof; /* eof flag */ member in struct:openfile
199 if (ip->eof)
206 ip->eof = 1;
/freebsd-11.0-release/contrib/libstdc++/include/bits/
H A Dchar_traits.h76 * right, but the int_type and state_type typedefs, and the eof()
138 eof() function in struct:char_traits
143 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
280 // To keep both the byte 0xff and the eof symbol 0xffffffff
291 eof() { return static_cast<int_type>(EOF); } function in struct:char_traits
295 { return (__c == eof()) ? 0 : __c; }
357 eof() { return static_cast<int_type>(WEOF); } function in struct:char_traits
361 { return eq_int_type(__c, eof()) ? 0 : __c; }
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_bzip2.c57 char eof; /* True = found end of compressed data. */ member in struct:private_data
232 if (state->eof) {
245 state->eof = 1;
300 state->eof = 1;
H A Darchive_read_support_filter_xz.c62 char eof; /* True = found end of compressed data. */ member in struct:private_data
92 char eof; /* True = found end of compressed data. */ member in struct:private_data
667 state->eof = 0;
690 while (state->stream.avail_out > 0 && !state->eof) {
715 state->eof = 1;
739 if (state->eof) {
862 while (state->stream.avail_out > 0 && !state->eof) {
877 state->eof = 1;
/freebsd-11.0-release/contrib/libstdc++/src/
H A Distream.cc51 const int_type __eof = traits_type::eof();
113 if (traits_type::eq_int_type(__delim, traits_type::eof()))
124 const int_type __eof = traits_type::eof();
211 const __int_type __eof = __traits_type::eof();
287 const __int_type __eof = __traits_type::eof();
361 const __int_type __eof = __traits_type::eof();
431 const int_type __eof = traits_type::eof();
493 if (traits_type::eq_int_type(__delim, traits_type::eof()))
504 const int_type __eof = traits_type::eof();
590 const __int_type __eof = __traits_type::eof();
[all...]
H A Dstrstream.cc144 if (c == traits_type::eof())
184 return traits_type::eof();
192 if (c == _Traits::eof())
209 return _Traits::eof();
221 return _Traits::eof();
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dindex.c557 svn_boolean_t *eof,
566 &read, eof, scratch_pool));
567 SVN_ERR_ASSERT((eof && *eof) || read == sizeof(buffer));
570 if (!eof || !*eof)
593 svn_boolean_t *eof,
597 SVN_ERR(read_uint64_from_proto_index(proto_index, &value, eof,
599 if (!eof || !*eof)
555 read_uint64_from_proto_index(apr_file_t *proto_index, apr_uint64_t *value_p, svn_boolean_t *eof, apr_pool_t *scratch_pool) argument
591 read_uint32_from_proto_index(apr_file_t *proto_index, apr_uint32_t *value_p, svn_boolean_t *eof, apr_pool_t *scratch_pool) argument
623 read_off_t_from_proto_index(apr_file_t *proto_index, apr_off_t *value_p, svn_boolean_t *eof, apr_pool_t *scratch_pool) argument
678 read_l2p_entry_from_proto_index(apr_file_t *proto_index, l2p_proto_entry_t *entry, svn_boolean_t *eof, apr_pool_t *scratch_pool) argument
781 svn_boolean_t eof = FALSE; local
1645 svn_boolean_t eof = FALSE; local
1881 read_p2l_entry_from_proto_index(apr_file_t *proto_index, svn_fs_fs__p2l_entry_t *entry, svn_boolean_t *eof, apr_pool_t *scratch_pool) argument
1976 svn_boolean_t eof = FALSE; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.cpp79 // \c getNextToken() after it has encountered the first eof token.
80 assert(!eof());
82 if (eof())
95 bool eof() { return Token && Token->HasUnescapedNewline; } function in class:clang::format::__anon3866::ScopedMacroState
102 FormatTok.Tok.setKind(tok::eof);
230 // Create line with eof token.
308 } while (!eof());
313 // a closing brace or eof - note that getNextToken() will
399 } while (Tok->Tok.isNot(tok::eof) && !LBraceStack.empty());
628 } while (!eof());
1871 bool UnwrappedLineParser::eof() const { return FormatTok->Tok.is(tok::eof); } function in class:clang::format::UnwrappedLineParser
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_client/
H A Dpatch.c100 svn_boolean_t eof;
110 const char **eol_str, svn_boolean_t *eof,
541 svn_boolean_t *eof, apr_pool_t *result_pool,
552 *eof = TRUE;
596 if (eof)
597 *eof = found_eof;
717 svn_boolean_t *eof, apr_pool_t *result_pool,
782 if (eof)
783 *eof = found_eof;
857 svn_boolean_t *eof, apr_pool_
99 svn_boolean_t eof; member in struct:target_content_t
539 readline_prop(void *baton, svn_stringbuf_t **line, const char **eol_str, svn_boolean_t *eof, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
715 readline_file(void *baton, svn_stringbuf_t **line, const char **eol_str, svn_boolean_t *eof, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
855 readline_symlink(void *baton, svn_stringbuf_t **line, const char **eol_str, svn_boolean_t *eof, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1882 svn_boolean_t eof; local
1966 svn_boolean_t eof; local
[all...]
/freebsd-11.0-release/contrib/libreadline/
H A Dreadline.c381 readline_internal_teardown (eof)
382 int eof;
410 return (eof ? (char *)NULL : savestring (the_line));
542 int eof = 1; local
545 eof = readline_internal_char ();
546 return (eof);
556 int eof; local
559 eof = readline_internal_charloop ();
560 return (readline_internal_teardown (eof));
/freebsd-11.0-release/lib/libz/
H A Dgzread.c20 state->fd, and update state->eof, state->err, and state->msg as appropriate.
43 state->eof = 1;
47 /* Load up input buffer and set eof flag if last data loaded -- return -1 on
48 error, 0 otherwise. Note that the eof flag is set when the end of the input
62 if (state->eof == 0) {
151 state->eof = 1;
254 } while (state->x.have == 0 && (!state->eof || strm->avail_in));
278 else if (state->eof && state->strm.avail_in == 0)
341 else if (state->eof && strm->avail_in == 0) {
/freebsd-11.0-release/contrib/subversion/subversion/svn/
H A Dfile-merge.c105 svn_boolean_t eof; local
114 SVN_ERR(svn_io_file_readline(source_file, &line, NULL, &eof,
116 if (eof)
131 SVN_ERR(svn_io_file_readline(source_file, &line, &eol_str, &eof,
140 if (eof)
272 svn_boolean_t eof; local
282 SVN_ERR(svn_io_file_readline(file, &line, NULL, &eof, APR_SIZE_MAX,
284 if (eof)
293 SVN_ERR(svn_io_file_readline(file, &line, &eol_str, &eof, APR_SIZE_MAX,
298 if (eof)
476 svn_boolean_t eof; local
[all...]
/freebsd-11.0-release/contrib/libstdc++/include/ext/
H A Dpod_char_traits.h174 eof() function in struct:char_traits
182 { return eq_int_type(__c, eof()) ? int_type() : __c; }
/freebsd-11.0-release/contrib/groff/src/roff/troff/
H A Dtoken.h72 int eof();
192 inline int token::eof() function in class:token
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSystem.cpp36 while (!file.eof())
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Rewrite/
H A DTokenRewriter.cpp35 while (RawTok.isNot(tok::eof)) {
/freebsd-11.0-release/contrib/ngatm/sscop/
H A Dcommon.c131 goto eof;
156 eof:
193 goto eof;
219 eof:
/freebsd-11.0-release/contrib/amd/conf/nfs_prot/
H A Dnfs_prot_freebsd2.h59 #define dl_eof eof
/freebsd-11.0-release/lib/libc/tests/stdio/
H A Dgetdelim_test.c148 ATF_TC_WITHOUT_HEAD(eof); variable
149 ATF_TC_BODY(eof, tc)
230 ATF_TP_ADD_TC(tp, eof);

Completed in 377 milliseconds

1234567