Searched refs:eof (Results 126 - 150 of 176) sorted by relevance

12345678

/freebsd-current/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c758 int error = 0, cnt, getret = 1, gotproxystateid, reqlen, eof = 0; local
879 eof = 1;
884 eof = 1;
929 if (eof)
5838 bool eof; local
5873 nd->nd_repstat = nfsvno_seek(nd, vp, cmd, &off, content, &eof,
5875 if (nd->nd_repstat == 0 && eof && content == NFSV4CONTENT_DATA &&
5880 if (eof)
6127 bool eof; local
6147 &len, &eof);
[all...]
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clrpcops.c1874 int error = 0, len, retlen, tsiz, eof = 0; local
1929 eof = fxdr_unsigned(int, *(tl + 1));
1932 eof = fxdr_unsigned(int, *tl);
1942 if (eof || retlen == 0)
3366 int reqsize, tryformoredirs = 1, readsize, eof = 0, gotmnton = 0; local
3720 * If at end of rpc data, get the eof boolean
3724 eof = fxdr_unsigned(int, *tl);
3726 more_dirs = !eof;
3755 * Otherwise, return the eof flag from the server.
3763 *eofp = eof;
3813 int attrflag, tryformoredirs = 1, eof = 0, gotmnton = 0; local
6301 int eof, error, firstmirror, i, iolaymode, mirrorcnt, recalled, timo; local
[all...]
/freebsd-current/contrib/kyua/utils/text/
H A Dtemplates_test.cpp916 ATF_REQUIRE(std::getline(output, line).eof());
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp774 for (lexer.LexFromRawLexer(token); !token.is(clang::tok::eof);
/freebsd-current/crypto/openssh/regress/
H A DMakefile40 stderr-after-eof \
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp558 } while (TheTok.getKind() != tok::eof);
629 if (TheTok.getKind() == tok::eof) {
3086 FormTokenWithChars(Result, BufferEnd, tok::eof);
3179 if (Tok.is(tok::eof))
H A DDependencyDirectivesScanner.cpp500 if (Tok.is(tok::eof))
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h186 bool isEOF() { return LastError == instrprof_error::eof; }
H A DInstrProf.h326 eof, member in class:llvm::instrprof_error
/freebsd-current/crypto/openssl/engines/
H A De_loader_attic.c269 * The eof function should return 1 if there's no more data to be found
284 file_eof_fn eof; member in struct:file_handler_st
1661 && !ctx->_.file.last_handler->eof(ctx->_.file.last_handler_ctx))
/freebsd-current/sys/dev/ocs_fc/
H A Docs_hw.h1335 typedef void (*ocs_hw_dump_get_cb_t)(int32_t status, uint32_t bytes_read, uint8_t eof, void *arg);
1405 ocs_hw_send_frame(ocs_hw_t *hw, fc_header_le_t *hdr, uint8_t sof, uint8_t eof, ocs_dma_t *payload,
H A Dsli4.h2431 eof:1; member in struct:sli4_res_common_read_object_s
2446 eof:1; member in struct:sli4_req_common_write_object_s
4803 eof:8,
5599 extern int32_t sli_send_frame_wqe(sli4_t *sli4, void *buf, size_t size, uint8_t sof, uint8_t eof, uint32_t *hdr,
/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp58 if (CME.get() == coveragemap_error::eof)
1286 return make_error<CoverageMapError>(coveragemap_error::eof);
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp259 Tok.isNot(tok::eof)) {
410 case tok::eof:
462 Tok.isNot(tok::eof)) {
3266 if (IsFunction || Next.isOneOf(tok::semi, tok::comma, tok::eof)) {
3653 Tok.isNot(tok::eof)) {
4598 while (!Tok.isOneOf(tok::r_square, tok::semi, tok::eof)) {
4857 if (Tok.isNot(tok::identifier)) // ']', but also eof
H A DParseObjc.cpp350 if (Tok.is(tok::eof))
1848 if (Tok.is(tok::eof)) // Nothing else to do here...
1898 if (Tok.is(tok::eof))
3721 Eof.setKind(tok::eof);
3764 while (Tok.getLocation() != OrigLoc && Tok.isNot(tok::eof))
3769 if (Tok.is(tok::eof) && Tok.getEofData() == MCDecl)
H A DParseExprCXX.cpp759 if (Next.is(tok::eof)) // Nothing else to lookup here...
4000 AttrEnd.setKind(tok::eof);
4031 assert(Tok.is(tok::eof) && Tok.getEofData() == AttrEnd.getEofData());
4070 while (Tok.isNot(tok::eof))
4079 assert(Tok.is(tok::eof) && Tok.getEofData() == AttrEnd.getEofData());
/freebsd-current/sys/kern/
H A Dvfs_vnops.c3345 bool cantseek, readzeros, eof, first, lastblock, holetoeof, sparse; local
3487 holetoeof = eof = false;
3488 while (len > 0 && error == 0 && !eof && interrupted == 0) {
3510 eof = holetoeof = true;
3594 while (error == 0 && ((copylen > 0 && !eof) || first) &&
3611 eof = true;
/freebsd-current/contrib/libevent/
H A DMakefile.in198 test/test-eof$(EXEEXT) test/test-closed$(EXEEXT) \
440 am_test_test_eof_OBJECTS = test/test-eof.$(OBJEXT)
528 test/$(DEPDIR)/test-dumpevents.Po test/$(DEPDIR)/test-eof.Po \
1239 test/test-eof \
1266 test_test_eof_SOURCES = test/test-eof.c
1680 test/test-eof.$(OBJEXT): test/$(am__dirstamp) \
1683 test/test-eof$(EXEEXT): $(test_test_eof_OBJECTS) $(test_test_eof_DEPENDENCIES) $(EXTRA_test_test_eof_DEPENDENCIES) test/$(am__dirstamp)
1684 @rm -f test/test-eof$(EXEEXT)
1831 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-eof.Po@am__quote@ # am--include-marker
2922 -rm -f test/$(DEPDIR)/test-eof
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/
H A DMakefile.in198 test/test-eof$(EXEEXT) test/test-closed$(EXEEXT) \
440 am_test_test_eof_OBJECTS = test/test-eof.$(OBJEXT)
528 test/$(DEPDIR)/test-dumpevents.Po test/$(DEPDIR)/test-eof.Po \
1247 test/test-eof \
1274 test_test_eof_SOURCES = test/test-eof.c
1688 test/test-eof.$(OBJEXT): test/$(am__dirstamp) \
1691 test/test-eof$(EXEEXT): $(test_test_eof_OBJECTS) $(test_test_eof_DEPENDENCIES) $(EXTRA_test_test_eof_DEPENDENCIES) test/$(am__dirstamp)
1692 @rm -f test/test-eof$(EXEEXT)
1839 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-eof.Po@am__quote@ # am--include-marker
2932 -rm -f test/$(DEPDIR)/test-eof
[all...]
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_zip.c4152 int ret = ARCHIVE_OK, eof; local
4209 eof = 0;
4210 while (!eof && remaining_bytes) {
4234 eof = 1;
4257 eof = 1;
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp187 (Changes[i].NewlinesBefore > 0 || Changes[i].Tok->is(tok::eof) ||
222 // FIXME: The last token is currently not always an eof token; in those
456 CurrentChange.Tok->is(tok::eof));
/freebsd-current/crypto/openssl/crypto/store/
H A Dstore_lib.c500 ret = ctx->loader->eof(ctx->loader_ctx);
/freebsd-current/stand/libsa/
H A Dnfs.c402 uint32_t eof; member in struct:repl
824 /* fid0 is actually eof */
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp843 while (Tok.isNot(tok::eof)) {
/freebsd-current/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h316 (Tok.is(tok::eof) || !PP.mightHavePendingAnnotationTokens()))
702 Tok.setKind(tok::eof);
709 return Kind == tok::eof || Kind == tok::annot_module_begin ||
831 if (N == 0 || Tok.is(tok::eof)) return Tok;

Completed in 613 milliseconds

12345678