Home
last modified time | relevance | path

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

123456789

/freebsd/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h145 return traits_type::eof(); in __getchar()
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()
212 return traits_type::eof(); in pbackfail()
227 return traits_type::eof(); in pbackfail()
231 return traits_type::eof(); in pbackfail()
[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()
368 goto eof; in load_entry()
383 goto eof; in load_entry()
420 goto eof; in load_entry()
431 goto eof; in load_entry()
494 goto eof; in load_entry()
503 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.c314 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()
397 ret += (decoded_len - eof); 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.h102 assert(Position <= 0 || Tokens[Position - 1]->isNot(tok::eof)); in getPreviousToken()
121 return Position == -1 ? false : Tokens[Position]->is(tok::eof); in isEOF()
138 assert((*New.rbegin())->Tok.is(tok::eof)); in insertTokens()
193 FakeEOF.Tok.setKind(tok::eof); in ScopedMacroState()
211 assert(!eof()); in getNextToken()
214 if (eof()) in getNextToken()
224 if (eof()) in peekNextToken()
245 bool eof() { in eof() function
/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/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/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp231 Eof.setKind(tok::eof); in ParseCXXNonStaticMemberInitializer()
507 while (Tok.isNot(tok::eof)) in ParseLexedMethodDeclaration()
544 BodyEnd.setKind(tok::eof); in ParseLexedMethodDef()
567 while (Tok.isNot(tok::eof)) in ParseLexedMethodDef()
601 while (Tok.isNot(tok::eof)) in ParseLexedMethodDef()
666 if (Tok.isNot(tok::eof)) { in ParseLexedMemberInitializer()
676 while (Tok.isNot(tok::eof)) in ParseLexedMemberInitializer()
718 AttrEnd.setKind(tok::eof); in ParseLexedAttribute()
780 while (Tok.isNot(tok::eof)) in ParseLexedAttribute()
838 case tok::eof: in ConsumeAndStoreUntil()
[all …]
/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/usr.sbin/config/
H A Dconfig.h53 bool eof() const { in eof() function
61 configword &eof(bool eof) { in eof() function
62 cw_eof = eof; in eof()
H A Dmkoptions.cc197 if ((inw = get_word(inf)).eol() || inw.eof()) in do_option()
200 if ((inw = get_word(inf)).eol() || inw.eof()) in do_option()
203 if ((cp = get_word(inf)).eol() || cp.eof()) in do_option()
236 if (cp.eof()) in do_option()
368 while (!(wd = get_word(fp)).eof()) { in read_option_file()
372 while (!(wd = get_word(fp)).eof() && !wd.eol()) in read_option_file()
378 if (wd.eof()) { in read_option_file()
H A Dmkmakefile.cc408 if (wd.eof()) { in read_file()
416 while (!(wd = get_word(fp)).eof() && !wd.eol()) in read_file()
422 if (wd.eof() || wd.eol()) in read_file()
427 while (!(wd = get_word(fp)).eof() && !wd.eol()) in read_file()
433 if (wd.eof()) in read_file()
460 if (wd.eof()) in read_file()
498 if (wd.eof() || wd.eol()) in read_file()
506 if (wd.eof() || wd.eol()) in read_file()
514 if (wd.eof() || wd.eol()) in read_file()
522 if (wd.eof() || wd.eol()) in read_file()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__string/
H A Dchar_traits.h160 return eq_int_type(__c, eof()) ? ~eof() : __c; in not_eof()
171 …static inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR int_type eof() _NOEXCEPT { return int_type(E… in eof() function
257 return eq_int_type(__c, eof()) ? ~eof() : __c;
268 …static inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR int_type eof() _NOEXCEPT { return int_type(E…
334 return eq_int_type(__c, eof()) ? ~eof() : __c;
345 …static inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR int_type eof() _NOEXCEPT { return int_type(W…
400 return eq_int_type(__c, eof()) ? ~eof() : __c;
407 static inline _LIBCPP_HIDE_FROM_ABI constexpr int_type eof() noexcept { return int_type(EOF); }
479 return eq_int_type(__c, eof()) ? ~eof() : __c;
490 …static inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR int_type eof() _NOEXCEPT { return int_type(0…
[all …]
/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/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());
178 if (sbumpc() == traits_type::eof())
179 return traits_type::eof();
361 const int_type __eof = traits_type::eof();
383 return traits_type::eof();
388 if (underflow() == traits_type::eof())
389 return traits_type::eof();
395 return traits_type::eof();
401 int_type __eof = 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/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()
/freebsd/usr.bin/cmp/
H A Dspecial.c67 goto eof; in c_special()
70 goto eof; in c_special()
107 eof: if (ferror(fp1)) in c_special()
/freebsd/contrib/netbsd-tests/usr.bin/m4/
H A Dt_m4.sh28 atf_test_case eof
49 atf_add_test_case eof
/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/crypto/openssl/crypto/store/
H A Dstore_register.c119 loader->eof = eof_function; in OSSL_STORE_LOADER_set_eof()
187 if (loader->open == NULL || loader->load == NULL || loader->eof == NULL in ossl_store_register_loader_int()
222 template.eof = NULL; in ossl_store_get0_loader_int()
253 template.eof = NULL; in ossl_store_unregister_loader_int()

123456789