Home
last modified time | relevance | path

Searched refs:feof (Results 1 – 17 of 17) sorted by relevance

/toolchain/binutils/binutils-2.27/intl/
Dlocalealias.c100 # define FEOF(fp) feof (fp)
118 # undef feof
119 # define feof(s) feof_unlocked (s) macro
/toolchain/binutils/binutils-2.27/gas/
Dinput-file.c159 if (feof (f_in)) in input_file_open()
219 if (feof (f_in)) in input_file_get()
/toolchain/binutils/binutils-2.27/gprof/
Dcorefile.c92 while (!feof (file)) in read_function_mappings()
125 while (!feof (file)) in read_function_mappings()
495 while (!feof (f) && fgets (buf, BUFSIZE - 1, f)) in num_of_syms_in()
550 while (!feof (f) && fgets (buf, BUFSIZE - 1, f)) in core_create_syms_from()
/toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
Dminizip.c204 if (feof(fin)==0) in getFileCrc()
477 if (feof(fin)==0)
/toolchain/binutils/binutils-2.27/zlib/examples/
Dzpipe.c59 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH; in def()
Dfitblk.c84 if (feof(in)) in partcompress()
/toolchain/binutils/binutils-2.27/libiberty/testsuite/
Dtest-demangle.c204 if (feof (stdin))
/toolchain/binutils/binutils-2.27/opcodes/
Di386-gen.c1176 while (!feof (fp)) in process_i386_opcodes()
1298 while (!feof (fp)) in process_i386_registers()
Dia64-gen.c621 while (!feof (fp)) in load_insn_classes()
821 while (!feof (fp)) in load_depfile()
/toolchain/binutils/binutils-2.27/binutils/
Drclex.c649 if (! cpp_pipe || feof (cpp_pipe) in rclex_readch()
Dresrc.c647 if (feof (e)) in get_word()
664 if (feof (e)) in get_long()
790 if (feof (e)) in define_cursor()
1191 if (feof (e)) in define_icon()
Dobjcopy.c3904 while (!feof (f)) in section_add_load_file()
/toolchain/binutils/binutils-2.27/libiberty/
Dsha1.c161 if (feof (stream)) in sha1_stream()
Dcp-demangle.c6399 while (!feof (stdin)) in main()
6406 while (!feof (stdin) && is_mangled_char (c)) in main()
6409 if (feof (stdin)) in main()
6439 if (!feof (stdin)) in main()
/toolchain/binutils/binutils-2.27/ld/emultempl/
Delf32.em815 while (! feof (f));
/toolchain/binutils/binutils-2.27/zlib/
DChangeLog217 - Fix gzeof() to behave just like feof() when read is not past end of file
/toolchain/binutils/binutils-2.27/bfd/
Delf32-nds32.c15020 while (!feof (ex9_import_file)) in nds32_elf_ex9_import_table()