Searched refs:EOF (Results 51 - 75 of 123) sorted by relevance

12345

/haiku/src/system/libroot/posix/glibc/libio/
H A Diovdprintf.c53 return EOF;
H A Dwfiledoalloc.c114 ALLOC_WBUF (p, size * sizeof (wchar_t), EOF);
H A Diogetdelim.c38 null terminator), or -1 on error or EOF. */
75 if (__underflow (fp) == EOF)
110 if (t != NULL || __underflow (fp) == EOF)
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...]
H A Diofclose.c49 CHECK_FILE(fp, EOF);
H A Dioseekoff.c42 return EOF;
/haiku/src/tests/system/libroot/posix/
H A Dgnulib-test-btowc.c35 assert (btowc (EOF) == WEOF);
H A Dfseek_test.cpp69 /* The EOF flag must be reset. */
70 if (fgetc(fp) != EOF) {
74 printf("%d: EOF flag not set\n", __LINE__);
81 printf("%d: fseek() didn't reset EOF flag\n", __LINE__);
86 if (fgetc(fp) != EOF) {
90 printf("%d: EOF flag not set\n", __LINE__);
97 printf("%d: fseek() didn't reset EOF flag\n", __LINE__);
233 if (fputc('1', fp) == EOF || fputc('2', fp) == EOF) {
289 } else if (ungetc('9', fp) == EOF) {
[all...]
H A Dgnulib-test-mbsnrtowcs.c185 assert(wctob (buf[0]) == EOF);
186 assert(wctob (buf[1]) == EOF);
221 assert(wctob (wc) == EOF);
250 assert(wctob (buf[0]) == EOF);
251 assert(wctob (buf[1]) == EOF);
306 assert(wctob (buf[0]) == EOF);
307 assert(wctob (buf[1]) == EOF);
H A Dgnulib-test-mbrtowc.c210 assert (wctob (wc) == EOF);
222 assert (wctob (wc) == EOF);
280 assert (wctob (wc) == EOF);
295 assert (wctob (wc) == EOF);
307 assert (wctob (wc) == EOF);
349 assert (wctob (wc) == EOF);
361 assert (wctob (wc) == EOF);
H A Dgnulib-test-mbsrtowcs.c231 assert(wctob (buf[0]) == EOF);
232 assert(wctob (buf[1]) == EOF);
272 assert(wctob (wc) == EOF);
296 assert(wctob (buf[0]) == EOF);
297 assert(wctob (buf[1]) == EOF);
347 assert(wctob (buf[0]) == EOF);
348 assert(wctob (buf[1]) == EOF);
/haiku/src/tools/fs_shell/
H A Dexternal_commands_unix.cpp64 if (fprintf(out, "%d\n", result) < 0 || fflush(out) == EOF) {
/haiku/headers/posix/
H A Dlibio.h33 #ifndef EOF
34 # define EOF (-1) macro
225 && __underflow (_fp) == EOF ? EOF \
/haiku/headers/cpp/
H A Diostdio.h38 #ifndef EOF
39 #define EOF (-1) macro
H A Dindstream.h69 virtual int overflow(int c = EOF);
H A Dstdiostream.h52 virtual int overflow(int c = EOF);
H A Dsstream97 return EOF;
101 overflow(int c = EOF)
106 if (c != EOF)
119 res = EOF;
/haiku/src/libs/stdc++/legacy/
H A Dstreambuf.cc60 { return EOF; }
65 int streambuf::overflow(int /* = EOF */)
66 { return EOF; }
85 if (more == 0 || __underflow(this) == EOF)
103 if (sync() == EOF)
231 return EOF;
299 return EOF;
325 #define BAD_DELTA EOF
H A Dfilebuf.cc119 if (pubseekoff(0, ios::end) == EOF) {
132 if (pubseekoff(0, ios::end) == EOF)
/haiku/src/bin/
H A Dwatch.c107 != EOF) {
232 while (c != EOF && !isprint(c)
243 if (c == EOF || c == '\n' || c == '\t')
H A Dleak_analyser.sh5 cat << EOF
48 EOF
/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dstdio.h139 if (__c == EOF) \
158 if (_IO_putc_unlocked (*__ptr++, __stream) == EOF) \
/haiku/headers/private/kernel/boot/
H A Dstdio.h35 #ifndef EOF
36 # define EOF (-1) macro
/haiku/data/bin/
H A Dinstall-wifi-firmwares.sh63 cat << EOF > $license
75 EOF
279 cat << EOF > .PackageInfo
310 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)

Completed in 276 milliseconds

12345