Home
last modified time | relevance | path

Searched refs:oldtable (Results 1 – 1 of 1) sorted by relevance

/NextBSD/lib/libc/stdio/
HDprintf-pos.c624 enum typeid *const oldtable = types->table; in __grow_type_table() local
634 bcopy(oldtable, newtable, oldsize * sizeof(enum typeid)); in __grow_type_table()
636 newtable = realloc(oldtable, newsize * sizeof(enum typeid)); in __grow_type_table()