Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dflattree.c827 if (feof(f)) in dt_from_blob()
841 if (feof(f)) in dt_from_blob()
861 if (feof(f)) in dt_from_blob()
H A Ddata.c174 while (!feof(f) && (d.len < maxlen)) { in data_copy_file()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdio.h243 int _EXFUN(feof, (FILE *));
474 #define feof(p) __sfeof(p) macro
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dpackramfs.c81 while ( !feof( fp_in ) ) { in main()
H A Dkallsyms.c232 while (!feof(in)) { in read_map()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstdio.h797 extern int feof (FILE *__stream) __THROW __wur;
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dgenksyms.c468 while (!feof(f)) { in read_reference()