OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tablemax
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/upstream-openbsd/lib/libc/stdio/
vfprintf.c
1150
int
tablemax
; /* largest used index in table */
local
1162
(nextarg >
tablemax
) ?
tablemax
= nextarg : 0, \
1205
tablemax
= 0;
[
all
...]
vfwprintf.c
1119
int
tablemax
; /* largest used index in table */
local
1129
(nextarg >
tablemax
) ?
tablemax
= nextarg : 0, \
1172
tablemax
= 0;
1338
if (
tablemax
>= STATIC_ARG_TBL_SIZE) {
1339
*argtablesiz = sizeof(union arg) * (
tablemax
+ 1);
[
all
...]
Completed in 423 milliseconds