Searched refs:BcFile (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/bc/include/
H A Dfile.h45 typedef struct BcFile { struct
52 } BcFile; typedef in typeref:struct:BcFile
71 void bc_file_init(BcFile *f, int fd, char *buf, size_t cap);
72 void bc_file_free(BcFile *f);
74 void bc_file_putchar(BcFile *restrict f, BcFlushType type, uchar c);
75 BcStatus bc_file_flushErr(BcFile *restrict f, BcFlushType type);
76 void bc_file_flush(BcFile *restrict f, BcFlushType type);
77 void bc_file_write(BcFile *restrict f, BcFlushType type,
79 void bc_file_printf(BcFile *restrict f, const char *fmt, ...);
80 void bc_file_vprintf(BcFile *restric
[all...]
H A Dhistory.h255 extern BcFile bc_history_debug_fp;
H A Dvm.h412 BcFile fout;
413 BcFile ferr;
/freebsd-13-stable/contrib/bc/src/
H A Dfile.c88 BcStatus bc_file_flushErr(BcFile *restrict f, BcFlushType type)
122 void bc_file_flush(BcFile *restrict f, BcFlushType type) {
136 void bc_file_write(BcFile *restrict f, BcFlushType type,
151 void bc_file_printf(BcFile *restrict f, const char *fmt, ...)
160 void bc_file_vprintf(BcFile *restrict f, const char *fmt, va_list args) {
228 void bc_file_puts(BcFile *restrict f, BcFlushType type, const char *str) {
232 void bc_file_putchar(BcFile *restrict f, BcFlushType type, uchar c) {
239 void bc_file_init(BcFile *f, int fd, char *buf, size_t cap) {
247 void bc_file_free(BcFile *f) {
H A Ddata.c518 BcFile bc_history_debug_fp;

Completed in 67 milliseconds