hintfile          587 lib/util.c         char *hintfile_base, *hintfile;
hintfile          594 lib/util.c         hintfile = g_strconcat (hintfile_base, ".", lang, (char *) NULL);
hintfile          595 lib/util.c         if (!g_file_get_contents (hintfile, &data, length, NULL))
hintfile          600 lib/util.c             g_free (hintfile);
hintfile          601 lib/util.c             hintfile = g_strconcat (hintfile_base, ".", lang, (char *) NULL);
hintfile          602 lib/util.c             if (!g_file_get_contents (hintfile, &data, length, NULL))
hintfile          604 lib/util.c                 g_free (hintfile);
hintfile          605 lib/util.c                 hintfile = hintfile_base;
hintfile          612 lib/util.c         if (hintfile != hintfile_base)
hintfile          616 lib/util.c             *allocated_filename = hintfile;
hintfile          618 lib/util.c             g_free (hintfile);