Searched refs:dashes (Results 1 – 3 of 3) sorted by relevance
703 char *dashes; in pr_report() local729 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()
281 dashes, so they are ignored by libfuzzer ``main()``). Currently, the arguments
55 which a same-named Meson option exists; dashes in the command line are
Completed in 14 milliseconds