Home
last modified time | relevance | path

Searched refs:strp (Results 1 – 2 of 2) sorted by relevance

/xen/tools/xl/
A Dxl_utils.c46 void xvasprintf(char **strp, const char *fmt, va_list ap) in xvasprintf() argument
48 int r = vasprintf(strp, fmt, ap); in xvasprintf()
55 void xasprintf(char **strp, const char *fmt, ...) in xasprintf() argument
59 xvasprintf(strp, fmt, ap); in xasprintf()
A Dxl_utils.h129 void xvasprintf(char **strp, const char *fmt, va_list ap)
132 void xasprintf(char **strp, const char *fmt, ...)

Completed in 3 milliseconds