headers/cpp/editbuf.h
86
virtual int overflow(int c = EOF);
headers/cpp/indstream.h
69
virtual int overflow(int c = EOF);
headers/cpp/iostream.h
189
int get() { if (!ipfx1()) return EOF;
headers/cpp/iostream.h
191
if (ch == EOF) set(ios::eofbit);
headers/cpp/iostream.h
197
istream& ignore(int n=1, int delim = EOF);
headers/cpp/iostream.h
203
if (good() && _strbuf->sputbackc(ch) == EOF) clear(ios::badbit);
headers/cpp/iostream.h
206
if (good() && _strbuf->sungetc() == EOF) clear(ios::badbit);
headers/cpp/libio.h
33
#ifndef EOF
headers/cpp/std/bastring.cc
443
if (ch == EOF)
headers/cpp/std/bastring.cc
486
if (ch == EOF)
headers/cpp/stdiostream.h
52
virtual int overflow(int c = EOF);
headers/cpp/streambuf.h
321
virtual int overflow(int c = EOF); // Leave public for now
headers/cpp/streambuf.h
369
if (_IO_read_ptr >= _IO_read_end && __underflow(this) == EOF)
headers/cpp/streambuf.h
370
return EOF;
headers/cpp/streambuf.h
411
virtual int overflow(int c = EOF);
headers/cpp/streambuf.h
413
int fd() const { return is_open() ? _fileno : EOF; }
headers/cpp/streambuf.h
46
#ifndef EOF
headers/cpp/strstream.h
46
virtual int overflow(int = EOF);
headers/posix/stdio.h
39
#ifdef EOF
headers/private/kernel/boot/stdio.h
35
#ifndef EOF
src/add-ons/kernel/bus_managers/acpi/acpica/include/acclib.h
353
#ifndef EOF
src/add-ons/print/transports/shared/SocketStream.cpp
55
return EOF;
src/add-ons/print/transports/shared/SocketStream.cpp
66
return EOF;
src/add-ons/print/transports/shared/SocketStream.cpp
83
return EOF;
src/add-ons/tracker/zipomatic/ZipperThread.cpp
189
return EOF;
src/add-ons/tracker/zipomatic/ZipperThread.cpp
236
if (status == EOF) {
src/add-ons/translators/raw/LibRAW.cpp
134
iseof = EOF;
src/add-ons/translators/raw/LibRAW.cpp
135
return EOF;
src/add-ons/translators/raw/RAW.cpp
2315
} while (c != EOF && mark >> 4 != 0xffd);
src/add-ons/translators/raw/RAW.cpp
525
while ((c = fRead.Next<uint8>()) && c != EOF) {
src/add-ons/translators/sgi/SGIImage.cpp
1012
if (_WriteShort(128 | i) == EOF)
src/add-ons/translators/sgi/SGIImage.cpp
1013
return EOF;
src/add-ons/translators/sgi/SGIImage.cpp
1017
if (_WriteShort(*start) == EOF)
src/add-ons/translators/sgi/SGIImage.cpp
1018
return EOF;
src/add-ons/translators/sgi/SGIImage.cpp
1044
if (_WriteShort(i) == EOF)
src/add-ons/translators/sgi/SGIImage.cpp
1045
return EOF;
src/add-ons/translators/sgi/SGIImage.cpp
1048
if (_WriteShort(repeat) == EOF)
src/add-ons/translators/sgi/SGIImage.cpp
1049
return EOF;
src/add-ons/translators/sgi/SGIImage.cpp
1056
if (_WriteShort(0) == EOF)
src/add-ons/translators/sgi/SGIImage.cpp
1057
return EOF;
src/add-ons/translators/sgi/SGIImage.cpp
926
if (_WriteChar(128 | i) == EOF)
src/add-ons/translators/sgi/SGIImage.cpp
927
return EOF;
src/add-ons/translators/sgi/SGIImage.cpp
931
if (_WriteChar(*start) == EOF)
src/add-ons/translators/sgi/SGIImage.cpp
932
return EOF;
src/add-ons/translators/sgi/SGIImage.cpp
958
if (_WriteChar(i) == EOF)
src/add-ons/translators/sgi/SGIImage.cpp
959
return EOF;
src/add-ons/translators/sgi/SGIImage.cpp
962
if (_WriteChar(repeat) == EOF)
src/add-ons/translators/sgi/SGIImage.cpp
970
if (_WriteChar(0) == EOF)
src/add-ons/translators/sgi/SGIImage.cpp
971
return EOF;
src/apps/codycam/FtpClient.cpp
479
if (c == EOF || c == xEOF || c == '\n') {
src/apps/codycam/FtpClient.cpp
505
case EOF:
src/apps/expander/ExpanderThread.cpp
127
return EOF;
src/apps/expander/ExpanderThread.cpp
176
if (status == EOF) {
src/bin/clipboard.cpp
243
while ((c = fgetc(stdin)) != EOF) {
src/bin/mail_utils/spamdbm.cpp
2213
Letter = EOF; // Usually a negative number.
src/bin/mail_utils/spamdbm.cpp
5237
CharVar = EOF; \
src/bin/mail_utils/spamdbm.cpp
5282
if (NextNextLetter != EOF &&
src/bin/mail_utils/spamdbm.cpp
5337
if (Letter == EOF)
src/bin/multiuser/login.cpp
38
while ((c = fgetc(stdin)) != EOF && c != '\r' && c != '\n') {
src/bin/network/ftpd/ftpcmd.y
1195
while ((c = getc(iop)) != EOF) {
src/bin/network/ftpd/ftpcmd.y
1198
if ((c = getc(iop)) == EOF)
src/bin/network/ftpd/ftpcmd.y
1204
if ((c = getc(iop)) == EOF)
src/bin/network/ftpd/ftpcmd.y
1211
if ((c = getc(iop)) == EOF)
src/bin/network/ftpd/ftpcmd.y
1230
while (c != '\n' && (c = getc(iop)) != EOF)
src/bin/network/ftpd/ftpcmd.y
1239
if (c == EOF && cs == s)
src/bin/network/ftpd/ftpcmd.y
1625
while((c=getc(fin)) != EOF) {
src/bin/network/ftpd/ftpd.c
1770
if ((c=getc(fin)) == EOF) {
src/bin/network/ftpd/ftpd.c
1850
if ((c=getc(fout)) == EOF) {
src/bin/network/ftpd/ftpd.c
2092
} while (ret == EOF); \
src/bin/network/ftpd/ftpd.c
2112
cp = EOF;
src/bin/network/ftpd/ftpd.c
2116
else if (c == EOF && ferror(instr))
src/bin/network/ftpd/ftpd.c
2118
if (c == EOF) {
src/bin/network/ftpd/ftpd.c
2138
while (fflush(outstr) == EOF) {
src/bin/network/ftpd/ftpd.c
2147
if (fflush(outstr) == EOF)
src/bin/network/ftpd/ftpd.c
2313
cp = EOF;
src/bin/network/ftpd/ftpd.c
2317
else if (c == EOF && ferror(instr))
src/bin/network/ftpd/ftpd.c
2319
if (c == EOF && ferror(instr)) { /* resume after OOB */
src/bin/network/ftpd/ftpd.c
2337
if (c == EOF) {
src/bin/network/ftpd/ftpd.c
2350
while (fflush(outstr) == EOF) {
src/bin/network/ftpd/ftpd.c
2359
if (fflush(outstr) == EOF)
src/bin/network/ftpd/ftpd.c
2404
while ((c = getc(fin)) != EOF) {
src/bin/network/traceroute/traceroute.c
591
while ((op = getopt(argc, argv, "aA:edDFInrSvxf:g:i:M:m:P:p:q:s:t:w:z:")) != EOF)
src/bin/ps.c
142
while ((c = getopt(argc, argv, "-ihaso:")) != EOF) {
src/bin/unzip/extract.c
1452
while ((b = NEXTBYTE) != EOF) {
src/bin/unzip/fileio.c
562
return EOF;
src/bin/unzip/fileio.c
566
return EOF;
src/bin/unzip/fileio.c
571
return EOF;
src/bin/unzip/inflate.c
626
if(c==EOF){retval=1;goto cleanup_and_exit;}\
src/bin/unzip/ttyio.c
265
return EOF;
src/bin/unzip/ttyio.c
283
return (int)(((status&1) == 1) ? (uch)kbbuf[0] : EOF);
src/bin/unzip/unzpriv.h
2204
while (G.bits_left<=8*(int)(sizeof(G.bitbuf)-1) && (temp=NEXTBYTE)!=EOF) {\
src/bin/watch.c
107
!= EOF) {
src/bin/watch.c
232
while (c != EOF && !isprint(c)
src/bin/watch.c
243
if (c == EOF || c == '\n' || c == '\t')
src/kits/mail/mail_util.cpp
852
if ((c = fgetc(file)) == EOF) {
src/kits/shared/SettingsHandler.cpp
161
return EOF;
src/kits/shared/SettingsHandler.cpp
163
return EOF;
src/kits/shared/SettingsHandler.cpp
189
if (ch == EOF) {
src/libs/iconv/localcharset.c
159
if (c == EOF)
src/libs/iconv/localcharset.c
168
while (!(c == EOF || c == '\n'));
src/libs/iconv/localcharset.c
169
if (c == EOF)
src/libs/libsolv/solv/repo_solv.c
108
if (c == EOF)
src/libs/libsolv/solv/repo_solv.c
141
if (c == EOF)
src/libs/libsolv/solv/repo_solv.c
61
if (c == EOF)
src/libs/libsolv/solv/repo_solv.c
84
if (c == EOF)
src/libs/libsolv/solv/repo_write.c
145
if (putc(x >> 24, fp) == EOF ||
src/libs/libsolv/solv/repo_write.c
146
putc(x >> 16, fp) == EOF ||
src/libs/libsolv/solv/repo_write.c
147
putc(x >> 8, fp) == EOF ||
src/libs/libsolv/solv/repo_write.c
148
putc(x, fp) == EOF)
src/libs/libsolv/solv/repo_write.c
164
if (putc(x, data->fp) == EOF)
src/libs/libsolv/solv/repo_write.c
205
if (putc(x & 127, fp) == EOF)
src/libs/libsolv/solv/repo_write.c
226
if (fputs(str, data->fp) == EOF || putc(0, data->fp) == EOF)
src/libs/libsolv/solv/repopage.c
756
if (c == EOF)
src/libs/stdc++/legacy/SFile.cc
79
if (rdbuf()->pubseekoff(i * sz, ios::beg) == EOF)
src/libs/stdc++/legacy/editbuf.cc
339
return EOF;
src/libs/stdc++/legacy/editbuf.cc
351
return EOF;
src/libs/stdc++/legacy/editbuf.cc
373
return EOF;
src/libs/stdc++/legacy/editbuf.cc
376
if (ch == EOF)
src/libs/stdc++/legacy/editbuf.cc
460
return EOF;
src/libs/stdc++/legacy/editbuf.cc
469
return EOF;
src/libs/stdc++/legacy/editbuf.cc
713
if (ch == EOF) break;
src/libs/stdc++/legacy/filebuf.cc
119
if (pubseekoff(0, ios::end) == EOF) {
src/libs/stdc++/legacy/filebuf.cc
132
if (pubseekoff(0, ios::end) == EOF)
src/libs/stdc++/legacy/indstream.cc
103
if (pbuf && ret_val != EOF)
src/libs/stdc++/legacy/indstream.cc
59
if (c == EOF)
src/libs/stdc++/legacy/indstream.cc
86
if (pbuf && ret_val != EOF)
src/libs/stdc++/legacy/indstream.cc
94
int ret_val = EOF;
src/libs/stdc++/legacy/iostream.cc
100
if (ch == EOF)
src/libs/stdc++/legacy/iostream.cc
130
if (delim == EOF) {
src/libs/stdc++/legacy/iostream.cc
141
if (ch == EOF) {
src/libs/stdc++/legacy/iostream.cc
177
return EOF;
src/libs/stdc++/legacy/iostream.cc
181
return EOF;
src/libs/stdc++/legacy/iostream.cc
190
if (pos == streampos(EOF))
src/libs/stdc++/legacy/iostream.cc
198
if (pos == streampos(EOF))
src/libs/stdc++/legacy/iostream.cc
210
if (pos == streampos(EOF))
src/libs/stdc++/legacy/iostream.cc
221
if (ch == EOF)
src/libs/stdc++/legacy/iostream.cc
244
if (ch == EOF)
src/libs/stdc++/legacy/iostream.cc
283
if (ch == EOF)
src/libs/stdc++/legacy/iostream.cc
293
if (ch == EOF) goto eof_fail;
src/libs/stdc++/legacy/iostream.cc
297
if (ch == EOF) {
src/libs/stdc++/legacy/iostream.cc
304
if (ch == EOF) goto eof_fail;
src/libs/stdc++/legacy/iostream.cc
319
if (ch == EOF)
src/libs/stdc++/legacy/iostream.cc
449
if (ch == EOF) {
src/libs/stdc++/legacy/iostream.cc
453
if (sbuf->sputc(ch) == EOF) {
src/libs/stdc++/legacy/iostream.cc
471
if (_strbuf->sputc(c) == EOF) {
src/libs/stdc++/legacy/iostream.cc
486
if (sb->sputc(c) == EOF) {
src/libs/stdc++/legacy/iostream.cc
66
if (ch == EOF || !isspace(ch))
src/libs/stdc++/legacy/iostream.cc
77
if (ch == EOF) {
src/libs/stdc++/legacy/iostream.cc
927
if (pos == streampos(EOF))
src/libs/stdc++/legacy/iostream.cc
935
if (pos == streampos(EOF))
src/libs/stdc++/legacy/iostream.cc
947
if (pos == streampos(EOF))
src/libs/stdc++/legacy/iostream.cc
96
return EOF;
src/libs/stdc++/legacy/iostream.cc
970
if (ch == EOF)
src/libs/stdc++/legacy/iostream.cc
987
if (ch == EOF) {
src/libs/stdc++/legacy/isgetline.cc
105
if (ch != EOF)
src/libs/stdc++/legacy/isgetline.cc
109
if (ch != EOF && ch != terminator) {
src/libs/stdc++/legacy/isgetline.cc
44
if (ch != EOF)
src/libs/stdc++/legacy/isgetline.cc
46
if (ch == EOF)
src/libs/stdc++/legacy/isgetline.cc
57
ch = EOF;
src/libs/stdc++/legacy/isgetline.cc
79
if (_gcount == 0 && ch == EOF)
src/libs/stdc++/legacy/isgetsb.cc
41
if (__underflow(isb) == EOF)
src/libs/stdc++/legacy/parsestream.cc
161
if (ch == EOF)
src/libs/stdc++/legacy/parsestream.cc
177
if (ch != EOF || _line_length > 0)
src/libs/stdc++/legacy/parsestream.cc
180
return ptr == cur_pos ? EOF : cur_pos[0];
src/libs/stdc++/legacy/parsestream.cc
281
return EOF;
src/libs/stdc++/legacy/parsestream.cc
313
if (new_pos == EOF)
src/libs/stdc++/legacy/parsestream.cc
46
if (c == EOF)
src/libs/stdc++/legacy/parsestream.cc
48
if (seekoff(-1, ios::cur) == EOF)
src/libs/stdc++/legacy/parsestream.cc
49
return EOF;
src/libs/stdc++/legacy/parsestream.cc
66
return EOF;
src/libs/stdc++/legacy/parsestream.cc
69
return EOF;
src/libs/stdc++/legacy/parsestream.cc
71
return EOF;
src/libs/stdc++/legacy/parsestream.cc
97
return EOF;
src/libs/stdc++/legacy/stdiostream.cc
116
return EOF;
src/libs/stdc++/legacy/stdiostream.cc
119
return EOF;
src/libs/stdc++/legacy/stdiostream.cc
125
if (filebuf::overflow(c) == EOF)
src/libs/stdc++/legacy/stdiostream.cc
126
return EOF;
src/libs/stdc++/legacy/stdiostream.cc
127
if (c != EOF)
src/libs/stdc++/legacy/stdiostream.cc
78
if (ch == EOF)
src/libs/stdc++/legacy/streambuf.cc
225
return EOF;
src/libs/stdc++/legacy/streambuf.cc
293
return EOF;
src/libs/stdc++/legacy/streambuf.cc
319
#define BAD_DELTA EOF
src/libs/stdc++/legacy/streambuf.cc
54
{ return EOF; }
src/libs/stdc++/legacy/streambuf.cc
60
{ return EOF; }
src/libs/stdc++/legacy/streambuf.cc
79
if (more == 0 || __underflow(this) == EOF)
src/libs/stdc++/legacy/streambuf.cc
97
if (sync() == EOF)
src/system/libnetwork/netresolv/dst/dst_api.c
500
while ((c = getc(fp)) != EOF)
src/system/libnetwork/netresolv/dst/dst_api.c
504
while ((c = getc(fp)) != EOF)
src/system/libnetwork/netresolv/dst/dst_api.c
510
while ((c = getc(fp)) != EOF)
src/system/libnetwork/netresolv/dst/dst_api.c
513
while ((c = getc(fp)) != EOF)
src/system/libnetwork/netresolv/dst/dst_api.c
519
while ((c = getc(fp)) != EOF)
src/system/libnetwork/netresolv/dst/dst_api.c
522
while ((c = getc(fp)) != EOF)
src/system/libnetwork/netresolv/dst/dst_api.c
532
while ((c = getc(fp)) != EOF)
src/system/libnetwork/netresolv/dst/dst_api.c
535
while ((c = getc(fp)) != EOF)
src/system/libnetwork/netresolv/dst/dst_api.c
550
while ((c = getc(fp)) != EOF)
src/system/libroot/posix/glibc/include/bits/stdio.h
155
if (__c == EOF) \
src/system/libroot/posix/glibc/include/bits/stdio.h
177
if (_IO_putc_unlocked (*__ptr++, __stream) == EOF) \
src/system/libroot/posix/glibc/libio/feof.c
35
CHECK_FILE (fp, EOF);
src/system/libroot/posix/glibc/libio/feof_u.c
36
CHECK_FILE (fp, EOF);
src/system/libroot/posix/glibc/libio/ferror.c
35
CHECK_FILE (fp, EOF);
src/system/libroot/posix/glibc/libio/ferror_u.c
36
CHECK_FILE (fp, EOF);
src/system/libroot/posix/glibc/libio/filedoalloc.c
128
ALLOC_BUF (p, size, EOF);
src/system/libroot/posix/glibc/libio/fileno.c
34
CHECK_FILE (fp, EOF);
src/system/libroot/posix/glibc/libio/fileops.c
1014
if (result == EOF)
src/system/libroot/posix/glibc/libio/fileops.c
1022
return EOF;
src/system/libroot/posix/glibc/libio/fileops.c
1062
return EOF;
src/system/libroot/posix/glibc/libio/fileops.c
1090
return EOF;
src/system/libroot/posix/glibc/libio/fileops.c
1142
return EOF;
src/system/libroot/posix/glibc/libio/fileops.c
1153
offset = count == EOF ? delta : delta-count;
src/system/libroot/posix/glibc/libio/fileops.c
1168
if (result != EOF)
src/system/libroot/posix/glibc/libio/fileops.c
1223
return EOF;
src/system/libroot/posix/glibc/libio/fileops.c
1228
return EOF;
src/system/libroot/posix/glibc/libio/fileops.c
1258
return EOF;
src/system/libroot/posix/glibc/libio/fileops.c
1402
if (_IO_OVERFLOW (f, EOF) == EOF)
src/system/libroot/posix/glibc/libio/fileops.c
1405
return to_do == 0 ? EOF : n - to_do;
src/system/libroot/posix/glibc/libio/fileops.c
1488
if (__underflow (fp) == EOF)
src/system/libroot/posix/glibc/libio/fileops.c
162
return EOF;
src/system/libroot/posix/glibc/libio/fileops.c
523
|| (_IO_size_t) new_do_write (fp, data, to_do) == to_do) ? 0 : EOF;
src/system/libroot/posix/glibc/libio/fileops.c
569
return (EOF);
src/system/libroot/posix/glibc/libio/fileops.c
576
return EOF;
src/system/libroot/posix/glibc/libio/fileops.c
608
_IO_OVERFLOW (_IO_stdout, EOF);
src/system/libroot/posix/glibc/libio/fileops.c
636
return EOF;
src/system/libroot/posix/glibc/libio/fileops.c
761
return EOF;
src/system/libroot/posix/glibc/libio/fileops.c
847
return EOF;
src/system/libroot/posix/glibc/libio/fileops.c
885
if (ch == EOF)
src/system/libroot/posix/glibc/libio/fileops.c
889
if (_IO_do_flush (f) == EOF)
src/system/libroot/posix/glibc/libio/fileops.c
890
return EOF;
src/system/libroot/posix/glibc/libio/fileops.c
895
f->_IO_write_ptr - f->_IO_write_base) == EOF)
src/system/libroot/posix/glibc/libio/fileops.c
896
return EOF;
src/system/libroot/posix/glibc/libio/fileops.c
910
if (_IO_do_flush(fp)) return EOF;
src/system/libroot/posix/glibc/libio/fileops.c
926
if (new_pos != (_IO_off64_t) EOF)
src/system/libroot/posix/glibc/libio/fileops.c
933
retval = EOF;
src/system/libroot/posix/glibc/libio/fileops.c
935
if (retval != EOF)
src/system/libroot/posix/glibc/libio/fileops.c
957
return EOF;
src/system/libroot/posix/glibc/libio/fileops.c
989
return EOF;
src/system/libroot/posix/glibc/libio/fputc.c
36
CHECK_FILE (fp, EOF);
src/system/libroot/posix/glibc/libio/fputc_u.c
37
CHECK_FILE (fp, EOF);
src/system/libroot/posix/glibc/libio/fputwc.c
36
CHECK_FILE (fp, EOF);
src/system/libroot/posix/glibc/libio/genops.c
1076
#define BAD_DELTA EOF
src/system/libroot/posix/glibc/libio/genops.c
1108
return EOF;
src/system/libroot/posix/glibc/libio/genops.c
1133
if (offset != EOF)
src/system/libroot/posix/glibc/libio/genops.c
1142
mark->set_streampos (EOF);
src/system/libroot/posix/glibc/libio/genops.c
1162
if (c != EOF && *fp->_IO_read_ptr != c)
src/system/libroot/posix/glibc/libio/genops.c
1186
return EOF;
src/system/libroot/posix/glibc/libio/genops.c
1195
return EOF;
src/system/libroot/posix/glibc/libio/genops.c
1212
return EOF;
src/system/libroot/posix/glibc/libio/genops.c
1241
return EOF;
src/system/libroot/posix/glibc/libio/genops.c
184
if (_IO_OVERFLOW (fp, EOF) == EOF)
src/system/libroot/posix/glibc/libio/genops.c
185
return EOF;
src/system/libroot/posix/glibc/libio/genops.c
276
return EOF; /* FIXME */
src/system/libroot/posix/glibc/libio/genops.c
333
return EOF;
src/system/libroot/posix/glibc/libio/genops.c
339
if (_IO_switch_to_get_mode (fp) == EOF)
src/system/libroot/posix/glibc/libio/genops.c
340
return EOF;
src/system/libroot/posix/glibc/libio/genops.c
352
return EOF;
src/system/libroot/posix/glibc/libio/genops.c
366
return EOF;
src/system/libroot/posix/glibc/libio/genops.c
372
if (_IO_switch_to_get_mode (fp) == EOF)
src/system/libroot/posix/glibc/libio/genops.c
373
return EOF;
src/system/libroot/posix/glibc/libio/genops.c
385
return EOF;
src/system/libroot/posix/glibc/libio/genops.c
418
if (_IO_DOALLOCATE (fp) != EOF)
src/system/libroot/posix/glibc/libio/genops.c
428
return EOF;
src/system/libroot/posix/glibc/libio/genops.c
436
if (ch == EOF)
src/system/libroot/posix/glibc/libio/genops.c
437
return EOF;
src/system/libroot/posix/glibc/libio/genops.c
480
if (more == 0 || _IO_OVERFLOW (f, (unsigned char) *s++) == EOF)
src/system/libroot/posix/glibc/libio/genops.c
535
if (more == 0 || __underflow (fp) == EOF)
src/system/libroot/posix/glibc/libio/genops.c
558
if (_IO_SYNC (fp) == EOF)
src/system/libroot/posix/glibc/libio/genops.c
590
ALLOC_BUF (buf, _IO_BUFSIZ, EOF);
src/system/libroot/posix/glibc/libio/genops.c
740
if (result != EOF)
src/system/libroot/posix/glibc/libio/genops.c
759
result = _IO_PBACKFAIL (fp, EOF);
src/system/libroot/posix/glibc/libio/genops.c
761
if (result != EOF)
src/system/libroot/posix/glibc/libio/genops.c
850
&& _IO_OVERFLOW (fp, EOF) == EOF)
src/system/libroot/posix/glibc/libio/genops.c
851
result = EOF;
src/system/libroot/posix/glibc/libio/genops.c
904
_IO_OVERFLOW (fp, EOF);
src/system/libroot/posix/glibc/libio/getc.c
37
CHECK_FILE (fp, EOF);
src/system/libroot/posix/glibc/libio/getc_u.c
35
CHECK_FILE (fp, EOF);
src/system/libroot/posix/glibc/libio/iofclose.c
43
CHECK_FILE(fp, EOF);
src/system/libroot/posix/glibc/libio/iofflush.c
39
CHECK_FILE (fp, EOF);
src/system/libroot/posix/glibc/libio/iofflush.c
41
result = _IO_SYNC (fp) ? EOF : 0;
src/system/libroot/posix/glibc/libio/iofgetpos.c
49
CHECK_FILE (fp, EOF);
src/system/libroot/posix/glibc/libio/iofgetpos.c
65
result = EOF;
src/system/libroot/posix/glibc/libio/iofgetpos.c
72
result = EOF;
src/system/libroot/posix/glibc/libio/iofputs.c
36
int result = EOF;
src/system/libroot/posix/glibc/libio/iofputs.c
37
CHECK_FILE (fp, EOF);
src/system/libroot/posix/glibc/libio/iofputs_u.c
37
int result = EOF;
src/system/libroot/posix/glibc/libio/iofputs_u.c
38
CHECK_FILE (fp, EOF);
src/system/libroot/posix/glibc/libio/iofputws.c
36
int result = EOF;
src/system/libroot/posix/glibc/libio/iofputws.c
37
CHECK_FILE (fp, EOF);
src/system/libroot/posix/glibc/libio/iofputws_u.c
37
int result = EOF;
src/system/libroot/posix/glibc/libio/iofputws_u.c
38
CHECK_FILE (fp, EOF);
src/system/libroot/posix/glibc/libio/iofsetpos.c
47
CHECK_FILE (fp, EOF);
src/system/libroot/posix/glibc/libio/iofsetpos.c
58
result = EOF;
src/system/libroot/posix/glibc/libio/iofwrite.c
49
if (written == request || written == EOF)
src/system/libroot/posix/glibc/libio/iofwrite_u.c
51
if (written == request || written == EOF)
src/system/libroot/posix/glibc/libio/iogetdelim.c
118
if (t != NULL || __underflow (fp) == EOF)
src/system/libroot/posix/glibc/libio/iogetdelim.c
77
if (__underflow (fp) == EOF)
src/system/libroot/posix/glibc/libio/iogetline.c
70
if (c == EOF)
src/system/libroot/posix/glibc/libio/iogets.c
40
if (ch == EOF)
src/system/libroot/posix/glibc/libio/iolibio.h
67
== _IO_pos_BAD ? EOF : 0)
src/system/libroot/posix/glibc/libio/ioputs.c
36
int result = EOF;
src/system/libroot/posix/glibc/libio/ioputs.c
43
&& _IO_putc_unlocked ('\n', _IO_stdout) != EOF)
src/system/libroot/posix/glibc/libio/ioseekoff.c
47
return EOF;
src/system/libroot/posix/glibc/libio/iosetvbuf.c
41
CHECK_FILE (fp, EOF);
src/system/libroot/posix/glibc/libio/iosetvbuf.c
66
result = EOF;
src/system/libroot/posix/glibc/libio/iosetvbuf.c
91
result = EOF;
src/system/libroot/posix/glibc/libio/iosetvbuf.c
94
result = _IO_SETBUF (fp, buf, size) == NULL ? EOF : 0;
src/system/libroot/posix/glibc/libio/ioungetc.c
35
CHECK_FILE (fp, EOF);
src/system/libroot/posix/glibc/libio/ioungetc.c
36
if (c == EOF)
src/system/libroot/posix/glibc/libio/ioungetc.c
37
return EOF;
src/system/libroot/posix/glibc/libio/iovdprintf.c
52
return EOF;
src/system/libroot/posix/glibc/libio/iovdprintf.c
61
if (done != EOF && _IO_do_flush (&tmpfil.file) == EOF)
src/system/libroot/posix/glibc/libio/iovdprintf.c
62
done = EOF;
src/system/libroot/posix/glibc/libio/libio.h
411
&& __underflow (_fp) == EOF ? EOF \
src/system/libroot/posix/glibc/libio/libio.h
63
#ifndef EOF
src/system/libroot/posix/glibc/libio/libioP.h
721
#ifndef EOF
src/system/libroot/posix/glibc/libio/peekc.c
37
CHECK_FILE (fp, EOF);
src/system/libroot/posix/glibc/libio/putc.c
29
CHECK_FILE (fp, EOF);
src/system/libroot/posix/glibc/libio/putc_u.c
28
CHECK_FILE (fp, EOF);
src/system/libroot/posix/glibc/libio/putchar_u.c
27
CHECK_FILE (_IO_stdout, EOF);
src/system/libroot/posix/glibc/libio/stdio.h
143
#ifndef EOF
src/system/libroot/posix/glibc/libio/strops.c
109
return EOF;
src/system/libroot/posix/glibc/libio/strops.c
117
return EOF;
src/system/libroot/posix/glibc/libio/strops.c
123
return EOF;
src/system/libroot/posix/glibc/libio/strops.c
168
return EOF;
src/system/libroot/posix/glibc/libio/strops.c
274
new_pos = EOF;
src/system/libroot/posix/glibc/libio/strops.c
291
return EOF;
src/system/libroot/posix/glibc/libio/strops.c
294
return EOF;
src/system/libroot/posix/glibc/libio/strops.c
315
return EOF;
src/system/libroot/posix/glibc/libio/strops.c
318
return EOF;
src/system/libroot/posix/glibc/libio/strops.c
332
if ((fp->_flags & _IO_NO_WRITES) && c != EOF)
src/system/libroot/posix/glibc/libio/strops.c
333
return EOF;
src/system/libroot/posix/glibc/libio/strops.c
95
int flush_only = c == EOF;
src/system/libroot/posix/glibc/libio/strops.c
98
return flush_only ? 0 : EOF;
src/system/libroot/posix/glibc/libio/wfiledoalloc.c
98
ALLOC_WBUF (p, size * sizeof (wchar_t), EOF);
src/system/libroot/posix/glibc/libio/wfileops.c
229
_IO_OVERFLOW (_IO_stdout, EOF);
src/system/libroot/posix/glibc/libio/wfileops.c
364
&& _IO_file_underflow_mmap (fp) == EOF)
src/system/libroot/posix/glibc/libio/wfileops.c
411
if (_IO_file_underflow_maybe_mmap (fp) == EOF)
src/system/libroot/posix/glibc/libio/wfileops.c
481
if (_IO_do_flush (f) == EOF)
src/system/libroot/posix/glibc/libio/wfileops.c
486
if (_IO_do_flush (f) == EOF)
src/system/libroot/posix/glibc/libio/wfileops.c
534
if (new_pos != (_IO_off64_t) EOF)
src/system/libroot/posix/glibc/libio/wfileops.c
635
return EOF;
src/system/libroot/posix/glibc/libio/wfileops.c
74
fp->_IO_write_ptr - fp->_IO_write_base) == EOF)
src/system/libroot/posix/glibc/libio/wfileops.c
744
if (result == EOF)
src/system/libroot/posix/glibc/libio/wfileops.c
752
return EOF;
src/system/libroot/posix/glibc/libio/wfileops.c
916
return EOF;
src/system/libroot/posix/glibc/libio/wfileops.c
92
fp->_IO_write_ptr - fp->_IO_write_base) == EOF)
src/system/libroot/posix/glibc/libio/wfileops.c
927
offset = count == EOF ? delta : delta-count;
src/system/libroot/posix/glibc/libio/wfileops.c
949
if (result != EOF)
src/system/libroot/posix/glibc/libio/wgenops.c
257
if (_IO_switch_to_wget_mode (fp) == EOF)
src/system/libroot/posix/glibc/libio/wgenops.c
288
if (_IO_switch_to_wget_mode (fp) == EOF)
src/system/libroot/posix/glibc/libio/wgenops.c
429
ALLOC_WBUF (buf, _IO_BUFSIZ, EOF);
src/system/libroot/posix/glibc/libio/wgenops.c
442
return EOF;
src/system/libroot/posix/glibc/libio/wgenops.c
521
return EOF; /* FIXME */
src/system/libroot/posix/glibc/libio/wgenops.c
630
result = _IO_PBACKFAIL (fp, EOF);
src/system/libroot/posix/glibc/libio/wgenops.c
671
#define BAD_DELTA EOF
src/system/libroot/posix/glibc/libio/wgenops.c
697
return EOF;
src/system/libroot/posix/glibc/libio/wgenops.c
723
if (offset != EOF)
src/system/libroot/posix/glibc/libio/wgenops.c
732
mark->set_streampos (EOF);
src/system/libroot/posix/glibc/libio/wstrops.c
270
new_pos = EOF;
src/system/libroot/posix/glibc/libio/wstrops.c
288
return EOF;
src/system/libroot/posix/glibc/libio/wstrops.c
291
return EOF;
src/system/libroot/posix/glibc/libio/wstrops.c
315
return EOF;
src/system/libroot/posix/glibc/libio/wstrops.c
318
return EOF;
src/system/libroot/posix/glibc/libio/wstrops.c
99
return EOF;
src/system/libroot/posix/glibc/stdio-common/getw.c
31
return EOF;
src/system/libroot/posix/glibc/stdio-common/printf_fp.c
76
if (putc (outc, fp) == EOF) \
src/system/libroot/posix/glibc/stdio-common/printf_fphex.c
57
if (putc (outc, fp) == EOF) \
src/system/libroot/posix/glibc/stdio-common/printf_size.c
46
if (putc (outc, fp) == EOF) \
src/system/libroot/posix/glibc/stdio-common/putw.c
28
return EOF;
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
1289
return EOF;
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
156
if (PUTC (outc, s) == EOF || done == INT_MAX) \
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
2232
if (written == 0 || written == EOF)
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
2233
return EOF;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1003
if (__glibc_unlikely (c == EOF))
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1044
done = EOF;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1097
done = EOF;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1125
while ((width <= 0 || --width > 0) && inchar () != EOF);
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1146
done = EOF;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1193
if (__builtin_expect (c == EOF, 0))
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
120
# define ungetc(c, s) ((void) ((int) c == EOF \
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1231
done = EOF;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
125
# define inchar() (c == EOF ? ((errno = inchar_errno), EOF) \
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
127
(void) (c != EOF \
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1274
if (__glibc_unlikely (inchar () == EOF))
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1306
done = EOF;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1334
while ((width <= 0 || --width > 0) && inchar () != EOF);
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
137
return EOF
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1380
if (__glibc_unlikely (c == EOF))
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1517
while (c != EOF && width != 0)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
156
if (done == 0) done = EOF; \
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1566
if (avail == 0 || inchar () == EOF)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1619
if (avail == 0 || inchar () == EOF)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1675
if (avail == 0 || inchar () == EOF)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1715
while (c != EOF && width != 0)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1741
if (avail == 0 || inchar () == EOF)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
178
CHECK_FILE (s, EOF); \
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
182
return EOF; \
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
187
return EOF; \
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1871
if (__glibc_unlikely (c == EOF))
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1880
if (__glibc_unlikely (width == 0 || inchar () == EOF))
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1895
|| inchar () == EOF
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1902
|| inchar () == EOF
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1916
|| inchar () == EOF
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1923
|| inchar () == EOF
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1930
if (width != 0 && inchar () != EOF)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1939
|| inchar () == EOF
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1946
|| inchar () == EOF
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1953
|| inchar () == EOF
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
1960
|| inchar () == EOF
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2048
if (avail == 0 || inchar () == EOF)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2084
if (avail == 0 || inchar () == EOF)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2110
if (width == 0 || inchar () == EOF)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2265
if (avail == 0 || inchar () == EOF)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2321
if (width == 0 || inchar () == EOF)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2528
done = EOF;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2562
if (__glibc_unlikely (inchar () == EOF))
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2613
done = EOF;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2643
while (inchar () != EOF);
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2677
if (__glibc_unlikely (inchar () == EOF))
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2758
done = EOF;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2826
done = EOF;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2846
while (--width > 0 && inchar () != EOF);
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2872
done = EOF;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
2944
if (__glibc_unlikely (done == EOF))
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
295
done = EOF; \
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
404
if (__glibc_unlikely (c == EOF))
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
432
if (__glibc_unlikely (c == EOF))
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
440
if (__glibc_unlikely (inchar () == EOF))
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
609
if (__builtin_expect ((c == EOF || inchar () == EOF)
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
622
if (__glibc_unlikely (c == EOF))
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
706
done = EOF; \
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
722
if (__glibc_unlikely (c == EOF))
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
751
done = EOF;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
778
while (--width > 0 && inchar () != EOF);
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
801
done = EOF;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
820
while (--width > 0 && inchar () != EOF);
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
823
while (--width > 0 && inchar () != EOF);
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
848
if (__glibc_unlikely (c == EOF))
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
875
done = EOF;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
894
while (--width > 0 && inchar () != EOF);
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
897
while (--width > 0 && inchar () != EOF);
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
929
done = EOF;
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
958
if (__glibc_unlikely (inchar () == EOF))
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
975
while (--width > 0 && inchar () != EOF);
src/system/libroot/posix/wchar/btowc.c
16
if (c == EOF)
src/system/libroot/posix/wchar/wctob.c
18
return EOF;
src/tests/system/libroot/posix/fseek_test.cpp
233
if (fputc('1', fp) == EOF || fputc('2', fp) == EOF) {
src/tests/system/libroot/posix/fseek_test.cpp
289
} else if (ungetc('9', fp) == EOF) {
src/tests/system/libroot/posix/fseek_test.cpp
340
} else if (fgetc(fp) == EOF) {
src/tests/system/libroot/posix/fseek_test.cpp
396
ASSERT(fgetc(fp) == EOF);
src/tests/system/libroot/posix/fseek_test.cpp
445
ASSERT(fgetc(fp) == EOF);
src/tests/system/libroot/posix/fseek_test.cpp
451
ASSERT(fgetc(fp) == EOF);
src/tests/system/libroot/posix/fseek_test.cpp
461
ASSERT(fgetc(fp) == EOF);
src/tests/system/libroot/posix/fseek_test.cpp
70
if (fgetc(fp) != EOF) {
src/tests/system/libroot/posix/fseek_test.cpp
86
if (fgetc(fp) != EOF) {
src/tests/system/libroot/posix/gnulib-test-btowc.c
35
assert (btowc (EOF) == WEOF);
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
239
assert (wctob (wc) == EOF);
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
251
assert (wctob (wc) == EOF);
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
309
assert (wctob (wc) == EOF);
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
324
assert (wctob (wc) == EOF);
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
336
assert (wctob (wc) == EOF);
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
378
assert (wctob (wc) == EOF);
src/tests/system/libroot/posix/gnulib-test-mbrtowc.c
390
assert (wctob (wc) == EOF);
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
185
assert(wctob (buf[0]) == EOF);
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
186
assert(wctob (buf[1]) == EOF);
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
221
assert(wctob (wc) == EOF);
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
250
assert(wctob (buf[0]) == EOF);
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
251
assert(wctob (buf[1]) == EOF);
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
306
assert(wctob (buf[0]) == EOF);
src/tests/system/libroot/posix/gnulib-test-mbsnrtowcs.c
307
assert(wctob (buf[1]) == EOF);
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
231
assert(wctob (buf[0]) == EOF);
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
232
assert(wctob (buf[1]) == EOF);
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
272
assert(wctob (wc) == EOF);
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
296
assert(wctob (buf[0]) == EOF);
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
297
assert(wctob (buf[1]) == EOF);
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
347
assert(wctob (buf[0]) == EOF);
src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
348
assert(wctob (buf[1]) == EOF);
src/tests/system/libroot/posix/tst-btowc.c
65
wint_t wc = btowc(EOF);
src/tools/fs_shell/external_commands_unix.cpp
64
if (fprintf(out, "%d\n", result) < 0 || fflush(out) == EOF) {
src/tools/fs_shell/fs_shell_command_unix.cpp
38
if (fputs(command, out) == EOF || fputc('\n', out) == EOF
src/tools/fs_shell/fs_shell_command_unix.cpp
39
|| fflush(out) == EOF) {