Searched refs:talloc_vasprintf (Results 1 – 4 of 4) sorted by relevance
| /xen/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 | 131 str = talloc_vasprintf(NULL, fmt, arglist); in trace() 1619 s = talloc_vasprintf(NULL, fmt, ap); in tdb_logger() 1874 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 13 milliseconds