Searched refs:ferror (Results 51 - 75 of 238) sorted by relevance

12345678910

/freebsd-13-stable/contrib/bearssl/tools/
H A Dfiles.c55 if (ferror(f)) {
100 if (ferror(f)) {
/freebsd-13-stable/contrib/libucl/tests/
H A Dtest_basic.c134 while (!feof (in) && !ferror (in)) {
146 if (ferror (in)) {
/freebsd-13-stable/contrib/ntp/sntp/
H A Dkod_management.c254 !feof(db_s) && !ferror(db_s) && b < kod_db_cnt;
284 if (ferror(db_s) || error) {
/freebsd-13-stable/usr.bin/uniq/
H A Duniq.c193 if (ferror(ifp))
241 if (ferror(ifp))
/freebsd-13-stable/usr.bin/lastcomm/
H A Dreadrec.c65 else if (ferror(f) || rv == 0)
205 return (ferror(f) ? EOF : 0);
/freebsd-13-stable/usr.bin/nl/
H A Dnl.c345 if (ferror(stdout))
351 if (ferror(stdin))
/freebsd-13-stable/contrib/bzip2/
H A Dbzlib.c942 if (ferror(f))
986 if (ferror(bzf->handle))
1006 if (n != n2 || ferror(bzf->handle))
1045 if (ferror(bzf->handle))
1065 if (n != n2 || ferror(bzf->handle))
1073 if ( !abandon && !ferror ( bzf->handle ) ) {
1075 if (ferror(bzf->handle))
1115 if (ferror(f))
1194 if (ferror(bzf->handle))
1200 if (ferror(bz
[all...]
/freebsd-13-stable/usr.bin/fetch/
H A Dfetch.c764 if (ferror(f) && errno == EINTR && !sigint)
773 if (ferror(of) && errno == EINTR && !sigint)
782 sigalrm = ferror(f) && errno == ETIMEDOUT;
820 if (ferror(f))
822 if (ferror(of))
824 if (ferror(f) || ferror(of))
/freebsd-13-stable/contrib/opie/
H A Dopieftpd.c933 if (ferror(outstr))
941 if (ferror(instr))
943 if (ferror(outstr))
1029 if (ferror(outstr))
1041 if (ferror(instr))
1043 if (ferror(outstr))
1083 if (ferror(stdout)) {
1089 if (ferror(fin)) {
1513 if (ferror(dout) != 0)
/freebsd-13-stable/include/
H A Dstdio.h254 int ferror(FILE *);
498 #define ferror(p) (!__isthreaded ? __sferror(p) : (ferror)(p)) macro
/freebsd-13-stable/usr.bin/fmt/
H A Dfmt.c415 if (ferror(f)) {
531 if (ferror(stream)) {
712 if (ferror(stream)) {
/freebsd-13-stable/contrib/xz/src/lzmainfo/
H A Dlzmainfo.c107 ferror(f) ? strerror(errno)
/freebsd-13-stable/contrib/xz/src/xz/
H A Dmain.c83 if (ferror(args->files_file)) {
/freebsd-13-stable/contrib/xz/src/xzdec/
H A Dxzdec.c178 if (ferror(file)) {
180 // an error occurred. ferror() doesn't
/freebsd-13-stable/lib/libc/tests/stdio/
H A Dopen_memstream2_test.c139 else if (!ferror(fp))
/freebsd-13-stable/contrib/tcp_wrappers/
H A Drfc931.c206 && ferror(fp) == 0 && feof(fp) == 0
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_open_file.c116 if (bytes_read < mine->block_size && ferror(mine->f)) {
/freebsd-13-stable/contrib/libarchive/libarchive_fe/
H A Dline_reader.c152 if (ferror(lr->f))
/freebsd-13-stable/contrib/diff/lib/
H A Dexclude.c229 if (ferror (in))
/freebsd-13-stable/contrib/ntp/sntp/libopts/
H A Dversion.c173 if (ferror(fp))
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/locale/
H A Dt_io.c60 ATF_REQUIRE(ferror(stdout));
/freebsd-13-stable/stand/liblua/
H A Dlstd.c149 ferror(FILE *stream) function
/freebsd-13-stable/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_misc.c43 ASSERT_INT_EQ(ferror(out), 0);
/freebsd-13-stable/usr.bin/unexpand/
H A Dunexpand.c199 if (ferror(stdin)) {
/freebsd-13-stable/usr.sbin/chkgrp/
H A Dchkgrp.c187 if (ferror(gf))

Completed in 404 milliseconds

12345678910