Searched refs:EOF (Results 176 - 200 of 527) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgspjl.c46 while ((reader->last_byte = hpgs_getc(reader->in)) != EOF)
56 while ((reader->last_byte = hpgs_getc(reader->in)) != EOF)
86 return EOF;
93 \li -1 Error, unexpected EOF.
109 while ((r=pjl_read_line(reader,' ',buf,sizeof(buf))) != EOF)
236 if ((reader->last_byte = hpgs_getc(reader->in)) == EOF)
H A Dhpgspe.c53 if (reader->last_byte == EOF) return -1;
88 if (reader->last_byte == EOF) return -1;
182 if (reader->last_byte == EOF || reader->last_byte == ';')
234 if (reader->last_byte != EOF)
/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A Dstrops.c129 int flush_only = c == EOF;
132 return flush_only ? 0 : EOF;
143 return EOF;
154 return EOF;
201 return EOF;
240 new_pos = EOF;
257 return EOF;
278 return EOF;
292 if ((fp->_flags & _IO_NO_WRITES) && c != EOF)
293 return EOF;
[all...]
H A Dfiledoalloc.c120 ALLOC_BUF (p, size, EOF);
H A Diogets.c43 if (ch == EOF)
H A Diovdprintf.c53 return EOF;
H A Dwfiledoalloc.c114 ALLOC_WBUF (p, size * sizeof (wchar_t), EOF);
/haiku-fatelf/src/add-ons/translators/sgi/
H A DSGIImage.cpp925 if (_WriteChar(128 | i) == EOF)
926 return EOF;
930 if (_WriteChar(*start) == EOF)
931 return EOF;
957 if (_WriteChar(i) == EOF)
958 return EOF;
961 if (_WriteChar(repeat) == EOF)
969 if (_WriteChar(0) == EOF)
970 return EOF;
1011 if (_WriteShort(128 | i) == EOF)
[all...]
/haiku-fatelf/src/libs/ncurses/test/
H A Dconfigure137 cat << EOF
170 EOF
171 cat << EOF
183 EOF
184 cat <<\EOF
190 EOF
591 test -n "$system_name" && cat >> confdefs.h <<EOF
593 EOF
617 cat > conftestmake <<\EOF
620 EOF
[all...]
/haiku-fatelf/src/kits/tracker/
H A DSettingsHandler.cpp152 return EOF;
154 return EOF;
178 if (ch == EOF) {
/haiku-fatelf/src/libs/stdc++/legacy/
H A Diostream.cc66 if (ch == EOF || !isspace(ch))
77 if (ch == EOF) {
96 return EOF;
100 if (ch == EOF)
123 istream& istream::ignore(int n /* = 1 */, int delim /* = EOF */)
130 if (delim == EOF) {
141 if (ch == EOF) {
177 return EOF;
181 return EOF;
190 if (pos == streampos(EOF))
[all...]
H A DSFile.cc79 if (rdbuf()->pubseekoff(i * sz, ios::beg) == EOF)
H A Disgetsb.cc41 if (__underflow(isb) == EOF)
/haiku-fatelf/src/libs/ncurses/
H A Dconfigure580 cat <<EOF
601 EOF
603 cat <<EOF
630 EOF
632 cat <<\EOF
643 EOF
648 cat <<\EOF
767 EOF
808 cat <<\EOF
814 EOF
[all...]
/haiku-fatelf/headers/posix/
H A Dlibio.h33 #ifndef EOF
34 # define EOF -1 macro
225 && __underflow (_fp) == EOF ? EOF \
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgetndelim2.c98 /* Normalize delimiters, since memchr2 doesn't handle EOF. */
99 if (delim1 == EOF)
101 else if (delim2 == EOF)
119 if (delim1 != EOF)
132 if (c == EOF)
H A Dfflush.c176 return EOF;
208 return EOF;
/haiku-fatelf/src/bin/network/tcpdump/libpcap/msdos/
H A Dbin2c.c34 while ((ch = fgetc(inFile)) != EOF)
/haiku-fatelf/src/system/libroot/posix/stdio/
H A Dfseek.c75 return (EOF);
96 return (EOF);
118 return (EOF);
188 * simply adjust the pointers, clear EOF, undo ungetc(),
236 return (EOF);
238 /* success: clear EOF indicator and discard ungetc() data */
H A Dwsetup.c59 return (EOF);
/haiku-fatelf/src/tests/system/libroot/posix/
H A Dgnulib-test-btowc.c35 assert (btowc (EOF) == WEOF);
/haiku-fatelf/src/tools/fs_shell/
H A Dexternal_commands_unix.cpp64 if (fprintf(out, "%d\n", result) < 0 || fflush(out) == EOF) {
/haiku-fatelf/data/bin/
H A Dsetgcc11 cat << EOF
20 EOF
/haiku-fatelf/headers/cpp/
H A Diostdio.h38 #ifndef EOF
39 #define EOF (-1) macro
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djpc_bs.h246 /* Has EOF been encountered on a bit stream? */
275 (jas_stream_putc((bitstream)->stream_, (bitstream)->buf_ >> 8) == EOF) \
276 ? (EOF) : ((bit) & 1)) : \

Completed in 245 milliseconds

1234567891011>>