Searched refs:mo_file (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gettext/
H A Dgettext.c271 char *mo_file; local
273 /* mo_file e.g.: /boot/grub/locale/ca.mo */
275 mo_file = grub_xasprintf ("%s/%s.mo", locale_dir, locale);
276 if (!mo_file)
279 fd_mo = grub_mofile_open (mo_file);
285 mo_file_old = mo_file;
286 mo_file = grub_xasprintf ("%s.gz", mo_file);
288 if (!mo_file)
290 fd_mo = grub_mofile_open (mo_file);
[all...]

Completed in 19 milliseconds