Searched refs:talloc_vasprintf (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | talloc.c | 379 tc->name = talloc_vasprintf(ptr, fmt, ap); in talloc_set_name_v() 1093 char *talloc_vasprintf(const void *t, const char *fmt, va_list ap) in talloc_vasprintf() function 1131 ret = talloc_vasprintf(t, fmt, ap); in talloc_asprintf() 1152 return talloc_vasprintf(NULL, fmt, ap); in talloc_vasprintf_append()
|
A D | talloc.h | 131 char *talloc_vasprintf(const void *t, const char *fmt, va_list ap) PRINTF_ATTRIBUTE(2,0);
|
A D | xenstored_core.c | 127 str = talloc_vasprintf(NULL, fmt, arglist); in trace() 1528 s = talloc_vasprintf(NULL, fmt, ap); in tdb_logger() 1783 str = talloc_vasprintf(NULL, fmt, arglist); in corrupt()
|
A D | talloc_guide.txt | 475 char *talloc_vasprintf(const void *t, const char *fmt, va_list ap); 477 The talloc_vasprintf() function is the talloc equivalent of the C
|
Completed in 10 milliseconds