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

/freebsd-current/contrib/bc/include/
H A Dfile.h51 typedef struct BcFile struct
57 } BcFile; typedef in typeref:struct:BcFile
62 typedef struct BcFile struct
76 } BcFile; typedef in typeref:struct:BcFile
130 bc_file_init(BcFile* f, FILE* file);
142 bc_file_init(BcFile* f, int fd, char* buf, size_t cap);
151 bc_file_free(BcFile* f);
160 bc_file_putchar(BcFile* restrict f, BcFlushType type, uchar c);
171 bc_file_flushErr(BcFile* restrict f, BcFlushType type);
179 bc_file_flush(BcFile* restric
[all...]
H A Dhistory.h361 extern BcFile bc_history_debug_fp;
H A Dvm.h741 BcFile fout;
744 BcFile ferr;
/freebsd-current/contrib/bc/src/
H A Dfile.c123 bc_file_flushErr(BcFile* restrict f, BcFlushType type)
184 bc_file_flush(BcFile* restrict f, BcFlushType type)
213 bc_file_write(BcFile* restrict f, BcFlushType type, const char* buf, size_t n)
258 bc_file_printf(BcFile* restrict f, const char* fmt, ...)
273 bc_file_vprintf(BcFile* restrict f, const char* fmt, va_list args)
395 bc_file_puts(BcFile* restrict f, BcFlushType type, const char* str)
408 bc_file_putchar(BcFile* restrict f, BcFlushType type, uchar c)
441 bc_file_init(BcFile* f, FILE* file)
450 bc_file_init(BcFile* f, int fd, char* buf, size_t cap)
463 bc_file_free(BcFile*
[all...]
H A Dhistory.c427 BcFile bc_history_debug_fp;

Completed in 200 milliseconds