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. */ macro196 va_list statargtable[STATIC_ARG_TBL_SIZE]; in vfprintf()870 unsigned char stattypetable[STATIC_ARG_TBL_SIZE]; in __find_arguments()923 tablesize = STATIC_ARG_TBL_SIZE; in __find_arguments()926 memset(typetable, T_UNUSED, STATIC_ARG_TBL_SIZE); in __find_arguments()1090 if (tablemax >= STATIC_ARG_TBL_SIZE) { in __find_arguments()1190 if (*tablesize == STATIC_ARG_TBL_SIZE) { in __grow_type_table()