Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dqsp.c707 int n_dashes; in pr_report() local
728 n_dashes = 79 + callsite_rspace; in pr_report()
729 dashes = g_malloc(n_dashes + 1); in pr_report()
730 memset(dashes, '-', n_dashes); in pr_report()
731 dashes[n_dashes] = '\0'; in pr_report()