Home
last modified time | relevance | path

Searched refs:pferror (Results 1 – 4 of 4) sorted by relevance

/external/srec/portable/src/
DPFile.c208 if (pferror(self)) in PFileReadInt()
233 if (count < MAX_INT_DIGITS - bufferSize && pferror(self)) in PFileReadInt()
282 if (pferror(self)) in PFileReadLCHAR()
307 if (count < len - bufferSize && pferror(self)) in PFileReadLCHAR()
425 int pferror(PFile* stream) in pferror() function
DPFileWrap.c374 int pferror ( PFile *stream ) in pferror() function
/external/srec/portable/include/
DPFile.h527 PORTABLE_API int pferror(PFile* stream);
/external/srec/shared/src/
DSessionTypeImpl.c983 if (pferror(file)) in importKeyValueFile()