Searched refs:strp (Results 1 – 2 of 2) sorted by relevance
| /tools/xl/ |
| A D | xl_utils.c | 50 void xvasprintf(char **strp, const char *fmt, va_list ap) in xvasprintf() argument 52 int r = vasprintf(strp, fmt, ap); in xvasprintf() 59 void xasprintf(char **strp, const char *fmt, ...) in xasprintf() argument 63 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 5 milliseconds