Searched refs:talloc_asprintf (Results 1 – 6 of 6) sorted by relevance
| /xen/tools/xenstore/ |
| A D | xenstored_transaction.c | 192 return talloc_asprintf(ctx, "%"PRIu64"/%s", trans->generation, name); in transaction_get_node_name() 609 tname = talloc_asprintf(trans, "%"PRIu64, in check_transactions()
|
| A D | xenstored_core.c | 91 char *s = talloc_asprintf(NULL, __VA_ARGS__); \ 514 parent = slash ? talloc_asprintf(ctx, "%.*s", (int)(slash - node), node) in get_parent() 803 return talloc_asprintf(ctx, "%s/%s", prefix, node); in canonicalize() 1143 name = talloc_asprintf(node, "%s/%s", node->name, in delete_node() 1679 return talloc_asprintf(NULL, "%s/%s", s1, s2); in child_name() 1682 return talloc_asprintf(NULL, "/%s", s2); in child_name()
|
| A D | talloc.h | 132 char *talloc_asprintf(const void *t, const char *fmt, ...) PRINTF_ATTRIBUTE(2,3);
|
| A D | talloc_guide.txt | 210 talloc_set_name_const(ptr, talloc_asprintf(ptr, fmt, ...)); 482 char *talloc_asprintf(const void *t, const char *fmt, ...); 484 The talloc_asprintf() function is the talloc equivalent of the C
|
| A D | xenstored_domain.c | 319 return talloc_asprintf(context, "/local/domain/%u", domid); in talloc_domain_path()
|
| A D | talloc.c | 1125 char *talloc_asprintf(const void *t, const char *fmt, ...) in talloc_asprintf() function
|
Completed in 14 milliseconds