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

12345678

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/debug/
H A Dcrc32.c27 } while (!ferror(stdin) && !feof(stdin));
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/debug/
H A Dcrc32.c27 } while (!ferror(stdin) && !feof(stdin));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dcomm.c64 if (feof(streams[0])) i |= BB_EOF_0;
65 if (feof(streams[1])) i |= BB_EOF_1;
92 while (!feof(streams[i])) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbio_lcl.h13 #define UP_feof feof
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Dunlocked-io.h41 # undef feof macro
42 # define feof(x) feof_unlocked (x) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dunlocked-io.h44 # undef feof macro
45 # define feof(x) feof_unlocked (x) macro
47 # define feof_unlocked(x) feof (x)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dunlocked-io.h44 # undef feof macro
45 # define feof(x) feof_unlocked (x) macro
47 # define feof_unlocked(x) feof (x)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dunlocked-io.h44 # undef feof macro
45 # define feof(x) feof_unlocked (x) macro
47 # define feof_unlocked(x) feof (x)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dunlocked-io.h45 # undef feof macro
46 # define feof(x) feof_unlocked (x) macro
48 # define feof_unlocked(x) feof (x)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/examples/
H A Doutline.c77 done = feof(stdin);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dfile-list.c58 while (!feof (fp))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Dbio_lcl.h13 # define UP_feof feof
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbio_lcl.h13 # define UP_feof feof
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/xzdec/
H A Dxzdec.c190 if (feof(file))
224 || !feof(file))
233 assert(feof(file));
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/xzdec/
H A Dxzdec.c190 if (feof(file))
224 || !feof(file))
233 assert(feof(file));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/examples/
H A Doutline.c92 done = feof(stdin);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Ddebug2html.c238 while( (!feof( stdin ))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/cas/
H A Dconfigfile.c111 while (!feof(conf)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dffile.h89 bool Eof() const { return feof(m_fp) != 0; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/examples/
H A Doutline.c92 done = feof(stdin);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unicase/
H A Du8-casefold.c47 while (! feof (stream))
H A Du8-tolower.c60 while (! feof (stream))
H A Du8-totitle.c47 while (! feof (stream))
H A Du8-toupper.c60 while (! feof (stream))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniwbrk/
H A Du8-wordbreaks.c50 while (! feof (stream))

Completed in 402 milliseconds

12345678