Searched refs:EOF (Results 1 - 25 of 123) sorted by last modified time

12345

/haiku/src/bin/network/traceroute/
H A Dtraceroute.c591 while ((op = getopt(argc, argv, "aA:edDFInrSvxf:g:i:M:m:P:p:q:s:t:w:z:")) != EOF)
/haiku/src/apps/expander/
H A DExpanderThread.cpp127 return EOF;
176 if (status == EOF) {
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacclib.h353 #ifndef EOF
354 #define EOF (-1) macro
/haiku/
H A Dconfigure11 cat << EOF
142 EOF
1097 cat << EOF > "$buildConfigFile"
1144 EOF
1199 cat << EOF > $outputDir/Jamfile
1209 EOF
/haiku/src/system/libnetwork/netresolv/dst/
H A Ddst_api.c500 while ((c = getc(fp)) != EOF)
504 while ((c = getc(fp)) != EOF)
510 while ((c = getc(fp)) != EOF)
513 while ((c = getc(fp)) != EOF)
519 while ((c = getc(fp)) != EOF)
522 while ((c = getc(fp)) != EOF)
532 while ((c = getc(fp)) != EOF)
535 while ((c = getc(fp)) != EOF)
550 while ((c = getc(fp)) != EOF)
/haiku/src/add-ons/tracker/zipomatic/
H A DZipperThread.cpp189 return EOF;
236 if (status == EOF) {
237 fprintf(stderr, "ZipperThread::ExecuteUnitFailed(): EOF\n");
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp2213 Letter = EOF; // Usually a negative number.
2221 if (Letter < 0 /* EOF is -1 */ ||
5237 CharVar = EOF; \
5254 that Letter can become EOF (-1) when end of file is reached. */
5282 if (NextNextLetter != EOF &&
5309 if (Letter < 0 /* EOF */ || (Letter < 128 && g_SpaceCharacters[Letter]))
5337 if (Letter == EOF)
/haiku/headers/cpp/
H A Diostream.h189 int get() { if (!ipfx1()) return EOF;
191 if (ch == EOF) set(ios::eofbit);
197 istream& ignore(int n=1, int delim = EOF);
203 if (good() && _strbuf->sputbackc(ch) == EOF) clear(ios::badbit);
206 if (good() && _strbuf->sungetc() == EOF) clear(ios::badbit);
/haiku/src/bin/
H A Dleak_analyser.sh5 cat << EOF
48 EOF
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fphex.c64 if (putc (outc, fp) == EOF) \
H A Dprintf_fp.c75 if (putc (outc, fp) == EOF) \
H A Dprintf_size.c55 if (putc (outc, fp) == EOF) \
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1339 #define EOF FSSH_EOF macro
/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/add-ons/translators/raw/
H A DLibRAW.cpp134 iseof = EOF;
135 return EOF;
H A DRAW.cpp525 while ((c = fRead.Next<uint8>()) && c != EOF) {
2315 } while (c != EOF && mark >> 4 != 0xffd);
/haiku/src/bin/network/ftpd/
H A Dftpd.c1733 if ((c=getc(fin)) == EOF) {
1813 if ((c=getc(fout)) == EOF) {
2055 } while (ret == EOF); \
2075 cp = EOF;
2079 else if (c == EOF && ferror(instr))
2081 if (c == EOF) {
2086 if (feof(instr)) /* EOF */
2101 while (fflush(outstr) == EOF) {
2110 if (fflush(outstr) == EOF)
2153 * We hit the EOF prematurel
[all...]
H A Dftpcmd.y1224 while ((c = getc(iop)) != EOF) {
1227 if ((c = getc(iop)) == EOF)
1233 if ((c = getc(iop)) == EOF)
1240 if ((c = getc(iop)) == EOF)
1259 while (c != '\n' && (c = getc(iop)) != EOF)
1268 if (c == EOF && cs == s)
1654 while((c=getc(fin)) != EOF) {
/haiku/src/system/libroot/posix/glibc/libio/
H A Dfileops.c150 return EOF;
476 || (_IO_size_t) new_do_write (fp, data, to_do) == to_do) ? 0 : EOF;
523 return (EOF);
530 return EOF;
564 _IO_OVERFLOW (_IO_stdout, EOF);
593 return EOF;
673 buffer until EOF. */
728 return EOF;
826 return EOF;
855 if (ch == EOF)
[all...]
/haiku/headers/private/kernel/boot/
H A Dstdio.h35 #ifndef EOF
36 # define EOF (-1) macro
/haiku/headers/posix/
H A Dstdio.h39 #ifdef EOF
40 # undef EOF macro
42 #define EOF (-1) macro
H A Dlibio.h33 #ifndef EOF
34 # define EOF (-1) macro
225 && __underflow (_fp) == EOF ? EOF \
/haiku/src/apps/codycam/
H A DFtpClient.cpp479 if (c == EOF || c == xEOF || c == '\n') {
505 case EOF:
/haiku/data/bin/
H A Dinstall-wifi-firmwares.sh63 cat << EOF > $license
75 EOF
279 cat << EOF > .PackageInfo
310 EOF
/haiku/src/kits/mail/
H A Dmail_util.cpp852 if ((c = fgetc(file)) == EOF) {
859 // some text already read in. If the first thing read was EOF,
886 c = fgetc(file); // Note it's OK to read EOF and ungetc it too.
941 // some text already read in. If the first thing read was EOF,
1027 // already read in. If the first thing read was EOF, just return

Completed in 228 milliseconds

12345