Searched refs:dtoaresult (Results 1 – 1 of 1) sorted by relevance
653 char *dtoaresult; /* buffer allocated by dtoa */ in WDECL() local1066 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 …]