Home
last modified time | relevance | path

Searched defs:bc_file_flush (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/bc/include/
HDfile.h111 #define bc_file_flush(f, t) bc_file_flush_impl(f, t) macro
122 #define bc_file_flush(f, t) bc_file_flush_impl(f) macro
/freebsd-14-stable/contrib/bc/src/
HDfile.c184 bc_file_flush(BcFile* restrict f, BcFlushType type) in bc_file_flush() function