Searched refs:iv1 (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/test/ |
D | printf-tests.c | 90 int iv1 = 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() 236 int iv1 = va_arg(ap, int); in testw() local 239 n = swprintf(wbuf, PRINTF_BUF_SIZE, fmt, iv1, iv2, dv); in testw()
|