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

/barrelfish-master/lib/libc/stdio/
H A Dprintf-pos.c61 enum typeid { enum
71 enum typeid *table; /* table of types */
72 enum typeid stattable[STATIC_ARG_TBL_SIZE];
130 addtype(struct typetable *types, enum typeid type)
624 enum typeid *const oldtable = types->table;
626 enum typeid *newtable;
632 if ((newtable = malloc(newsize * sizeof(enum typeid))) == NULL)
634 bcopy(oldtable, newtable, oldsize * sizeof(enum typeid));
636 newtable = realloc(oldtable, newsize * sizeof(enum typeid));

Completed in 82 milliseconds