Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/stdio/
H A Dprintf-pos.c83 u_int tablemax; /* largest used index in table */ member
100 types->tablemax = 0; in inittypes()
129 if (types->nextarg > types->tablemax) in _ensurespace()
130 types->tablemax = types->nextarg; in _ensurespace()
682 if (types->tablemax >= STATIC_ARG_TBL_SIZE) { in build_arg_table()
684 malloc (sizeof (union arg) * (types->tablemax + 1)); in build_arg_table()
690 for (n = 1; n <= types->tablemax; n++) { in build_arg_table()
/freebsd-13.1/contrib/sendmail/libsm/
H A Dvfprintf.c841 int tablemax; /* largest used index in table */ local
849 (nextarg > tablemax) ? tablemax = nextarg : 0)
883 tablemax = 0;
1019 if (tablemax >= STATIC_ARG_TBL_SIZE)
1022 sm_malloc(sizeof(va_list) * (tablemax + 1));
1025 for (n = 1; n <= tablemax; n++)