Searched refs:xasprintf (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/
H A Doutput.h79 int xasprintf(char **, const char *, ...);
H A Doutput.c315 int xasprintf(char **sp, const char *f, ...) function
/fuchsia/zircon/third_party/uapp/dash/src/bltin/
H A Dprintf.c79 ret = xasprintf(sp, f, array[0], array[1], func); \
82 ret = xasprintf(sp, f, array[0], func); \
85 ret = xasprintf(sp, f, func); \

Completed in 76 milliseconds