HomeSort by: relevance | last modified time | path
    Searched defs:oldtable (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/stdio/
vfwprintf.c 1915 enum typeid *const oldtable = *typetable; local in function:__grow_type_table
1927 memcpy(newtable, oldtable, oldsize * sizeof(*newtable));
1929 newtable = oldtable;
1933 free(oldtable);
vfwprintf.c 1915 enum typeid *const oldtable = *typetable; local in function:__grow_type_table
1927 memcpy(newtable, oldtable, oldsize * sizeof(*newtable));
1929 newtable = oldtable;
1933 free(oldtable);
vfwprintf.c 1915 enum typeid *const oldtable = *typetable; local in function:__grow_type_table
1927 memcpy(newtable, oldtable, oldsize * sizeof(*newtable));
1929 newtable = oldtable;
1933 free(oldtable);

Completed in 39 milliseconds