Home
last modified time | relevance | path

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

/qemu/util/
A Dqsp.c703 char *dashes; in pr_report() local
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()
732 qemu_printf("%s\n", dashes); in pr_report()
752 qemu_printf("%s\n", dashes); in pr_report()
753 g_free(dashes); in pr_report()
/qemu/docs/devel/testing/
A Dfuzzing.rst281 dashes, so they are ignored by libfuzzer ``main()``). Currently, the arguments
/qemu/docs/devel/
A Dbuild-system.rst55 which a same-named Meson option exists; dashes in the command line are

Completed in 14 milliseconds