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

123456

/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A DMakefile.in291 test/test-eof$(EXEEXT) test/test-closed$(EXEEXT) \
364 am_test_test_eof_OBJECTS = test/test-eof.$(OBJEXT)
1013 test/test-eof \
1030 test_test_eof_SOURCES = test/test-eof.c
1366 test/test-eof.$(OBJEXT): test/$(am__dirstamp) \
1369 test/test-eof$(EXEEXT): $(test_test_eof_OBJECTS) $(test_test_eof_DEPENDENCIES) $(EXTRA_test_test_eof_DEPENDENCIES) test/$(am__dirstamp)
1370 @rm -f test/test-eof$(EXEEXT)
1486 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-eof.Po@am__quote@
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DPragma.cpp321 while (Tok.isNot(tok::eof)) {
330 if (Tok.is(tok::eof)) {
H A DModuleMap.cpp943 case tok::eof:
/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clvnops.c2262 int error = 0, eof, attrflag; local
2286 &attrflag, &eof, NULL);
2295 if (eof)
2322 int error = 0, attrflag, eof; local
2345 &attrflag, &eof, NULL);
2354 if (eof)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp198 while (Tok.isNot(tok::r_brace) && Tok.isNot(tok::eof)) {
321 while (Tok.isNot(tok::r_brace) && Tok.isNot(tok::eof)) {
2459 Next.is(tok::eof)) {
2604 while (Tok.isNot(tok::r_brace) && Tok.isNot(tok::eof)) {
3427 while (Tok.isNot(tok::r_brace) && Tok.isNot(tok::eof)) {
H A DParseStmt.cpp893 while (Tok.isNot(tok::r_brace) && Tok.isNot(tok::eof)) {
2061 if (Tok.is(tok::eof))
H A DParseDecl.cpp1104 while (Tok.getLocation() != OrigLoc && Tok.isNot(tok::eof))
1564 case tok::eof:
3361 while (Tok.isNot(tok::r_brace) && Tok.isNot(tok::eof)) {
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dmacro.c654 arg->first[ntokens] = &pfile->eof;
733 if (token->type != CPP_EOF || token == &pfile->eof)
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h408 Tok.setKind(tok::eof);
466 if (N == 0 || Tok.is(tok::eof)) return Tok;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp577 if (TheLine.First->is(tok::eof)) {
1007 } while (Tokens.back()->Tok.isNot(tok::eof));
/freebsd-9.3-release/contrib/libstdc++/include/std/
H A Dstd_bitset.h1249 static typename _Traits::int_type __eof = _Traits::eof();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp557 while (Tok.isNot(tok::eof)) {
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c628 int error = 0, cnt, getret = 1, reqlen, eof = 0; local
719 eof = 1;
724 eof = 1;
756 if (eof)
/freebsd-9.3-release/sys/nfsclient/
H A Dnfs_vnops.c1291 int error = 0, len, retlen, tsiz, eof, attrflag; local
1296 eof = 0;
1332 eof = fxdr_unsigned(int, *(tl + 1));
1341 if (eof || retlen == 0) {
2424 * If at end of rpc data, get the eof boolean
2696 * If at end of rpc data, get the eof boolean
/freebsd-9.3-release/sys/dev/oce/
H A Doce_mbox.c1637 fwcmd->params.req.eof = 1;
1639 fwcmd->params.req.eof = 0;
H A Doce_hw.h1636 uint32_t eof: 1; member in struct:mbx_lancer_common_write_object::__anon8666::__anon8667
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c881 * If in append mode, set the io offset pointer to eof.
1107 * If we are replaying and eof is non zero then force
1108 * the file size to the specified eof. Note, there's no
2438 * If we are not given an eof variable,
6818 int done, error, eof, pos; local
6872 error = VOP_READDIR(vp, &auio, ap->a_cred, &eof, NULL, NULL);
6906 } while (!eof && error == 0);
/freebsd-9.3-release/sys/dev/cxgbe/common/
H A Dt4_msg.h1396 __u8 eof; member in struct:cpl_fcoe_hdr
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dnode.cpp6133 while (!tok.newline() && !tok.eof()) {
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfsidbg.c5063 kdb_printf("tp 0x%p ip 0x%p eof %d prevp 0x%p\n",
5064 a->tp, a->ip, a->eof, a->prevp);

Completed in 711 milliseconds

123456