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

123456789

/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dbsd-getline.c64 if (feof(fp)) {
/freebsd-12-stable/sbin/fsck_msdosfs/
H A Dmain.c159 if (feof(stdin))
/freebsd-12-stable/usr.bin/colrm/
H A Dcolrm.c132 if (feof(stream))
/freebsd-12-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h58 #undef feof macro
105 using ::feof;
/freebsd-12-stable/contrib/dma/
H A Dconf.c108 while (!feof(a)) {
166 while (!feof(conf)) {
H A Dmail.c117 while (!feof(it->mailf)) {
405 while (!feof(stdin)) {
/freebsd-12-stable/contrib/ntp/lib/isc/unix/
H A Dstdio.c71 if (feof(f))
/freebsd-12-stable/contrib/ntp/lib/isc/win32/
H A Dstdio.c70 if (feof(f))
/freebsd-12-stable/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h81 using std::feof;
/freebsd-12-stable/usr.bin/fortune/unstr/
H A Dunstr.c97 if (feof(Dataf))
/freebsd-12-stable/usr.bin/tset/
H A Dterm.c132 if (feof(stdin) || ferror(stdin)) {
/freebsd-12-stable/lib/libc/tests/stdio/
H A Dgetdelim_test.c105 ATF_REQUIRE(feof(fp));
157 while (!feof(fp)) /* advance to EOF; can't fseek this stream */
166 printf("feof\n");
167 ATF_REQUIRE(feof(fp));
/freebsd-12-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-12-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-12-stable/contrib/opie/libopie/
H A Daccessfile.c98 while (fgets(buf, sizeof(buf), fp), !feof(fp)) {
/freebsd-12-stable/contrib/ipfilter/lib/
H A Dipft_hx.c152 if (feof(tfp))
/freebsd-12-stable/contrib/byacc/test/
H A Dok_syntax1.y116 while(!feof(stdin)) {
/freebsd-12-stable/sys/contrib/zstd/contrib/seekable_format/examples/
H A Dseekable_decompression.c12 #include <stdio.h> // fprintf, perror, feof
54 if (feof(file)) return readSize; /* good, reached end of file */
/freebsd-12-stable/sys/contrib/zstd/doc/educational_decoder/
H A Dharness.c46 while (!feof(f)) {
/freebsd-12-stable/lib/libsm/
H A DMakefile26 strdup.c strerror.c strl.c clrerr.c fclose.c feof.c ferror.c \
/freebsd-12-stable/crypto/openssl/crypto/bio/
H A Dbio_local.h165 # define UP_feof feof
/freebsd-12-stable/contrib/ntp/sntp/
H A Dcrypto.c235 if (feof(keyf)) {
242 while (!feof(keyf)) {
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;
/freebsd-12-stable/contrib/gcclibs/libcpp/
H A Dsystem.h90 # undef feof macro
91 # define feof(Stream) feof_unlocked (Stream) macro
/freebsd-12-stable/contrib/binutils/opcodes/
H A Di386-gen.c113 while (!feof (fp))
264 while (!feof (fp))

Completed in 226 milliseconds

123456789