Home
last modified time | relevance | path

Searched refs:vasprintf (Results 1 – 12 of 12) sorted by relevance

/xen/tools/libxl/
A Dosdeps.c26 int vasprintf(char **buffer, const char *fmt, va_list ap) in vasprintf() function
63 status = vasprintf (buffer, fmt, ap); in asprintf()
A Dlibxl_osdeps.h83 int vasprintf(char **buffer, const char *fmt, va_list ap);
A Dlibxl_save_helper.c64 int r = vasprintf(&formatted, format, al); in tellparent_vmessage()
A Dlibxl_internal.c229 rc = vasprintf(&base, fmt, ap); in libxl__logv()
/xen/tools/xenstore/
A Dutils.c34 bytes = vasprintf(&str, fmt, arglist); in barf()
53 bytes = vasprintf(&str, fmt, arglist); in barf_perror()
A Dtalloc_guide.txt478 library function vasprintf()
/xen/tools/xl/
A Dxl_utils.c37 rc = vasprintf(&s, fmt, ap); in dolog()
48 int r = vasprintf(strp, fmt, ap); in xvasprintf()
A Dxl_info.c44 if (vasprintf(&str, fmt, ap) != -1) { in maybe_printf()
/xen/tools/tests/mce-test/tools/
A Dxen-mceinj.c127 if (vasprintf(&buf, fmt, args) < 0) in Lprintf()
140 if (vasprintf(&buf, fmt, args) < 0) in err()
/xen/tools/ocaml/libs/xentoollog/
A Dxentoollog_stubs.c98 if (vasprintf(&msg, format, al) < 0) in stub_xtl_ocaml_vmessage()
/xen/xen/include/xen/
A Dlib.h165 extern int vasprintf(char ** bufp, const char * fmt, va_list args)
/xen/xen/common/
A Dvsprintf.c855 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