Home
last modified time | relevance | path

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

/external/bc/include/
Dhistory.h246 bc_file_printf(&bc_history_debug_fp, \
252 bc_file_printf(&bc_history_debug_fp, ", " __VA_ARGS__); \
Dfile.h205 bc_file_printf(BcFile* restrict f, const char* fmt, ...);
Dstatus.h1001 bc_file_printf(&vm->ferr, "Entering %s\n", __func__); \
1016 bc_file_printf(&vm->ferr, "Leaving %s\n", __func__); \
Dprogram.h479 bc_file_printf(&vm->ferr, "inst: %s\n", bc_inst_names[inst]); \
/external/bc/src/
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()
Dvm.c260 bc_file_printf(&vm->fout, "%s %s\n%s", vm->name, BC_VERSION, bc_copyright);
282 bc_file_printf(&vm->fout, help, vm->name, vm->name, BC_VERSION,
302 bc_file_printf(&vm->fout, help, vm->name, vm->name, BC_VERSION,
412 bc_file_printf(&vm->ferr, ":%zu\n", line);
427 bc_file_printf(&vm->ferr, "\n %s:%d\n", file, fline);
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()
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()
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()
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()
3109 bc_file_printf(&vm->ferr, "inst: %s\n", bc_inst_names[inst]); in bc_program_exec()
/external/bc/manuals/
Ddevelopment.md633 sure the format specifiers match the arguments given to `bc_file_printf()`.
646 sure the format specifiers match the arguments given to `bc_file_printf()`.