Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvfwprintf.c1129 int tablemax; /* largest used index in table */ in __find_arguments() local
1139 (nextarg > tablemax) ? tablemax = nextarg : 0, \ in __find_arguments()
1182 tablemax = 0; in __find_arguments()
1348 if (tablemax >= STATIC_ARG_TBL_SIZE) { in __find_arguments()
1349 *argtablesiz = sizeof(union arg) * (tablemax + 1); in __find_arguments()
1360 for (n = 1; n <= tablemax; n++) { in __find_arguments()
Dvfprintf.c1145 int tablemax; /* largest used index in table */ in __find_arguments() local
1157 (nextarg > tablemax) ? tablemax = nextarg : 0, \ in __find_arguments()
1200 tablemax = 0; in __find_arguments()
1374 if (tablemax >= STATIC_ARG_TBL_SIZE) { in __find_arguments()
1375 *argtablesiz = sizeof(union arg) * (tablemax + 1); in __find_arguments()
1386 for (n = 1; n <= tablemax; n++) { in __find_arguments()