Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dvfwprintf.c1172 size_t insize = 0, nchars = 0, nconv = 0; in VFWPRINTF() local
1179 while (nchars < (size_t)prec) { in VFWPRINTF()
1185 ++nchars; in VFWPRINTF()