Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dvfprintf.c872 int tablemax; /* largest used index in table */ in __find_arguments() local
883 (nextarg > tablemax) ? tablemax = nextarg : 0, \ in __find_arguments()
924 tablemax = 0; in __find_arguments()
1090 if (tablemax >= STATIC_ARG_TBL_SIZE) { in __find_arguments()
1091 *argtablesiz = sizeof (va_list) * (tablemax + 1); in __find_arguments()
1100 for (n = 1; n <= tablemax; n++) { in __find_arguments()