alloc_vprintf() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

alloc_vprintf() function

Syntax

char *alloc_vprintf(const char *fmt,     va_list ap);
Implemented in log.c:339

Arguments

fmt

ap

References

LocationReferrerText
log.c:339
char *alloc_vprintf(const char *fmt, va_list ap)
log.h:88
char *alloc_vprintf(const char *fmt, va_list ap);
command.c:339unregister_commands_match()
char *query = alloc_vprintf(format, ap);
command.c:427command_print_sameline()
string = alloc_vprintf(format, ap);
command.c:450command_print()
string = alloc_vprintf(format, ap);
command.c:619command_run_linef()
string = alloc_vprintf(format, ap);
log.c:150log_printf()
string = alloc_vprintf(format, ap);
log.c:169log_vprintf_lf()
tmp = alloc_vprintf(format, args);
log.c:369alloc_printf()
string = alloc_vprintf(format, ap);

Call Tree

Functions calling alloc_vprintf()
Functions called by alloc_vprintf()
alloc_vprintf()
vsnprintf()
__builtin_va_end()
malloc()
__builtin_va_copy()
all items filtered out
Data read by alloc_vprintf()
Data written by alloc_vprintf()
alloc_vprintf()::ap_copy
alloc_vprintf()::len
alloc_vprintf()::string
all items filtered out
alloc_vprintf()
alloc_vprintf()::len
alloc_vprintf()::string
all items filtered out
Type of alloc_vprintf()
alloc_vprintf()
va_list
all items filtered out