OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:conv_str
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/printf/
printf.c
607
static char *
conv_str
;
local in function:conv_expand
611
if (
conv_str
)
612
free(
conv_str
);
614
conv_str
= malloc(4 * strlen(str) + 1);
615
if (!
conv_str
)
617
cp =
conv_str
;
664
return
conv_str
;
printf.c
607
static char *
conv_str
;
local in function:conv_expand
611
if (
conv_str
)
612
free(
conv_str
);
614
conv_str
= malloc(4 * strlen(str) + 1);
615
if (!
conv_str
)
617
cp =
conv_str
;
664
return
conv_str
;
Completed in 21 milliseconds
Indexes created Tue Sep 30 10:09:55 GMT 2025