Home
last modified time | relevance | path

Searched refs:xvasprintf (Results 1 – 1 of 1) sorted by relevance

/third_party/uapp/dash/src/
A Doutput.c294 static int xvasprintf(char **sp, size_t size, const char *f, va_list ap) in xvasprintf() function
321 ret = xvasprintf(sp, 0, f, ap); in xasprintf()
339 len = xvasprintf(&s, olen, f, ap); in doformat()

Completed in 5 milliseconds