| /freebsd/contrib/llvm-project/libcxx/src/ |
| H A D | std_stream.h | 47 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/crypto/openssl/crypto/evp/ |
| H A D | encode.c | 22 const unsigned char *f, int n, int eof); 526 int seof = 0, eof = 0, rv = -1, ret = 0, i, v, tmp, n, decoded_len; in EVP_DecodeUpdate() local 534 eof++; in EVP_DecodeUpdate() 536 eof++; in EVP_DecodeUpdate() 559 eof++; in EVP_DecodeUpdate() 560 } else if (eof > 0 && B64_BASE64(v)) { in EVP_DecodeUpdate() 566 if (eof > 2) { in EVP_DecodeUpdate() 592 decoded_len = evp_decodeblock_int(ctx, out, d, n, eof); in EVP_DecodeUpdate() 594 if (decoded_len < 0 || (decoded_len == 0 && eof > 0)) { in EVP_DecodeUpdate() 611 decoded_len = evp_decodeblock_int(ctx, out, d, n, eof); in EVP_DecodeUpdate() [all …]
|
| /freebsd/usr.sbin/cron/lib/ |
| H A D | entry.c | 227 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 D | randomize_fd.c | 100 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/contrib/bc/vs/tests/ |
| H A D | tests_bc.bat | 68 goto :eof 75 goto :eof 81 goto :eof 90 goto :eof 97 goto :eof 103 goto :eof
|
| H A D | tests_dc.bat | 46 goto :eof 53 goto :eof 59 goto :eof
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | FormatTokenSource.h | 108 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/libyaml/src/ |
| H A D | reader.c | 55 while (!parser->eof in yaml_parser_determine_encoding() 106 if (parser->eof) return 1; in yaml_parser_update_raw_buffer() 128 parser->eof = 1; in yaml_parser_update_raw_buffer() 150 if (parser->eof && parser->raw_buffer.pointer == parser->raw_buffer.last) in yaml_parser_update_buffer() 246 if (parser->eof) { in yaml_parser_update_buffer() 334 if (parser->eof) { in yaml_parser_update_buffer() 364 if (parser->eof) { in yaml_parser_update_buffer() 455 if (parser->eof) { in yaml_parser_update_buffer()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 275 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 D | Makefile.nmake | 25 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 D | Makefile.nmake | 25 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 D | dummymbuf.c | 244 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/crypto/openssl/demos/guide/ |
| H A D | tls-client-non-block.c | 188 int eof = 0; in main() local 314 while (!eof && !SSL_read_ex(ssl, buf, sizeof(buf), &readbytes)) { in main() 319 eof = 1; in main() 334 if (!eof) in main() 336 } while (!eof); in main()
|
| H A D | quic-client-non-block.c | 237 int eof = 0; in main() local 377 while (!eof && !SSL_read_ex(ssl, buf, sizeof(buf), &readbytes)) { in main() 382 eof = 1; in main() 397 if (!eof) in main() 399 } while (!eof); in main()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | MacroArgs.cpp | 110 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 D | streambuf | 99 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/usr.sbin/config/ |
| H A D | config.h | 53 bool eof() const { in eof() function 61 configword &eof(bool eof) { in eof() argument 62 cw_eof = eof; in eof()
|
| H A D | mkmakefile.cc | 420 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 D | mkoptions.cc | 200 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/contrib/netbsd-tests/bin/sh/ |
| H A D | t_cmdsub.sh | 565 cat <<-\eof 567 eof 575 cat <<-\eof 577 eof 595 eof 601 cat <<-"eof" heredoc 603 eof 611 eof
|
| /freebsd/usr.bin/gzip/ |
| H A D | unzstd.c | 40 int eof = 0; in unzstd() local 61 while (!eof) { in unzstd() 67 eof = 1; in unzstd()
|
| /freebsd/contrib/nvi/common/ |
| H A D | delete.c | 37 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 D | systembuf.cpp | 106 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/usr.bin/cmp/ |
| H A D | special.c | 68 goto eof; in c_special() 71 goto eof; in c_special() 108 eof: if (ferror(fp1)) in c_special()
|
| /freebsd/contrib/netbsd-tests/usr.bin/m4/ |
| H A D | t_m4.sh | 28 atf_test_case eof 49 atf_add_test_case eof
|