hintfile          611 lib/util.c         char *hintfile_base, *hintfile;
hintfile          618 lib/util.c         hintfile = g_strconcat (hintfile_base, ".", lang, (char *) NULL);
hintfile          619 lib/util.c         if (!g_file_get_contents (hintfile, &data, length, NULL))
hintfile          624 lib/util.c             g_free (hintfile);
hintfile          625 lib/util.c             hintfile = g_strconcat (hintfile_base, ".", lang, (char *) NULL);
hintfile          626 lib/util.c             if (!g_file_get_contents (hintfile, &data, length, NULL))
hintfile          628 lib/util.c                 g_free (hintfile);
hintfile          629 lib/util.c                 hintfile = hintfile_base;
hintfile          636 lib/util.c         if (hintfile != hintfile_base)
hintfile          640 lib/util.c             *allocated_filename = hintfile;
hintfile          642 lib/util.c             g_free (hintfile);