Home
last modified time | relevance | path

Searched defs:typetable (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/stdio/
Dprintf_common.h318 unsigned char* typetable; /* table of types */ in __find_arguments() local
644 static int __grow_type_table(unsigned char** typetable, int* tablesize) { in __grow_type_table()