Searched refs:typetable (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/stdio/
H A Dvfprintf.c56 static int __grow_type_table(unsigned char **typetable, int *tablesize);
880 unsigned char *typetable; /* table of types */ local
893 __grow_type_table(&typetable, &tablesize) : 0, \
895 typetable[nextarg++] = type)
933 typetable = stattypetable;
937 memset(typetable, T_UNUSED, STATIC_ARG_TBL_SIZE);
1113 switch (typetable[n]) {
1186 if (typetable != NULL && typetable != stattypetable) {
1187 munmap(typetable, *argtablesi
1196 __grow_type_table(unsigned char **typetable, int *tablesize) argument
[all...]

Completed in 73 milliseconds