Searched refs:STATIC_ARG_TBL_SIZE (Results 1 – 1 of 1) sorted by relevance
126 #define STATIC_ARG_TBL_SIZE 8 /* Size of static argument table. */ macro207 va_list statargtable[STATIC_ARG_TBL_SIZE]; in __vfprintf()882 unsigned char stattypetable[STATIC_ARG_TBL_SIZE]; in __find_arguments()935 tablesize = STATIC_ARG_TBL_SIZE; in __find_arguments()938 memset(typetable, T_UNUSED, STATIC_ARG_TBL_SIZE); in __find_arguments()1102 if (tablemax >= STATIC_ARG_TBL_SIZE) { in __find_arguments()1202 if (*tablesize == STATIC_ARG_TBL_SIZE) { in __grow_type_table()