Searched refs:feof (Results 26 - 50 of 218) sorted by relevance

123456789

/freebsd-11-stable/contrib/expat/examples/
H A Doutline.c104 done = feof(stdin);
/freebsd-11-stable/sbin/fsck_msdosfs/
H A Dmain.c159 if (feof(stdin))
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsgen.c305 if (feof(in) && ttystdin())
310 if (feof(in) && ttystdin())
334 while (c!='\n' && !feof(stdin))
401 if (feof(txt))
436 } else if (feof(stdin))
443 c = getcstdin(), !feof(stdin);
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h58 #undef feof macro
105 using ::feof;
/freebsd-11-stable/contrib/dma/
H A Dconf.c108 while (!feof(a)) {
166 while (!feof(conf)) {
H A Dmail.c116 while (!feof(it->mailf)) {
404 while (!feof(stdin)) {
/freebsd-11-stable/tools/tools/ath/ath_ee_9300_print/
H A Dmain.c168 while (!feof(fp)) {
171 if (feof(fp))
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dstdio.c71 if (feof(f))
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dstdio.c70 if (feof(f))
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h81 using std::feof;
/freebsd-11-stable/usr.bin/fortune/unstr/
H A Dunstr.c97 if (feof(Dataf))
/freebsd-11-stable/usr.bin/tset/
H A Dterm.c130 if (feof(stdin) || ferror(stdin)) {
/freebsd-11-stable/lib/libc/tests/stdio/
H A Dgetdelim_test.c106 ATF_REQUIRE(feof(fp));
158 while (!feof(fp)) /* advance to EOF; can't fseek this stream */
167 printf("feof\n");
168 ATF_REQUIRE(feof(fp));
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_fmemopen.c778 ATF_CHECK(feof(fp) == 0);
782 ATF_CHECK(feof(fp) != 0);
813 ATF_CHECK(feof(fp) != 0);
854 ATF_CHECK(feof(fp) == 0);
858 ATF_CHECK(feof(fp) != 0);
864 ATF_CHECK(feof(fp) == 0);
868 ATF_CHECK(feof(fp) != 0);
908 ATF_CHECK(feof(fp) != 0);
916 ATF_CHECK(feof(fp) != 0);
978 ATF_CHECK(feof(f
[all...]
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Ddes.c457 if (feof(DES_IN)) {
471 if (feof(DES_IN))
518 if (feof(DES_IN)) {
569 if (feof(DES_IN) && (ll == 0)) {
594 if ((l == 0) && feof(DES_IN))
729 while (!feof(fp)) {
/freebsd-11-stable/contrib/dialog/
H A Dtailbox.c52 if (((ch = getc(fp)) == EOF) && !feof(fp))
54 else if (!feof(fp) && (ch != '\n')) {
71 } while (!feof(fp) && (ch != '\n'));
/freebsd-11-stable/contrib/byacc/test/
H A Dok_syntax1.y116 while(!feof(stdin)) {
/freebsd-11-stable/contrib/opie/libopie/
H A Daccessfile.c98 while (fgets(buf, sizeof(buf), fp), !feof(fp)) {
/freebsd-11-stable/lib/libsm/
H A DMakefile26 strdup.c strerror.c strl.c clrerr.c fclose.c feof.c ferror.c \
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dipft_hx.c152 if (feof(tfp))
/freebsd-11-stable/contrib/binutils/opcodes/
H A Di386-gen.c113 while (!feof (fp))
264 while (!feof (fp))
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dsystem.h90 # undef feof macro
91 # define feof(Stream) feof_unlocked (Stream) macro
/freebsd-11-stable/contrib/ntp/sntp/
H A Dkod_management.c212 while (!feof(db_s) && NULL != fgets(fbuf, sizeof(fbuf), db_s)) {
254 !feof(db_s) && !ferror(db_s) && b < kod_db_cnt;
H A Dcrypto.c235 if (feof(keyf)) {
242 while (!feof(keyf)) {
/freebsd-11-stable/usr.bin/tail/
H A Dreverse.c201 while (!feof(fp)) {
221 while ((!feof(fp)) && len < BSZ) {

Completed in 335 milliseconds

123456789