Home
last modified time | relevance | path

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

/aosp_15_r20/external/bc/include/
H A Dfile.h113 #define bc_file_puts(f, t, s) bc_file_puts_impl(f, t, s) macro
124 #define bc_file_puts(f, t, s) bc_file_puts_impl(f, s) macro
/aosp_15_r20/external/bc/src/
H A Dfile.c414 bc_file_puts(BcFile* restrict f, BcFlushType type, const char* str) in bc_file_puts() function