Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dvfprintf.c883 int tablemax; /* largest used index in table */ in __find_arguments() local
894 (nextarg > tablemax) ? tablemax = nextarg : 0, \ in __find_arguments()
935 tablemax = 0; in __find_arguments()
1101 if (tablemax >= STATIC_ARG_TBL_SIZE) { in __find_arguments()
1102 *argtablesiz = sizeof (va_list) * (tablemax + 1); in __find_arguments()
1111 for (n = 1; n <= tablemax; n++) { in __find_arguments()