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

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dtest.c34 grub_strtosl (char *arg, char **end, int base) function
204 update_val (grub_strtosl (args[*argn], 0, 0)
205 == grub_strtosl (args[*argn + 2], 0, 0));
212 update_val (grub_strtosl (args[*argn], 0, 0)
213 >= grub_strtosl (args[*argn + 2], 0, 0));
220 update_val (grub_strtosl (args[*argn], 0, 0)
221 > grub_strtosl (args[*argn + 2], 0, 0));
228 update_val (grub_strtosl (args[*argn], 0, 0)
229 <= grub_strtosl (args[*argn + 2], 0, 0));
236 update_val (grub_strtosl (arg
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/
H A Dpnvram.c42 grub_strtosl (const char *arg, char **end, int base) function
204 *timezone = env ? grub_strtosl (env, 0, 0) : GRUB_EFI_UNSPECIFIED_TIMEZONE;

Completed in 1158 milliseconds