Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dprintf-pos.c637 enum typeid *const oldtable = types->table; in __grow_type_table() local
652 bcopy(oldtable, newtable, oldsize * sizeof(enum typeid)); in __grow_type_table()
654 newtable = reallocarray(oldtable, newsize, sizeof(enum typeid)); in __grow_type_table()
/freebsd/contrib/sendmail/libsm/
H A Dvfprintf.c1102 unsigned char *oldtable = *typetable; local
1109 (void) memmove(*typetable, oldtable, *tablesize);