Searched refs:tablemax (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/stdio/
H A Dvfprintf.c884 int tablemax; /* largest used index in table */ local
895 (nextarg > tablemax) ? tablemax = nextarg : 0, \
936 tablemax = 0;
1102 if (tablemax >= STATIC_ARG_TBL_SIZE) {
1103 *argtablesiz = sizeof (va_list) * (tablemax + 1);
1112 for (n = 1; n <= tablemax; n++) {

Completed in 49 milliseconds