hintfile          599 lib/util.c         char *hintfile_base, *hintfile;
hintfile          606 lib/util.c         hintfile = g_strconcat (hintfile_base, ".", lang, (char *) NULL);
hintfile          607 lib/util.c         if (!g_file_get_contents (hintfile, &data, length, NULL))
hintfile          612 lib/util.c             g_free (hintfile);
hintfile          613 lib/util.c             hintfile = g_strconcat (hintfile_base, ".", lang, (char *) NULL);
hintfile          614 lib/util.c             if (!g_file_get_contents (hintfile, &data, length, NULL))
hintfile          616 lib/util.c                 g_free (hintfile);
hintfile          617 lib/util.c                 hintfile = hintfile_base;
hintfile          624 lib/util.c         if (hintfile != hintfile_base)
hintfile          628 lib/util.c             *allocated_filename = hintfile;
hintfile          630 lib/util.c             g_free (hintfile);