Searched refs:EOF (Results 26 - 50 of 123) sorted by relevance

12345

/haiku/src/system/libroot/posix/glibc/libio/
H A Dfputwc_u.c38 CHECK_FILE (fp, EOF);
H A Dgetc_u.c38 CHECK_FILE (fp, EOF);
H A Diosetvbuf.c42 CHECK_FILE (fp, EOF);
68 result = EOF;
93 result = EOF;
96 result = _IO_SETBUF (fp, buf, size) == NULL ? EOF : 0;
H A Dpeekc.c38 CHECK_FILE (fp, EOF);
H A Diofsetpos.c38 CHECK_FILE (fp, EOF);
50 result = EOF;
H A Dgetc.c38 CHECK_FILE (fp, EOF);
H A Dputc.c30 CHECK_FILE (fp, EOF);
H A Diofgetpos.c40 CHECK_FILE (fp, EOF);
57 result = EOF;
64 result = EOF;
H A Dgenops.c179 if (_IO_OVERFLOW (fp, EOF) == EOF)
180 return EOF;
272 return EOF; /* FIXME */
330 return EOF;
336 if (_IO_in_put_mode(file) && INTUSE(_IO_switch_to_get_mode)(file) == EOF)
337 return EOF;
350 return EOF;
364 return EOF;
370 if (_IO_in_put_mode(file) && INTUSE(_IO_switch_to_get_mode)(file) == EOF)
[all...]
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)
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dputw.c32 return EOF;
H A Dvfscanf.c103 # undef EOF macro
104 # define EOF WEOF macro
106 # define ungetc(c, s) ((void) ((int) c == EOF \
111 # define inchar() (c == EOF ? EOF \
113 (void) (c != EOF && ++read_in), c))
121 return EOF
146 return done ?: EOF; \
152 return EOF; \
158 CHECK_FILE (s, EOF); \
[all...]
/haiku/src/system/libroot/posix/wchar/
H A Dbtowc.c16 if (c == EOF)
H A Dwctob.c18 return EOF;
/haiku/src/libs/stdc++/legacy/
H A Disgetline.cc44 if (ch != EOF)
46 if (ch == EOF)
57 ch = EOF;
79 if (_gcount == 0 && ch == EOF)
105 if (ch != EOF)
109 if (ch != EOF && ch != terminator) {
H A Dparsestream.cc46 if (c == EOF)
48 if (seekoff(-1, ios::cur) == EOF)
49 return EOF;
66 return EOF;
69 return EOF;
71 return EOF;
97 return EOF;
161 if (ch == EOF)
177 if (ch != EOF || _line_length > 0)
180 return ptr == cur_pos ? EOF
[all...]
H A Dindstream.cc57 int indirectbuf::overflow(int c /* = EOF */)
59 if (c == EOF)
86 if (pbuf && ret_val != EOF)
94 int ret_val = EOF;
103 if (pbuf && ret_val != EOF)
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/src/add-ons/print/transports/shared/
H A DSocketStream.cpp55 return EOF;
66 return EOF;
83 return EOF;
/haiku/src/add-ons/translators/sgi/
H A DSGIImage.cpp926 if (_WriteChar(128 | i) == EOF)
927 return EOF;
931 if (_WriteChar(*start) == EOF)
932 return EOF;
958 if (_WriteChar(i) == EOF)
959 return EOF;
962 if (_WriteChar(repeat) == EOF)
970 if (_WriteChar(0) == EOF)
971 return EOF;
1012 if (_WriteShort(128 | i) == EOF)
[all...]
/haiku/src/kits/shared/
H A DSettingsHandler.cpp161 return EOF;
163 return EOF;
189 if (ch == EOF) {

Completed in 121 milliseconds

12345