Home
last modified time | relevance | path

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

/src/contrib/bc/include/
H A Dhistory.h222 bc_file_printf(&bc_history_debug_fp, \
228 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.h996 bc_file_printf(&vm->ferr, "Entering %s\n", __func__); \
1011 bc_file_printf(&vm->ferr, "Leaving %s\n", __func__); \
H A Dprogram.h487 bc_file_printf(&vm->ferr, "inst: %s\n", bc_inst_names[inst]); \
/src/contrib/bc/src/
H A Dfile.c268 bc_file_printf(BcFile* restrict f, const char* fmt, ...) in bc_file_printf() function
420 bc_file_printf(f, "%s", str); in bc_file_puts()
H A Dvm.c234 bc_file_printf(&vm->fout, "%s %s\n%s", vm->name, BC_VERSION, bc_copyright);
256 bc_file_printf(&vm->fout, help, vm->name, vm->name, BC_VERSION,
276 bc_file_printf(&vm->fout, help, vm->name, vm->name, BC_VERSION,
386 bc_file_printf(&vm->ferr, ":%zu\n", line);
401 bc_file_printf(&vm->ferr, "\n %s:%d\n", file, fline);
H A Dhistory.c285 bc_file_printf(&vm->fout, "\n"); in bc_history_line()
384 bc_file_printf(&vm->fout, "%s\n", "^D"); in bc_history_line()
983 bc_file_printf(&vm->fout, "\x1b[%zuD", cols - start); in bc_history_columns()
1095 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.c4463 bc_file_printf(&vm->fout, " %lu", (unsigned long) n[i]); in bc_num_printDigs()
4475 bc_file_printf(&vm->fout, " len: %zu, rdx: %zu, scale: %zu\n", name, n->len, in bc_num_printWithDigs()
4485 bc_file_printf(&vm->ferr, "\n%s = %s", varname, in bc_num_dump()
4497 bc_file_printf(&vm->ferr, "%lu ", (unsigned long) n->num[i]); in bc_num_dump()
4508 bc_file_printf(&vm->ferr, "%lu", (unsigned long) div); in bc_num_dump()
4512 bc_file_printf(&vm->ferr, " ' %lu ", (unsigned long) div); in bc_num_dump()
4516 bc_file_printf(&vm->ferr, "(%zu | %zu.%zu / %zu) %lu\n", n->scale, n->len, in bc_num_dump()
H A Dprogram.c2989 bc_file_printf(&vm->ferr, "%zu: %s", i, f->name); in bc_program_printStackTrace()
3046 bc_file_printf(&vm->fout, "%s", bc_program_ready_msg); in bc_program_reset()
3144 bc_file_printf(&vm->ferr, "inst: %s\n", bc_inst_names[inst]); in bc_program_exec()