Home
last modified time | relevance | path

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

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