Searched refs:strp (Results 1 – 2 of 2) sorted by relevance
/xen-4.10.0-shim-comet/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 | 131 void xvasprintf(char **strp, const char *fmt, va_list ap) 134 void xasprintf(char **strp, const char *fmt, ...)
|
Completed in 3 milliseconds