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

123456

/freebsd-9.3-release/contrib/libreadline/
H A Dcallback.c109 int eof, jcode; local
132 eof = _rl_isearch_callback (_rl_iscxt);
133 if (eof == 0 && (RL_ISSTATE (RL_STATE_ISEARCH) == 0) && RL_ISSTATE (RL_STATE_INPUTPENDING))
140 eof = _rl_nsearch_callback (_rl_nscxt);
145 eof = _rl_arg_callback (_rl_argcxt);
146 if (eof == 0 && (RL_ISSTATE (RL_STATE_NUMERICARG) == 0) && RL_ISSTATE (RL_STATE_INPUTPENDING))
156 eof = _rl_dispatch_callback (_rl_kscxt); /* For now */
157 while ((eof == -1 || eof == -2) && RL_ISSTATE (RL_STATE_MULTIKEY) && _rl_kscxt && (_rl_kscxt->flags & KSEQ_DISPATCHED))
158 eof
[all...]
/freebsd-9.3-release/contrib/groff/src/preproc/html/
H A Dpushback.h22 #define eof (char)-1 macro
/freebsd-9.3-release/contrib/libreadline/examples/
H A Dreadlinebuf.h54 static const int_type eof = EOF; // this is -1 member in class:readlinebuf
99 else return eof;
104 if ( c != eof ) ++low_;
108 virtual int_type pbackfail( int_type c = eof ) {
110 else if ( c != eof ) {
117 } else return eof;
124 } else return eof;
/freebsd-9.3-release/contrib/opie/libopie/
H A Dreadpass.c30 mode, eat random other control characters. Added eof handling.
82 char eof[4]; local
86 memset(eof, 0, sizeof(eof));
174 eof[0] = CONTROL('D');
177 char *e = eof;
189 char *e = eof;
215 eof[0] = CONTROL('D');
216 eof[1] = CONTROL('Z');
243 e = eof;
[all...]
/freebsd-9.3-release/usr.sbin/cron/lib/
H A Dentry.c84 /* return NULL if eof or syntax error occurs;
192 goto eof;
200 goto eof;
209 goto eof;
219 goto eof;
231 goto eof;
241 goto eof;
253 goto eof;
280 goto eof;
296 goto eof;
[all...]
/freebsd-9.3-release/contrib/libstdc++/src/
H A Dstreambuf.cc47 while (!traits_type::eq_int_type(__c, traits_type::eof()))
65 if (traits_type::eq_int_type(__c, traits_type::eof()))
87 while (!traits_type::eq_int_type(__c, traits_type::eof()))
105 if (traits_type::eq_int_type(__c, traits_type::eof()))
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_stats.c43 int *eof,
85 *eof = 1;
91 *eof = 1;
38 xfs_read_xfsstats( char *buffer, char **start, off_t offset, int count, int *eof, void *data) argument
/freebsd-9.3-release/usr.bin/cmp/
H A Dspecial.c64 goto eof;
67 goto eof;
92 eof: if (ferror(fp1))
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcsfcmp.c185 goto eof;
203 goto eof;
211 goto eof;
238 goto eof;
247 goto eof;
263 goto eof;
323 eof:
/freebsd-9.3-release/contrib/libstdc++/include/ext/
H A Dstdio_sync_filebuf.h72 : _M_file(__f), _M_unget_buf(traits_type::eof())
111 pbackfail(int_type __c = traits_type::eof())
114 const int_type __eof = traits_type::eof();
136 overflow(int_type __c = traits_type::eof())
139 if (traits_type::eq_int_type(__c, traits_type::eof()))
142 __ret = traits_type::eof();
210 _M_unget_buf = traits_type::eof();
240 const int_type __eof = traits_type::eof();
253 _M_unget_buf = traits_type::eof();
263 const int_type __eof = traits_type::eof();
[all...]
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-zip.h129 uint64_t eof : 1; // decompression only member in struct:__anon6678::__anon6679
133 uint64_t eof : 1; // decompression only member in struct:__anon6678::__anon6679
160 uint64_t eof : 1; member in struct:__anon6680::__anon6681
174 uint64_t eof : 1;
/freebsd-9.3-release/sys/i386/include/
H A Dpcaudioio.h47 unsigned eof; /* ?!? */ member in struct:audio_prinfo
/freebsd-9.3-release/games/random/
H A Drandomize_fd.c101 int bufleft, eof, fndstr, ret; local
107 bufleft = eof = fndstr = numnode = 0;
117 while (!eof) {
124 eof++;
136 if (!eof) {
144 eof++;
158 if (!eof) {
163 eof++;
176 (eof && i == buflen - 1)) {
/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dstreambuf_iterator.h86 // returns traits_type::eof()), the iterator becomes equal to
96 : _M_sbuf(0), _M_c(traits_type::eof()) { }
100 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
104 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
132 _M_c = traits_type::eof();
149 _M_c = traits_type::eof();
170 const int_type __eof = traits_type::eof();
188 const int_type __eof = traits_type::eof();
244 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof()))
337 while (!traits_type::eq_int_type(__c, traits_type::eof()))
[all...]
/freebsd-9.3-release/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-9.3-release/crypto/openssl/crypto/evp/
H A Dencode.c241 int seof = -1, eof = 0, rv = -1, ret = 0, i, v, tmp, n, ln, exp_nl; local
278 * will point to the character that holds it. and eof will hold how
284 eof++;
307 if (((i + 1) == inl) && (((n & 3) == 0) || eof)) {
311 * '=' were given in separate updates), eof may contain the
315 eof = 0;
317 eof++;
319 eof++;
337 if (eof > v) {
341 ret += (v - eof);
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPTHLexer.h84 // whether or not we are at a token with kind tok::eof or tok::l_paren.
88 return x == tok::eof ? 2 : x == tok::l_paren;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteMacros.cpp50 assert(CurTok < RawTokens.size() && "Overran eof!");
85 } while (RawTok.isNot(tok::eof));
114 while (RawTok.isNot(tok::eof) || PPTok.isNot(tok::eof)) {
147 while (!RawTok.isAtStartOfLine() && RawTok.isNot(tok::eof))
/freebsd-9.3-release/contrib/nvi/common/
H A Ddelete.c43 int eof, rval; local
69 eof = tm->cno >= len ? 1 : 0;
71 eof = 1;
72 if (eof) {
/freebsd-9.3-release/contrib/libstdc++/include/std/
H A Dstd_streambuf.h289 * @return The next character, or eof.
292 * @c traits::eof(), so does this function. Otherwise, @c sgetc().
297 int_type __ret = traits_type::eof();
306 * @return The next character, or eof.
328 * @return The next character, or eof.
632 * @c underflow() will not return @c traits::eof() until at least that
639 * calls [to underflow or uflow] will not return @c eof() but
655 * have been copied, or when @c traits::eof() would be copied.
670 * next available character is returned, or @c traits::eof() to
680 * @note Base class version does nothing, returns eof()
[all...]
/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Dmain.cpp49 int eof; member in class:top_input
59 top_input::top_input(FILE *p) : fp(p), bol(1), eof(0)
67 if (eof)
99 eof = 1;
113 eof = 1;
138 eof = 1;
148 if (eof)
171 eof = 1;
186 eof = 1;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DMacroArgs.cpp105 for (; ArgPtr->isNot(tok::eof); ++ArgPtr)
121 if (Result->is(tok::eof))
135 for (; ArgTok->isNot(tok::eof); ++ArgTok)
176 } while (Result.back().isNot(tok::eof));
210 for (; ArgToks->isNot(tok::eof); ++ArgToks) {
/freebsd-9.3-release/contrib/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp429 goto eof;
431 goto eof;
435 goto eof;
449 goto eof;
454 goto eof;
459 goto eof;
465 goto eof;
472 goto eof;
479 goto eof;
486 goto eof;
[all...]
/freebsd-9.3-release/contrib/openpam/t/
H A Dt_openpam_readlinev.c54 orlv_expect(struct t_file *tf, const char **expectedv, int lines, int eof) argument
97 if (eof && !t_feof(tf)) {
101 if (!eof && t_feof(tf)) {
141 ret = orlv_expect(tf, NULL, 0 /*lines*/, 1 /*eof*/);
154 ret = orlv_expect(tf, empty, 1 /*lines*/, 0 /*eof*/);
167 ret = orlv_expect(tf, NULL, 0 /*lines*/, 1 /*eof*/);
180 ret = orlv_expect(tf, empty, 1 /*lines*/, 0 /*eof*/);
193 ret = orlv_expect(tf, empty, 1 /*lines*/, 0 /*eof*/);
206 ret = orlv_expect(tf, empty, 1 /*lines*/, 0 /*eof*/);
225 ret = orlv_expect(tf, hello, 1 /*lines*/, 0 /*eof*/);
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/login/
H A Dlimits_conf.c130 int eof = 1; local
133 eof = 0;
137 if(!eof) {

Completed in 223 milliseconds

123456