MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ferror

Function ferror

extern/SfIO/include/stdio.h:232–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230__INLINE__ int feof(FILE* f) { return _std_feof(f); }
231__INLINE__ int feof_unlocked(FILE* f) { return _std_feof(f); }
232__INLINE__ int ferror(FILE* f) { return _std_ferror(f); }
233__INLINE__ int ferror_unlocked(FILE* f) { return _std_ferror(f); }
234__INLINE__ void clearerr(FILE* f) { (void) _std_clearerr(f); }
235__INLINE__ void clearerr_unlocked(FILE* f) { (void) _std_clearerr(f); }

Callers 6

do_cryptFunction · 0.85
history_truncate_fileFunction · 0.85
askFunction · 0.85
reattach_databaseFunction · 0.85
readFbLogMethod · 0.85
fetchPasswordFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected