Home
last modified time | relevance | path

Searched refs:ferror (Results 1 – 9 of 9) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dflattree.c432 if (ferror(f)) in dt_to_blob()
823 if (ferror(f)) in dt_from_blob()
838 if (ferror(f)) in dt_from_blob()
866 if (ferror(f)) in dt_from_blob()
H A Ddata.c185 if (ferror(f)) in data_copy_file()
H A Ddtc-lexer.lex.c_shipped719 if ( c == EOF && ferror( yyin ) ) \
726 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdio.h244 int _EXFUN(ferror, (FILE *));
475 #define ferror(p) __sferror(p) macro
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/
H A Djpeg_cmodel_io.c212 if ( ferror( thisPtr->Pfile ) ) in JPEG_FILE_read()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/
H A Djpeg_cmodel_io.c212 if ( ferror( thisPtr->Pfile ) ) in JPEG_FILE_read()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstdio.h799 extern int ferror (FILE *__stream) __THROW __wur;
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DInternal_DMX_debug.c1393 if(ferror(pfDmxDbg)) in _DMX_DBG_Task()
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.c_shipped808 if ( c == EOF && ferror( yyin ) ) \
815 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \