Searched refs:xasprintf (Results 1 – 3 of 3) sorted by relevance
| /third_party/uapp/dash/src/bltin/ |
| A D | printf.c | 79 ret = xasprintf(sp, f, array[0], array[1], func); \ 82 ret = xasprintf(sp, f, array[0], func); \ 85 ret = xasprintf(sp, f, func); \
|
| /third_party/uapp/dash/src/ |
| A D | output.h | 79 int xasprintf(char **, const char *, ...);
|
| A D | output.c | 315 int xasprintf(char **sp, const char *f, ...) in xasprintf() function
|
Completed in 5 milliseconds