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

Function fflush

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

Source from the content-addressed store, hash-verified

211
212__INLINE__ int fpurge(FILE* f) { return _std_fpurge(f); }
213__INLINE__ int fflush(FILE* f) { return _std_fflush(f); }
214__INLINE__ int fflush_unlocked(FILE* f) { return _std_fflush(f); }
215
216__INLINE__ void rewind(FILE* f) { (void) _std_rewind(f); }

Callers 15

show_coresFunction · 0.85
print_first_derivesFunction · 0.85
HandleRegexpMethod · 0.85
RunBenchFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
time_keyschedFunction · 0.85
time_cipher_ecbFunction · 0.85
time_cipher_cbcFunction · 0.85
time_cipher_ctrFunction · 0.85
time_cipher_lrwFunction · 0.85
time_hashFunction · 0.85

Calls

no outgoing calls

Tested by 2

HandleRegexpMethod · 0.68
mainFunction · 0.68