HomeSort by relevance Sort by last modified time
    Searched refs:dtoaresult (Results 1 - 2 of 2) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfwprintf.c 318 char *dtoaresult = NULL; local
645 if (dtoaresult)
646 __freedtoa(dtoaresult);
649 dtoaresult =
652 if (dtoaresult == NULL) {
658 dtoaresult =
661 if (dtoaresult == NULL) {
667 prec = dtoaend - dtoaresult;
671 cp = convbuf = __mbsconv(dtoaresult, -1);
674 ndig = dtoaend - dtoaresult;
    [all...]
vfprintf.c 311 char *dtoaresult = NULL; local
692 if (dtoaresult)
693 __freedtoa(dtoaresult);
696 dtoaresult = cp =
699 if (dtoaresult == NULL) {
705 dtoaresult = cp =
708 if (dtoaresult == NULL) {
738 if (dtoaresult)
739 __freedtoa(dtoaresult);
742 dtoaresult = cp
    [all...]

Completed in 63 milliseconds