Searched refs:talloc_asprintf_append (Results 1 – 5 of 5) sorted by relevance
/xen/tools/xenstored/ |
A D | control.c | 75 resp = talloc_asprintf_append(resp, "%-8s: %s\n", in do_control_log() 116 resp = talloc_asprintf_append(resp, "%-17s: %8d %s\n", in quota_show_current() 325 resp = talloc_asprintf_append(resp, "%-15s %s\n", in do_control_help()
|
A D | talloc.h | 123 char *talloc_asprintf_append(char *s,
|
A D | talloc_guide.txt | 493 char *talloc_asprintf_append(char *s, const char *fmt, ...); 495 The talloc_asprintf_append() function appends the given formatted
|
A D | domain.c | 717 resp = talloc_asprintf_append(resp, "%-17s: %8u (max %8u)\n", in domain_get_quota() 741 resp = talloc_asprintf_append(resp, "%-17s: %8u\n", in domain_max_global_acc()
|
A D | talloc.c | 1196 char *talloc_asprintf_append(char *s, const char *fmt, ...) in talloc_asprintf_append() function
|
Completed in 39 milliseconds