Home
last modified time | relevance | path

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

123456789

/freebsd/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h47 virtual int_type pbackfail(int_type __c = traits_type::eof());
73 : __file_(__fp), __st_(__st), __last_consumed_(traits_type::eof()), __last_consumed_is_next_(false) {
137 __last_consumed_ = traits_type::eof(); in __do_ungetc()
145 return traits_type::eof();
148 return traits_type::eof(); in __getchar()
159 return traits_type::eof(); in __getchar()
175 return traits_type::eof(); in __getchar()
179 return traits_type::eof(); in __getchar()
185 return traits_type::eof(); in __getchar()
194 return traits_type::eof(); in __getchar()
[all...]
/freebsd/usr.sbin/cron/lib/
H A Dentry.c227 goto eof; in load_entry()
235 goto eof; in load_entry()
245 goto eof; in load_entry()
255 goto eof; in load_entry()
267 goto eof; in load_entry()
277 goto eof; in load_entry()
289 goto eof; in load_entry()
316 goto eof; in load_entry()
335 goto eof; in load_entry()
339 goto eof; in load_entry()
[all …]
/freebsd/usr.bin/random/
H A Drandomize_fd.c100 int bufleft, eof, fndstr, ret; in randomize_fd() local
106 bufleft = eof = fndstr = numnode = 0; in randomize_fd()
116 while (!eof) { in randomize_fd()
123 eof++; in randomize_fd()
135 if (!eof) { in randomize_fd()
143 eof++; in randomize_fd()
157 if (!eof) { in randomize_fd()
162 eof++; in randomize_fd()
175 (eof && i == buflen - 1)) { in randomize_fd()
/freebsd/crypto/openssl/crypto/evp/
H A Dencode.c306 int seof = 0, eof = 0, rv = -1, ret = 0, i, v, tmp, n, decoded_len; in EVP_DecodeUpdate() local
314 eof++; in EVP_DecodeUpdate()
316 eof++; in EVP_DecodeUpdate()
339 eof++; in EVP_DecodeUpdate()
340 } else if (eof > 0 && B64_BASE64(v)) { in EVP_DecodeUpdate()
346 if (eof > 2) { in EVP_DecodeUpdate()
374 if (decoded_len < 0 || eof > decoded_len) { in EVP_DecodeUpdate()
378 ret += decoded_len - eof; in EVP_DecodeUpdate()
379 out += decoded_len - eof; in EVP_DecodeUpdate()
393 if (decoded_len < 0 || eof > decoded_len) { in EVP_DecodeUpdate()
[all …]
/freebsd/contrib/bc/vs/tests/
H A Dtests_bc.bat68 goto :eof
75 goto :eof
81 goto :eof
90 goto :eof
97 goto :eof
103 goto :eof
H A Dtests_dc.bat46 goto :eof
53 goto :eof
59 goto :eof
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenSource.h108 assert(Position <= 0 || Tokens[Position - 1]->isNot(tok::eof)); in getPreviousToken()
127 return Position == -1 ? false : Tokens[Position]->is(tok::eof); in isEOF()
144 assert((*New.rbegin())->Tok.is(tok::eof)); in insertTokens()
199 FakeEOF.Tok.setKind(tok::eof); in ScopedMacroState()
217 assert(!eof()); in getNextToken()
220 if (eof()) in getNextToken()
230 if (eof()) in peekNextToken()
251 bool eof() { in eof() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp275 Eof.setKind(tok::eof); in ParseCXXNonStaticMemberInitializer()
414 DefArgEnd.setKind(tok::eof); in ParseLexedMethodDeclaration()
447 if (Tok.isNot(tok::eof) || Tok.getEofData() != Param) { in ParseLexedMethodDeclaration()
462 while (Tok.isNot(tok::eof)) in ParseLexedMethodDeclaration()
465 if (Tok.is(tok::eof) && Tok.getEofData() == Param) in ParseLexedMethodDeclaration()
495 ExceptionSpecEnd.setKind(tok::eof); in ParseLexedMethodDeclaration()
555 if (Tok.isNot(tok::eof) || Tok.getEofData() != LM.Method) in ParseLexedMethodDeclaration()
568 while (Tok.isNot(tok::eof)) in ParseLexedMethodDeclaration()
572 if (Tok.is(tok::eof) && Tok.getEofData() == LM.Method) in ParseLexedMethodDeclaration()
605 BodyEnd.setKind(tok::eof); in ParseLexedMethodDef()
[all …]
/freebsd/contrib/ntp/sntp/libevent/test/
H A DMakefile.nmake25 OTHER_OBJS=test-init.obj test-eof.obj test-closed.obj test-weof.obj test-time.obj \
31 test-init.exe test-eof.exe test-closed.exe test-weof.exe test-time.exe \
48 test-eof.exe: test-eof.obj
49 $(CC) $(CFLAGS) $(LIBS) test-eof.obj
/freebsd/contrib/libevent/test/
H A DMakefile.nmake25 OTHER_OBJS=test-init.obj test-eof.obj test-closed.obj test-weof.obj test-time.obj \
31 test-init.exe test-eof.exe test-closed.exe test-weof.exe test-time.exe \
48 test-eof.exe: test-eof.obj
49 $(CC) $(CFLAGS) $(LIBS) test-eof.obj
/freebsd/sys/net/
H A Ddummymbuf.c244 read_rule(const char **cur, struct rule *rule, bool *eof) in read_rule()
326 /* the next rule & eof */ in dmb_pfil_mbuf_chk()
330 *eof = strlen(*cur) == 0; in dmb_pfil_mbuf_chk()
341 bool eof = false; in dmb_pfil_mbuf_chk()
345 while (!eof && (parsed = read_rule(&cursor, &rule, &eof))) { in dmb_pfil_mbuf_chk()
365 bool eof = false; in dmb_pfil_mbuf_chk()
369 while (!eof && (parsed = read_rule(&cursor, &rule, &eof))) {
213 read_rule(const char ** cur,struct rule * rule,bool * eof) read_rule() argument
307 bool eof = false; validate_rules() local
331 bool eof = false; dmb_pfil_mbuf_chk() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DMacroArgs.cpp110 for (; ArgPtr->isNot(tok::eof); ++ArgPtr) in getArgLength()
129 if (Result->is(tok::eof)) in getUnexpArgument()
141 return getPreExpArgument(VariadicArgIndex, PP).front().isNot(tok::eof); in invokedWithVariadicArgument()
150 for (; ArgTok->isNot(tok::eof); ++ArgTok) in ArgNeedsPreexpansion()
189 } while (Result.back().isNot(tok::eof)); in getPreExpArgument()
223 for (; ArgToks->isNot(tok::eof); ++ArgToks) { in StringifyArgument()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstreambuf99 virtual int_type pbackfail(int_type c = traits_type::eof());
103 virtual int_type overflow (int_type c = traits_type::eof());
181 if (sbumpc() == traits_type::eof())
182 return traits_type::eof();
280 virtual int_type pbackfail(int_type __c = traits_type::eof());
284 virtual int_type overflow(int_type __c = traits_type::eof());
368 const int_type __eof = traits_type::eof();
390 return traits_type::eof();
395 if (underflow() == traits_type::eof())
396 return traits_type::eof();
[all …]
/freebsd/contrib/netbsd-tests/bin/sh/
H A Dt_cmdsub.sh565 cat <<-\eof
567 eof
575 cat <<-\eof
577 eof
595 eof
601 cat <<-"eof" heredoc
603 eof
611 eof
/freebsd/usr.sbin/config/
H A Dconfig.h53 bool eof() const { in eof() function
61 configword &eof(bool eof) { in eof() argument
62 cw_eof = eof; in eof()
H A Dmkmakefile.cc420 if (wd.eof()) { in read_file()
428 while (!(wd = get_word(fp)).eof() && !wd.eol()) in read_file()
434 if (wd.eof() || wd.eol()) in read_file()
439 while (!(wd = get_word(fp)).eof() && !wd.eol()) in read_file()
445 if (wd.eof()) in read_file()
472 if (wd.eof()) in read_file()
510 if (wd.eof() || wd.eol()) in read_file()
518 if (wd.eof() || wd.eol()) in read_file()
526 if (wd.eof() || wd.eol()) in read_file()
534 if (wd.eof() || wd.eol()) in read_file()
[all …]
H A Dmkoptions.cc200 if ((inw = get_word(inf)).eol() || inw.eof()) in do_option()
203 if ((inw = get_word(inf)).eol() || inw.eof()) in do_option()
206 if ((cp = get_word(inf)).eol() || cp.eof()) in do_option()
239 if (cp.eof()) in do_option()
378 while (!(wd = get_word(fp)).eof()) { in read_option_file()
382 while (!(wd = get_word(fp)).eof() && !wd.eol()) in read_option_file()
388 if (wd.eof()) { in read_option_file()
/freebsd/usr.bin/gzip/
H A Dunzstd.c40 int eof = 0; in unzstd() local
61 while (!eof) { in unzstd()
67 eof = 1; in unzstd()
/freebsd/contrib/nvi/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()
/freebsd/contrib/kyua/utils/process/
H A Dsystembuf.cpp106 return traits_type::eof(); in underflow()
129 return traits_type::eof(); in overflow()
130 if (!traits_type::eq_int_type(c, traits_type::eof())) { in overflow()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_zstd.c62 char eof; /* True = found end of compressed data. */ member
198 state->eof = 0; in zstd_bidder_init()
219 while (out.pos < out.size && !state->eof) { in zstd_filter_read()
238 state->eof = 1; in zstd_filter_read()
H A Darchive_read_support_filter_xz.c58 char eof; /* True = found end of compressed data. */ member
643 state->eof = 0; in lzip_tail()
669 while (state->stream.avail_out > 0 && !state->eof) { in xz_filter_read()
694 state->eof = 1; in xz_filter_read()
714 state->eof) { in xz_filter_read()
718 if (!state->eof) in xz_filter_read()
727 if (state->eof) { in xz_filter_read()
/freebsd/usr.bin/cmp/
H A Dspecial.c68 goto eof; in c_special()
71 goto eof; in c_special()
108 eof: if (ferror(fp1)) in c_special()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteMacros.cpp84 } while (RawTok.isNot(tok::eof)); in LexRawTokensFromMainFile()
113 while (RawTok.isNot(tok::eof) || PPTok.isNot(tok::eof)) { in RewriteMacrosInInput()
146 while (!RawTok.isAtStartOfLine() && RawTok.isNot(tok::eof)) in RewriteMacrosInInput()
/freebsd/contrib/netbsd-tests/usr.bin/m4/
H A Dt_m4.sh28 atf_test_case eof
49 atf_add_test_case eof

123456789