Home
last modified time | relevance | path

Searched refs:talloc_strdup (Results 1 – 9 of 9) sorted by relevance

/tools/xenstored/
A Dlu_daemon.c42 lu_status->filename = talloc_strdup(lu_status, filename); in lu_binary()
A Dlu_minios.c28 cmdline = talloc_strdup(ctx, ""); in lu_exec()
A Dwatch.c181 watch->node = talloc_strdup(watch, path); in add_watch()
182 watch->token = talloc_strdup(watch, token); in add_watch()
A Dtalloc.h118 char *talloc_strdup(const void *t, const char *p);
A Dcontrol.c109 resp = talloc_strdup(ctx, "Quota settings:\n"); in quota_show_current()
A Dcore.c146 return talloc_strdup(ctx, filename); in absolute_filename()
633 name = talloc_strdup(data, db_name); in db_write()
702 node->name = talloc_strdup(node, name); in read_node_alloc()
915 : talloc_strdup(ctx, "/"); in get_parent()
1426 const char *parentname = talloc_strdup(ctx, name); in construct_node()
1924 name = talloc_strdup(tmpctx, root); in walk_node_tree()
2329 char *k = talloc_strdup(NULL, str); in remember_string()
2386 char *name = talloc_strdup(NULL, key); in clean_store_()
A Dlu.c235 lu_status->cmdline = talloc_strdup(lu_status, cmdline); in lu_cmdline()
A Dtalloc_guide.txt23 X->name = talloc_strdup(X, "foo");
452 char *talloc_strdup(const void *ctx, const char *p);
454 The talloc_strdup() function is equivalent to:
A Dtalloc.c1035 char *talloc_strdup(const void *t, const char *p) in talloc_strdup() function

Completed in 18 milliseconds