Searched refs:eof (Results 1 - 25 of 176) sorted by relevance

12345678

/freebsd-current/contrib/netbsd-tests/usr.bin/m4/
H A Dt_m4.sh28 atf_test_case eof
49 atf_add_test_case eof
/freebsd-current/contrib/unifdef/tests/
H A Dcrlf.c20 eof
/freebsd-current/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-current/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();
145 return traits_type::eof();
148 return traits_type::eof();
159 return traits_type::eof();
175 return traits_type::eof();
179 return traits_type::eof();
185 return traits_type::eof();
194 return traits_type::eof();
[all...]
/freebsd-current/usr.bin/gzip/
H A Dunzstd.c40 int eof = 0; local
61 while (!eof) {
67 eof = 1;
/freebsd-current/usr.sbin/cron/lib/
H A Dentry.c89 /* return NULL if eof or syntax error occurs;
227 goto eof;
235 goto eof;
245 goto eof;
255 goto eof;
267 goto eof;
277 goto eof;
289 goto eof;
316 goto eof;
335 goto eof;
[all...]
/freebsd-current/contrib/kyua/utils/process/
H A Dsystembuf.cpp106 return traits_type::eof();
129 return traits_type::eof();
130 if (!traits_type::eq_int_type(c, traits_type::eof())) {
/freebsd-current/usr.bin/cmp/
H A Dspecial.c67 goto eof;
70 goto eof;
107 eof: if (ferror(fp1))
/freebsd-current/usr.bin/random/
H A Drandomize_fd.c100 int bufleft, eof, fndstr, ret; local
106 bufleft = eof = fndstr = numnode = 0;
116 while (!eof) {
123 eof++;
135 if (!eof) {
143 eof++;
157 if (!eof) {
162 eof++;
175 (eof && i == buflen - 1)) {
/freebsd-current/sys/vm/
H A Dvnode_pager.h54 off_t eof, int lpos);
/freebsd-current/contrib/atf/atf-c++/detail/
H A Dtext.hpp141 if (!ss.eof() || (ss.eof() && (ss.fail() || ss.bad())))
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenSource.h51 // This can be different from whether getNextToken() returned an eof token
102 assert(Position <= 0 || Tokens[Position - 1]->isNot(tok::eof));
121 return Position == -1 ? false : Tokens[Position]->is(tok::eof);
138 assert((*New.rbegin())->Tok.is(tok::eof));
193 FakeEOF.Tok.setKind(tok::eof);
210 // \c getNextToken() after it has encountered the first eof token.
211 assert(!eof());
214 if (eof())
224 if (eof())
245 bool eof() { function in class:clang::format::ScopedMacroState
[all...]
/freebsd-current/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-current/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-current/crypto/openssl/crypto/evp/
H A Dencode.c306 int seof = 0, eof = 0, rv = -1, ret = 0, i, v, tmp, n, decoded_len; local
314 eof++;
316 eof++;
339 eof++;
340 } else if (eof > 0 && B64_BASE64(v)) {
346 if (eof > 2) {
374 if (decoded_len < 0 || eof > decoded_len) {
378 ret += decoded_len - eof;
379 out += decoded_len - eof;
393 if (decoded_len < 0 || eof > decoded_le
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteMacros.cpp49 assert(CurTok < RawTokens.size() && "Overran eof!");
84 } while (RawTok.isNot(tok::eof));
113 while (RawTok.isNot(tok::eof) || PPTok.isNot(tok::eof)) {
146 while (!RawTok.isAtStartOfLine() && RawTok.isNot(tok::eof))
/freebsd-current/contrib/nvi/common/
H A Ddelete.c37 int eof, rval; local
63 eof = tm->cno != ENTIRE_LINE && tm->cno >= len ? 1 : 0;
65 eof = 1;
66 if (eof) {
/freebsd-current/usr.sbin/config/
H A Dconfig.h53 bool eof() const { function in class:configword
61 configword &eof(bool eof) { argument
62 cw_eof = eof;
H A Dmkoptions.cc197 if ((inw = get_word(inf)).eol() || inw.eof())
200 if ((inw = get_word(inf)).eol() || inw.eof())
203 if ((cp = get_word(inf)).eol() || cp.eof())
236 if (cp.eof())
368 while (!(wd = get_word(fp)).eof()) {
372 while (!(wd = get_word(fp)).eof() && !wd.eol())
378 if (wd.eof()) {
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_zstd.c62 char eof; /* True = found end of compressed data. */ member in struct:private_data
198 state->eof = 0;
219 while (out.pos < out.size && !state->eof) {
238 state->eof = 1;
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DMacroArgs.cpp110 for (; ArgPtr->isNot(tok::eof); ++ArgPtr)
129 if (Result->is(tok::eof))
141 return getPreExpArgument(VariadicArgIndex, PP).front().isNot(tok::eof);
150 for (; ArgTok->isNot(tok::eof); ++ArgTok)
189 } while (Result.back().isNot(tok::eof));
223 for (; ArgToks->isNot(tok::eof); ++ArgToks) {
/freebsd-current/crypto/heimdal/appl/login/
H A Dlimits_conf.c130 int eof = 1; local
133 eof = 0;
137 if(!eof) {
/freebsd-current/crypto/heimdal/appl/rsh/
H A Dlimits_conf.c130 int eof = 1; local
133 eof = 0;
137 if(!eof) {
/freebsd-current/usr.bin/lam/
H A Dlam.c53 short eof; /* eof flag */ member in struct:openfile
207 if (ip->eof)
214 ip->eof = 1;

Completed in 211 milliseconds

12345678