Home
last modified time | relevance | path

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

/external/srec/portable/src/
DPFileWrap.c225 int error_status; in PFileFgetc() local
235 error_status = ferror ( (FILE *)self ); in PFileFgetc()
237 if ( error_status == 0 ) in PFileFgetc()
250 int error_status; in PFileFgets() local
264 error_status = ferror ( (FILE *)self ); in PFileFgets()
266 if ( error_status == 0 ) in PFileFgets()