HomeSort by: relevance | last modified time | path
    Searched defs:decimalpoint_cache (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/gdtoa/
g__fmt.c 54 static char *decimalpoint_cache; local in function:g__fmt
56 if (!(s0 = decimalpoint_cache)) {
59 if ((decimalpoint_cache = MALLOC(strlen(s0) + 1)) != NULL) {
60 strcpy(decimalpoint_cache, s0);
61 s0 = decimalpoint_cache;
g__fmt.c 54 static char *decimalpoint_cache; local in function:g__fmt
56 if (!(s0 = decimalpoint_cache)) {
59 if ((decimalpoint_cache = MALLOC(strlen(s0) + 1)) != NULL) {
60 strcpy(decimalpoint_cache, s0);
61 s0 = decimalpoint_cache;
g__fmt.c 54 static char *decimalpoint_cache; local in function:g__fmt
56 if (!(s0 = decimalpoint_cache)) {
59 if ((decimalpoint_cache = MALLOC(strlen(s0) + 1)) != NULL) {
60 strcpy(decimalpoint_cache, s0);
61 s0 = decimalpoint_cache;

Completed in 93 milliseconds