Home
last modified time | relevance | path

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

/optee_test/host/xtest/
A Dregression_8100.c49 static int __printf(2, 3) myasprintf(char **strp, const char *fmt, ...) in myasprintf() argument
55 va_start(ap, fmt); in myasprintf()
56 rc = vsnprintf(str, rc, fmt, ap); in myasprintf()
67 va_start(ap, fmt); in myasprintf()
68 rc = vsnprintf(str, rc, fmt, ap); in myasprintf()

Completed in 2 milliseconds