HomeSort by: relevance | last modified time | path
    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