OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:error_printf
(Results
1 - 3
of
3
) sorted by null
/external/qemu/util/
qemu-error.c
34
void
error_printf
(const char *fmt, ...)
function
182
error_printf
("%s%s", sep, argp[i]);
185
error_printf
(": ");
188
error_printf
("%s:", (const char *)cur_loc->ptr);
190
error_printf
("%d:", cur_loc->num);
192
error_printf
(" ");
195
error_printf
("%s", sep);
212
error_printf
("\n");
/external/qemu/include/qemu/
error-report.h
38
void
error_printf
(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
/external/qemu/hw/core/
qdev.c
145
error_printf
("%s.%s=%s\n", info->name, prop->name, prop->info->name);
Completed in 99 milliseconds