Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c623 char *bc_err_fmt = "\n%s error: "; variable
5629 bc_vm_printError(e, bc_err_fmt, line, args); in bc_vm_error()
5642 bc_vm_printError(e, FLAG(s) ? bc_err_fmt : bc_warn_fmt, line, args); in bc_vm_posixError()