Searched refs:talloc_strdup (Results 1 – 9 of 9) sorted by relevance
| /tools/xenstored/ |
| A D | lu_daemon.c | 42 lu_status->filename = talloc_strdup(lu_status, filename); in lu_binary()
|
| A D | lu_minios.c | 28 cmdline = talloc_strdup(ctx, ""); in lu_exec()
|
| A D | watch.c | 181 watch->node = talloc_strdup(watch, path); in add_watch() 182 watch->token = talloc_strdup(watch, token); in add_watch()
|
| A D | talloc.h | 118 char *talloc_strdup(const void *t, const char *p);
|
| A D | control.c | 109 resp = talloc_strdup(ctx, "Quota settings:\n"); in quota_show_current()
|
| A D | core.c | 146 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 D | lu.c | 235 lu_status->cmdline = talloc_strdup(lu_status, cmdline); in lu_cmdline()
|
| A D | talloc_guide.txt | 23 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 D | talloc.c | 1035 char *talloc_strdup(const void *t, const char *p) in talloc_strdup() function
|
Completed in 18 milliseconds