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

/osnet-11/usr/src/grub/grub2/grub-core/gettext/
H A Dgettext.c39 static grub_file_t fd_mo; variable
80 grub_gettext_pread (fd_mo, (char *) &value, 4, offset);
90 grub_gettext_pread (fd_mo, translation, length, offset);
106 grub_gettext_pread (fd_mo, (char *) &length, 4, internal_position);
109 grub_gettext_pread (fd_mo, (char *) &offset, 4, internal_position + 4);
129 grub_gettext_pread (fd_mo, (char *) &length, 4, internal_position);
132 grub_gettext_pread (fd_mo, (char *) &offset, 4, internal_position + 4);
165 if (fd_mo == 0)
230 /* Using fd_mo and not another variable because
233 fd_mo
[all...]

Completed in 36 milliseconds