Home
last modified time | relevance | path

Searched refs:dtoaresult (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dvfwprintf.c653 char *dtoaresult; /* buffer allocated by dtoa */ in WDECL() local
1066 dtoaresult = in WDECL()
1071 dtoaresult = in WDECL()
1075 if (dtoaresult == NULL) in WDECL()
1079 prec = dtoaend - dtoaresult; in WDECL()
1082 ndig = dtoaend - dtoaresult; in WDECL()
1086 result = convbuf = __mbsconv(dtoaresult, -1); in WDECL()
1089 result = convbuf = strdup(dtoaresult); in WDECL()
1093 __freedtoa(dtoaresult); in WDECL()
1115 dtoaresult = in WDECL()
[all …]