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 - 1
of
1
) 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
;
Completed in 12 milliseconds
Indexes created Mon Oct 13 14:09:54 GMT 2025