OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Sep 24 02:09:48 GMT 2025