Searched refs:dstrbuf (Results 1 – 1 of 1) sorted by relevance
313 gchar dstrbuf[G_ASCII_DTOSTR_BUF_SIZE] = { 0, }; in string_append_dtostr() local322 g_ascii_dtostr (dstrbuf, G_ASCII_DTOSTR_BUF_SIZE, value); in string_append_dtostr()324 dot = strchr (dstrbuf, '.'); in string_append_dtostr()331 if ((dot - dstrbuf) + precision < G_ASCII_DTOSTR_BUF_SIZE) in string_append_dtostr()334 len = strlen (dstrbuf); in string_append_dtostr()335 while (dstrbuf[len - 1] == '0') in string_append_dtostr()336 dstrbuf[--len] = 0; in string_append_dtostr()337 if (dstrbuf[len - 1] == '.') in string_append_dtostr()338 dstrbuf[--len] = 0; in string_append_dtostr()342 g_string_append (string, dstrbuf); in string_append_dtostr()