Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_scanf.c1858 int nblk1, nblk2, nbmax, lastblock, pass, i; in __psfs_do_numeric() local
1864 nbmax = nblk2 = nblk1 = *p; in __psfs_do_numeric()
1867 if (nbmax < nblk2) { in __psfs_do_numeric()
1868 nbmax = nblk2; in __psfs_do_numeric()
1907 if (i == nbmax) { /* too many digits for a block */ in __psfs_do_numeric()
1916 if (nbmax > nblk1) { in __psfs_do_numeric()

Completed in 5 milliseconds