Searched refs:feof (Results 1 - 24 of 24) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Dfeof.c44 weak_alias (_IO_feof, feof)
H A Dstdio.h589 extern int feof (FILE *__stream) __THROW;
/haiku/src/tests/system/libroot/posix/
H A Dtst-getwc.c32 while (!feof(stdin) && n < sizeof(buf) - 1) {
H A Dfseek_test.cpp73 } else if (!feof(fp)) {
80 } else if (feof(fp)) {
89 } else if (!feof(fp)) {
96 } else if (feof(fp)) {
444 ASSERT(!feof(fp));
446 ASSERT(feof(fp));
448 ASSERT(!feof(fp));
450 ASSERT(!feof(fp));
452 ASSERT(feof(fp));
/haiku/src/tools/misc/
H A Dbin2h.c16 while(!feof(infp)) {
H A Dbin2asm.c17 while(!feof(infp)) {
/haiku/src/tests/system/network/
H A Dudp_client.c26 while (!feof(stdin)) {
/haiku/headers/cpp/
H A Diostdio.h64 #define feof _IO_feof macro
/haiku/headers/private/kernel/boot/
H A Dstdio.h55 extern int feof(FILE *stream);
/haiku/src/tests/kits/app/common/
H A DPipedAppRunner.cpp153 while (!feof(pipe)) {
/haiku/src/kits/shared/
H A DCommandPipe.cpp275 while (!feof(file)) {
/haiku/src/bin/mail_utils/
H A Dmail2mbox.cpp232 while (!feof(inputFile)) {
H A Dmbox2mail.cpp625 while (!feof (InputFile))
H A Dspamdbm.cpp3733 while (!feof (DatabaseFile))
3738 if (feof (DatabaseFile))
/haiku/src/tools/hvif2png/
H A Dhvif2png.cpp192 while (!feof(in)) {
/haiku/headers/posix/
H A Dstdio.h85 extern int feof(FILE *stream);
/haiku/src/apps/expander/
H A DExpanderThread.cpp126 if (feof(fExpanderOutput))
/haiku/src/add-ons/screen_savers/message/
H A DMessage.cpp44 while (!feof(file)) {
/haiku/src/system/libnetwork/netresolv/dst/
H A Ddst_api.c553 if (!feof(fp)) {
/haiku/src/servers/net/
H A DNetServer.cpp622 if (feof(file) != 0) {
/haiku/src/bin/network/ftpd/
H A Dftpd.c2086 if (feof(instr)) /* EOF */
2301 if (feof(instr)) /* EOF */
/haiku/src/bin/network/telnet/
H A Dcommands.c2650 if (feof(stdin) || ferror(stdin)) {
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1690 void feof() {} function
H A Dlibroot_stubs_legacy.c1635 void feof() {} function

Completed in 292 milliseconds