Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dprintf-tests.c91 int iv2 = va_arg(ap, int); in test() local
95 n = snprintf(buf, PRINTF_BUF_SIZE, fmt, iv1, iv2, ldv); in test()
97 an = asprintf(&abuf, fmt, iv1, iv2, ldv); in test()
103 n = snprintf(buf, PRINTF_BUF_SIZE, fmt, iv1, iv2, dv); in test()
105 an = asprintf(&abuf, fmt, iv1, iv2, dv); in test()
237 int iv2 = va_arg(ap, int); in testw() local
239 n = swprintf(wbuf, PRINTF_BUF_SIZE, fmt, iv1, iv2, dv); in testw()