Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/stdio/
H A Dprintf-pos.c80 u_int tablemax; /* largest used index in table */ member
97 types->tablemax = 0; in inittypes()
126 if (types->nextarg > types->tablemax) in _ensurespace()
127 types->tablemax = types->nextarg; in _ensurespace()
679 if (types->tablemax >= STATIC_ARG_TBL_SIZE) { in build_arg_table()
681 malloc (sizeof (union arg) * (types->tablemax + 1)); in build_arg_table()
687 for (n = 1; n <= types->tablemax; n++) { in build_arg_table()
/freebsd-14.2/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++)