OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dtoaresult
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/stdio/
vfwprintf.c
657
char *
dtoaresult
; /* buffer allocated by dtoa */
local in function:WDECL
1071
dtoaresult
=
1078
dtoaresult
=
1082
if (
dtoaresult
== NULL)
1087
dtoaend -
dtoaresult
));
1088
prec = (int)(dtoaend -
dtoaresult
);
1092
_DIAGASSERT(__type_fit(int, dtoaend -
dtoaresult
));
1093
ndig = (int)(dtoaend -
dtoaresult
);
1097
result = convbuf = __mbsconv(
dtoaresult
, -1, loc);
1100
result = convbuf = strdup(
dtoaresult
);
[
all
...]
Completed in 11 milliseconds
Indexes created Tue Oct 28 07:09:57 GMT 2025