Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/libsm/
H A Dvfprintf.c140 #define STATIC_ARG_TBL_SIZE 8 /* Size of static argument table. */ macro
202 va_list statargtable[STATIC_ARG_TBL_SIZE];
839 unsigned char stattypetable[STATIC_ARG_TBL_SIZE];
882 tablesize = STATIC_ARG_TBL_SIZE;
885 (void) memset(typetable, T_UNUSED, STATIC_ARG_TBL_SIZE);
1019 if (tablemax >= STATIC_ARG_TBL_SIZE)
1105 if (*tablesize == STATIC_ARG_TBL_SIZE)
/freebsd/lib/libc/stdio/
H A Dprintf-pos.c75 enum typeid stattable[STATIC_ARG_TBL_SIZE];
93 types->tablesize = STATIC_ARG_TBL_SIZE; in inittypes()
96 for (n = 0; n < STATIC_ARG_TBL_SIZE; n++) in inittypes()
649 if (oldsize == STATIC_ARG_TBL_SIZE) { in __grow_type_table()
676 if (types->tablemax >= STATIC_ARG_TBL_SIZE) { in build_arg_table()
H A Dprintflocal.h62 #define STATIC_ARG_TBL_SIZE 8 macro
H A Dvfprintf.c359 union arg statargtable [STATIC_ARG_TBL_SIZE]; in __vfprintf()
H A Dvfwprintf.c433 union arg statargtable [STATIC_ARG_TBL_SIZE]; in __vfwprintf()