Searched refs:dtoaresult (Results 1 – 2 of 2) sorted by relevance
318 char *dtoaresult = NULL; in __vfwprintf() local645 if (dtoaresult) in __vfwprintf()646 __freedtoa(dtoaresult); in __vfwprintf()649 dtoaresult = in __vfwprintf()652 if (dtoaresult == NULL) { in __vfwprintf()658 dtoaresult = in __vfwprintf()661 if (dtoaresult == NULL) { in __vfwprintf()667 prec = dtoaend - dtoaresult; in __vfwprintf()674 cp = convbuf = __mbsconv(dtoaresult, -1); in __vfwprintf()677 ndig = dtoaend - dtoaresult; in __vfwprintf()[all …]
315 char *dtoaresult = NULL; in __vfprintf() local683 if (dtoaresult) in __vfprintf()684 __freedtoa(dtoaresult); in __vfprintf()687 dtoaresult = cp = in __vfprintf()690 if (dtoaresult == NULL) { in __vfprintf()696 dtoaresult = cp = in __vfprintf()699 if (dtoaresult == NULL) { in __vfprintf()729 if (dtoaresult) in __vfprintf()730 __freedtoa(dtoaresult); in __vfprintf()733 dtoaresult = cp = in __vfprintf()[all …]