Home
last modified time | relevance | path

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

/optee_test-3.20.0/host/xtest/
A Dregression_8100.c51 static int __printf(2, 3) myasprintf(char **strp, const char *fmt, ...) in myasprintf() argument
57 va_start(ap, fmt); in myasprintf()
58 rc = vsnprintf(str, rc, fmt, ap); in myasprintf()
69 va_start(ap, fmt); in myasprintf()
70 rc = vsnprintf(str, rc, fmt, ap); in myasprintf()

Completed in 2 milliseconds