HomeSort by: relevance | last modified time | path
    Searched refs:dtoa_result (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/gdtoa/
dmisc.c 37 char *dtoa_result; variable in typeref:typename:char *
61 dtoa_result =
102 if (s == dtoa_result)
103 dtoa_result = 0;
dtoa.c 152 if (dtoa_result) {
153 freedtoa(dtoa_result);
154 dtoa_result = 0;
gdtoa.c 172 if (dtoa_result) {
173 freedtoa(dtoa_result);
174 dtoa_result = 0;
gdtoaimp.h 553 #define dtoa_result __dtoa_result_D2A macro
586 extern char *dtoa_result;

Completed in 14 milliseconds