Searched refs:strp (Results 1 – 2 of 2) sorted by relevance
/xen/tools/xl/ |
A D | xl_utils.c | 46 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 D | xl_utils.h | 129 void xvasprintf(char **strp, const char *fmt, va_list ap) 132 void xasprintf(char **strp, const char *fmt, ...)
|
Completed in 3 milliseconds