Searched refs:grub_strlen (Results 1 – 11 of 11) sorted by relevance
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()
159 int s_len = grub_strlen(s); in save_text()166 out_used += grub_strlen(out_buff + out_used); in save_text()178 out_used += grub_strlen(out_buff + out_used); in save_number()348 if ((len2 = grub_strlen(string)) > len_fmt) { in tparam_internal()
505 int l = grub_strlen (str); in real_get_cmdline()540 plen = grub_strlen (prompt); in real_get_cmdline()541 llen = grub_strlen (cmdline); in real_get_cmdline()690 llen = grub_strlen (buf); in real_get_cmdline()713 llen = grub_strlen (buf); in real_get_cmdline()1276 grub_strlen (const char *str) in grub_strlen() function1422 grub_memmove (dest, src, grub_strlen (src) + 1); in grub_strcpy()
985 c += grub_strlen(c); in solaris_config_file()1003 c += grub_strlen("menu.lst."); in solaris_config_file()1004 i = grub_strlen("pxegrub."); in solaris_config_file()1152 if (grub_strlen(arg) == 6) { in foreground_func()1182 if (grub_strlen(arg) == 6) { in background_func()1957 len = grub_strlen ((*builtin)->short_doc); in help_func()2010 int len = grub_strlen (doc); in help_func()2849 len = grub_strlen (arg); in kernel_func()2865 mb_cmdline += grub_strlen(mb_cmdline) + 1; in kernel_func()2935 mb_cmdline += grub_strlen(mb_cmdline) + 1; in kernel_dollar_func()[all …]
1505 char *u = unique_string + grub_strlen (unique_string); in print_completions()1591 ptr += grub_strlen (ptr); in print_completions()1616 ptr = buf + grub_strlen (buf); in print_completions()1649 ptr += grub_strlen (ptr); in print_completions()1658 ptr += grub_strlen (unique_string); in print_completions()
397 #define strlen grub_strlen963 int grub_strlen (const char *str);
910 grub_strlen(BOOTSIGN_DIR) + 1) == 0) in is_top_dataset_file()1486 if (grub_strlen(bootpath) >= MAXPATHLEN || in vdev_get_bootpath()1487 grub_strlen(devid) >= MAXPATHLEN) in vdev_get_bootpath()1692 grub_memmove(current_devid, tmp_devid, grub_strlen(tmp_devid)); in zfs_mount()
59 int len = grub_strlen (preset_menu + preset_menu_offset); in read_from_preset_menu()926 for (i = grub_strlen(default_file); i >= 0; i--) in cmain()
434 if ((vlen = grub_strlen(val)) >= q + len - d) in expand_string()
625 dirname[grub_strlen (dirname)] = ch; in tftp_dir()833 dirname[grub_strlen (dirname)] = ch; in tftp_dir_undi()
8093 (grub_strlen): Declared.8095 * stage2/char_io.c [!STAGE1_5] (grub_strlen): New function.