Home
last modified time | relevance | path

Searched refs:grub_strlen (Results 1 – 9 of 9) sorted by relevance

/external/grub/stage2/
Dchar_io.c507 int l = grub_strlen (str); in real_get_cmdline()
542 plen = grub_strlen (prompt); in real_get_cmdline()
543 llen = grub_strlen (cmdline); in real_get_cmdline()
692 llen = grub_strlen (buf); in real_get_cmdline()
715 llen = grub_strlen (buf); in real_get_cmdline()
1166 grub_strlen (const char *str) in grub_strlen() function
1274 grub_memmove (dest, src, grub_strlen (src) + 1); in grub_strcpy()
Dterminfo.c153 return ti_unescape_memory (in, in + grub_strlen (in)); in ti_unescape_string()
215 return ti_escape_memory (in, in + grub_strlen (in)); in ti_escape_string()
Dtparm.c158 int s_len = grub_strlen(s); in save_text()
165 out_used += grub_strlen(out_buff + out_used); in save_text()
177 out_used += grub_strlen(out_buff + out_used); in save_number()
347 if ((len2 = grub_strlen(string)) > len_fmt) { in tparam_internal()
Ddisk_io.c1342 char *u = unique_string + grub_strlen (unique_string); in print_completions()
1428 ptr += grub_strlen (ptr); in print_completions()
1453 ptr = buf + grub_strlen (buf); in print_completions()
1486 ptr += grub_strlen (ptr); in print_completions()
1495 ptr += grub_strlen (unique_string); in print_completions()
Dshared.h372 #define strlen grub_strlen
880 int grub_strlen (const char *str);
Dbuiltins.c1494 len = grub_strlen ((*builtin)->short_doc); in help_func()
1547 int len = grub_strlen (doc); in help_func()
2389 len = grub_strlen (arg); in kernel_func()
2400 len = grub_strlen(mb_cmdline); in kernel_func()
2641 int len = grub_strlen (arg); in module_func()
2981 len = grub_strlen (arg); in password_func()
4370 int len = grub_strlen (name); in terminfo_func()
Dstage2.c61 int len = grub_strlen (preset_menu + preset_menu_offset); in read_from_preset_menu()
885 for (i = grub_strlen(default_file); i >= 0; i--) in cmain()
/external/grub/netboot/
Dfsys_tftp.c438 dirname[grub_strlen (dirname)] = ch; in tftp_dir()
/external/grub/
DChangeLog7934 (grub_strlen): Declared.
7936 * stage2/char_io.c [!STAGE1_5] (grub_strlen): New function.