Searched refs:vasprintf (Results 1 – 12 of 12) sorted by relevance
/xen/tools/libxl/ |
A D | osdeps.c | 26 int vasprintf(char **buffer, const char *fmt, va_list ap) in vasprintf() function 63 status = vasprintf (buffer, fmt, ap); in asprintf()
|
A D | libxl_osdeps.h | 83 int vasprintf(char **buffer, const char *fmt, va_list ap);
|
A D | libxl_save_helper.c | 64 int r = vasprintf(&formatted, format, al); in tellparent_vmessage()
|
A D | libxl_internal.c | 229 rc = vasprintf(&base, fmt, ap); in libxl__logv()
|
/xen/tools/xenstore/ |
A D | utils.c | 34 bytes = vasprintf(&str, fmt, arglist); in barf() 53 bytes = vasprintf(&str, fmt, arglist); in barf_perror()
|
A D | talloc_guide.txt | 478 library function vasprintf()
|
/xen/tools/xl/ |
A D | xl_utils.c | 37 rc = vasprintf(&s, fmt, ap); in dolog() 48 int r = vasprintf(strp, fmt, ap); in xvasprintf()
|
A D | xl_info.c | 44 if (vasprintf(&str, fmt, ap) != -1) { in maybe_printf()
|
/xen/tools/tests/mce-test/tools/ |
A D | xen-mceinj.c | 127 if (vasprintf(&buf, fmt, args) < 0) in Lprintf() 140 if (vasprintf(&buf, fmt, args) < 0) in err()
|
/xen/tools/ocaml/libs/xentoollog/ |
A D | xentoollog_stubs.c | 98 if (vasprintf(&msg, format, al) < 0) in stub_xtl_ocaml_vmessage()
|
/xen/xen/include/xen/ |
A D | lib.h | 165 extern int vasprintf(char ** bufp, const char * fmt, va_list args)
|
/xen/xen/common/ |
A D | vsprintf.c | 855 int vasprintf(char **bufp, const char *fmt, va_list args) in vasprintf() function 892 i=vasprintf(bufp,fmt,args); in asprintf()
|
Completed in 18 milliseconds