Home
last modified time | relevance | path

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

/picolibc-latest/test/libc-testsuite/
Dsnprintf.c221 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()