hintfile          592 lib/util.c         char *hintfile_base, *hintfile;
hintfile          599 lib/util.c         hintfile = g_strconcat (hintfile_base, ".", lang, (char *) NULL);
hintfile          600 lib/util.c         if (!g_file_get_contents (hintfile, &data, length, NULL))
hintfile          605 lib/util.c             g_free (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          609 lib/util.c                 g_free (hintfile);
hintfile          610 lib/util.c                 hintfile = hintfile_base;
hintfile          617 lib/util.c         if (hintfile != hintfile_base)
hintfile          621 lib/util.c             *allocated_filename = hintfile;
hintfile          623 lib/util.c             g_free (hintfile);