tmp_buff          185 lib/charsets.c     gchar *tmp_buff = NULL;
tmp_buff          191 lib/charsets.c     tmp_buff = g_convert_with_iconv (ibuf, ibuflen, cd, &bytes_read, &bytes_written, NULL);
tmp_buff          192 lib/charsets.c     if (tmp_buff != NULL)
tmp_buff          193 lib/charsets.c         ch = tmp_buff[0];
tmp_buff          194 lib/charsets.c     g_free (tmp_buff);
tmp_buff          139 lib/strutil/strutil.c         gchar *tmp_buff;
tmp_buff          142 lib/strutil/strutil.c         tmp_buff = g_convert_with_iconv ((const gchar *) string,
tmp_buff          155 lib/strutil/strutil.c                 g_free (tmp_buff);
tmp_buff          156 lib/strutil/strutil.c                 tmp_buff = g_strnfill (strlen (string), '?');
tmp_buff          157 lib/strutil/strutil.c                 g_string_append (buffer, tmp_buff);
tmp_buff          158 lib/strutil/strutil.c                 g_free (tmp_buff);
tmp_buff          163 lib/strutil/strutil.c                 if ((tmp_buff == NULL) && (bytes_read != 0))
tmp_buff          165 lib/strutil/strutil.c                     tmp_buff = g_convert_with_iconv ((const gchar *) string,
tmp_buff          168 lib/strutil/strutil.c                 if (tmp_buff != NULL)
tmp_buff          170 lib/strutil/strutil.c                     g_string_append (buffer, tmp_buff);
tmp_buff          171 lib/strutil/strutil.c                     g_free (tmp_buff);
tmp_buff          186 lib/strutil/strutil.c                 g_string_append (buffer, tmp_buff);
tmp_buff          187 lib/strutil/strutil.c                 g_free (tmp_buff);
tmp_buff          191 lib/strutil/strutil.c                     tmp_buff = g_strnfill (left, '?');
tmp_buff          192 lib/strutil/strutil.c                     g_string_append (buffer, tmp_buff);
tmp_buff          193 lib/strutil/strutil.c                     g_free (tmp_buff);
tmp_buff          201 lib/strutil/strutil.c                 g_free (tmp_buff);
tmp_buff          205 lib/strutil/strutil.c         else if (tmp_buff == NULL)
tmp_buff          210 lib/strutil/strutil.c         else if (*tmp_buff == '\0')
tmp_buff          212 lib/strutil/strutil.c             g_free (tmp_buff);
tmp_buff          218 lib/strutil/strutil.c             g_string_append (buffer, tmp_buff);
tmp_buff          219 lib/strutil/strutil.c             g_free (tmp_buff);