Home
last modified time | relevance | path

Searched refs:talloc_asprintf (Results 1 – 6 of 6) sorted by relevance

/xen/tools/xenstore/
A Dxenstored_transaction.c192 return talloc_asprintf(ctx, "%"PRIu64"/%s", trans->generation, name); in transaction_get_node_name()
609 tname = talloc_asprintf(trans, "%"PRIu64, in check_transactions()
A Dxenstored_core.c91 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 Dtalloc.h132 char *talloc_asprintf(const void *t, const char *fmt, ...) PRINTF_ATTRIBUTE(2,3);
A Dtalloc_guide.txt210 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 Dxenstored_domain.c319 return talloc_asprintf(context, "/local/domain/%u", domid); in talloc_domain_path()
A Dtalloc.c1125 char *talloc_asprintf(const void *t, const char *fmt, ...) in talloc_asprintf() function

Completed in 14 milliseconds