OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__grow_type_table
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/upstream-openbsd/lib/libc/stdio/
vfprintf.c
92
static int
__grow_type_table
(unsigned char **typetable, int *tablesize);
1161
__grow_type_table
(&typetable, &tablesize) : 0, \
1496
__grow_type_table
(unsigned char **typetable, int *tablesize)
function
[
all
...]
vfwprintf.c
89
static int
__grow_type_table
(unsigned char **typetable, int *tablesize);
1128
__grow_type_table
(&typetable, &tablesize) : 0, \
1445
__grow_type_table
(unsigned char **typetable, int *tablesize)
function
[
all
...]
Completed in 349 milliseconds