tmp_buff 184 lib/charsets.c gchar *tmp_buff = NULL; tmp_buff 190 lib/charsets.c tmp_buff = g_convert_with_iconv (ibuf, ibuflen, cd, &bytes_read, &bytes_written, NULL); tmp_buff 191 lib/charsets.c if (tmp_buff != NULL) tmp_buff 192 lib/charsets.c ch = tmp_buff[0]; tmp_buff 193 lib/charsets.c g_free (tmp_buff); tmp_buff 137 lib/strutil/strutil.c gchar *tmp_buff; tmp_buff 140 lib/strutil/strutil.c tmp_buff = g_convert_with_iconv ((const gchar *) string, tmp_buff 153 lib/strutil/strutil.c g_free (tmp_buff); tmp_buff 159 lib/strutil/strutil.c if ((tmp_buff == NULL) && (bytes_read != 0)) tmp_buff 161 lib/strutil/strutil.c tmp_buff = g_convert_with_iconv ((const gchar *) string, tmp_buff 164 lib/strutil/strutil.c if (tmp_buff != NULL) tmp_buff 166 lib/strutil/strutil.c g_string_append (buffer, tmp_buff); tmp_buff 167 lib/strutil/strutil.c g_free (tmp_buff); tmp_buff 182 lib/strutil/strutil.c g_string_append (buffer, tmp_buff); tmp_buff 183 lib/strutil/strutil.c g_free (tmp_buff); tmp_buff 192 lib/strutil/strutil.c g_free (tmp_buff); tmp_buff 196 lib/strutil/strutil.c else if (tmp_buff == NULL) tmp_buff 201 lib/strutil/strutil.c else if (*tmp_buff == '\0') tmp_buff 203 lib/strutil/strutil.c g_free (tmp_buff); tmp_buff 209 lib/strutil/strutil.c g_string_append (buffer, tmp_buff); tmp_buff 210 lib/strutil/strutil.c g_free (tmp_buff);