Home
last modified time | relevance | path

Searched refs:bc_file_printf (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/bc/include/
H A Dhistory.h246 bc_file_printf(&bc_history_debug_fp, \
252 bc_file_printf(&bc_history_debug_fp, ", " __VA_ARGS__); \
H A Dfile.h205 bc_file_printf(BcFile* restrict f, const char* fmt, ...);
H A Dstatus.h1001 bc_file_printf(&vm->ferr, "Entering %s\n", __func__); \
1016 bc_file_printf(&vm->ferr, "Leaving %s\n", __func__); \
H A Dprogram.h479 bc_file_printf(&vm->ferr, "inst: %s\n", bc_inst_names[inst]); \
/freebsd-14.2/contrib/bc/src/
H A Dfile.c268 bc_file_printf(BcFile* restrict f, const char* fmt, ...) in bc_file_printf() function
419 bc_file_printf(f, "%s", str); in bc_file_puts()
H A Dvm.c259 bc_file_printf(&vm->fout, "%s %s\n%s", vm->name, BC_VERSION, bc_copyright);
281 bc_file_printf(&vm->fout, help, vm->name, vm->name, BC_VERSION,
301 bc_file_printf(&vm->fout, help, vm->name, vm->name, BC_VERSION,
411 bc_file_printf(&vm->ferr, ":%zu\n", line);
426 bc_file_printf(&vm->ferr, "\n %s:%d\n", file, fline);
H A Dhistory.c295 bc_file_printf(&vm->fout, "\n"); in bc_history_line()
394 bc_file_printf(&vm->fout, "%s\n", "^D"); in bc_history_line()
993 bc_file_printf(&vm->fout, "\x1b[%zuD", cols - start); in bc_history_columns()
1105 if (colpos) bc_file_printf(&vm->fout, "\x1b[%zuC", colpos); in bc_history_refresh()
H A Dvector.c649 bc_file_printf(&vm->ferr, "%s\n", func); in bc_slabvec_print()
654 bc_file_printf(&vm->ferr, "%zu { s = %zu, len = %zu }\n", i, in bc_slabvec_print()
H A Dnum.c4462 bc_file_printf(&vm->fout, " %lu", (unsigned long) n[i]); in bc_num_printDigs()
4474 bc_file_printf(&vm->fout, " len: %zu, rdx: %zu, scale: %zu\n", name, n->len, in bc_num_printWithDigs()
4484 bc_file_printf(&vm->ferr, "\n%s = %s", varname, in bc_num_dump()
4496 bc_file_printf(&vm->ferr, "%lu ", (unsigned long) n->num[i]); in bc_num_dump()
4507 bc_file_printf(&vm->ferr, "%lu", (unsigned long) div); in bc_num_dump()
4511 bc_file_printf(&vm->ferr, " ' %lu ", (unsigned long) div); in bc_num_dump()
4515 bc_file_printf(&vm->ferr, "(%zu | %zu.%zu / %zu) %lu\n", n->scale, n->len, in bc_num_dump()
H A Dprogram.c2959 bc_file_printf(&vm->ferr, "%zu: %s", i, f->name); in bc_program_printStackTrace()
3011 bc_file_printf(&vm->fout, "%s", bc_program_ready_msg); in bc_program_reset()
3105 bc_file_printf(&vm->ferr, "inst: %s\n", bc_inst_names[inst]); in bc_program_exec()