Searched defs:grub_strtoull (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dmisc.c374 num = grub_strtoull (str, end, base);
385 grub_strtoull (const char *str, char **end, int base) function
768 curn = grub_strtoull (p, 0, 10) - 1;

Completed in 17 milliseconds