Searched refs:lllen (Results 1 – 1 of 1) sorted by relevance
| /picolibc-latest/test/libc-testsuite/ |
| D | snprintf.c | 221 long long lllen; in test_snprintf() local 222 TEST(i, snprintf(b, sizeof b, "%d%lln456", n, &lllen), 6, "length for %lln"); in test_snprintf() 224 TEST(i, lllen, 3, "incorrect len"); in test_snprintf()
|