Searched refs:grub_strlen (Results 1 – 9 of 9) sorted by relevance
507 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() function1274 grub_memmove (dest, src, grub_strlen (src) + 1); in grub_strcpy()
153 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()
158 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()
1342 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()
372 #define strlen grub_strlen880 int grub_strlen (const char *str);
1494 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()
61 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()
438 dirname[grub_strlen (dirname)] = ch; in tftp_dir()
7934 (grub_strlen): Declared.7936 * stage2/char_io.c [!STAGE1_5] (grub_strlen): New function.