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          142 lib/strutil/strutil.c         gchar *tmp_buff;
tmp_buff          145 lib/strutil/strutil.c         tmp_buff = g_convert_with_iconv ((const gchar *) string, left, coder, &bytes_read,
tmp_buff          158 lib/strutil/strutil.c                 g_free (tmp_buff);
tmp_buff          164 lib/strutil/strutil.c                 if ((tmp_buff == NULL) && (bytes_read != 0))
tmp_buff          166 lib/strutil/strutil.c                     tmp_buff = g_convert_with_iconv ((const gchar *) string, bytes_read, coder,
tmp_buff          169 lib/strutil/strutil.c                 if (tmp_buff != NULL)
tmp_buff          171 lib/strutil/strutil.c                     g_string_append (buffer, tmp_buff);
tmp_buff          172 lib/strutil/strutil.c                     g_free (tmp_buff);
tmp_buff          187 lib/strutil/strutil.c                 g_string_append (buffer, tmp_buff);
tmp_buff          188 lib/strutil/strutil.c                 g_free (tmp_buff);
tmp_buff          197 lib/strutil/strutil.c                 g_free (tmp_buff);
tmp_buff          201 lib/strutil/strutil.c         else if (tmp_buff == NULL)
tmp_buff          206 lib/strutil/strutil.c         else if (*tmp_buff == '\0')
tmp_buff          208 lib/strutil/strutil.c             g_free (tmp_buff);
tmp_buff          214 lib/strutil/strutil.c             g_string_append (buffer, tmp_buff);
tmp_buff          215 lib/strutil/strutil.c             g_free (tmp_buff);