Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A 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()
H A Dtparm.c159 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()
H A Dchar_io.c527 int l = grub_strlen (str); in real_get_cmdline()
562 plen = grub_strlen (prompt); in real_get_cmdline()
563 llen = grub_strlen (cmdline); in real_get_cmdline()
712 llen = grub_strlen (buf); in real_get_cmdline()
735 llen = grub_strlen (buf); in real_get_cmdline()
1317 grub_strlen (const char *str) in grub_strlen() function
1463 grub_memmove (dest, src, grub_strlen (src) + 1); in grub_strcpy()
H A Dbuiltins.c988 c += grub_strlen(c); in solaris_config_file()
1006 c += grub_strlen("menu.lst."); in solaris_config_file()
1007 i = grub_strlen("pxegrub."); in solaris_config_file()
1155 if (grub_strlen(arg) == 6) { in foreground_func()
1185 if (grub_strlen(arg) == 6) { in background_func()
2013 int len = grub_strlen (doc); in help_func()
2856 len = grub_strlen (arg); in kernel_func()
3128 int len = grub_strlen (arg); in module_func()
3505 len = grub_strlen (arg); in password_func()
5056 int len = grub_strlen (name); in terminfo_func()
[all …]
H A Ddisk_io.c1508 char *u = unique_string + grub_strlen (unique_string); in print_completions()
1594 ptr += grub_strlen (ptr); in print_completions()
1619 ptr = buf + grub_strlen (buf); in print_completions()
1652 ptr += grub_strlen (ptr); in print_completions()
1661 ptr += grub_strlen (unique_string); in print_completions()
H A Dfsys_zfs.c915 grub_strlen(BOOTSIGN_DIR) + 1) == 0) in is_top_dataset_file()
1492 if (grub_strlen(bootpath) >= MAXPATHLEN || in vdev_get_bootpath()
1493 grub_strlen(devid) >= MAXPATHLEN) in vdev_get_bootpath()
1698 grub_memmove(current_devid, tmp_devid, grub_strlen(tmp_devid)); in zfs_mount()
H A Dshared.h398 #define strlen grub_strlen
966 int grub_strlen (const char *str);
H A Dstage2.c59 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()
H A Dexpand.c452 if ((vlen = grub_strlen(val)) >= q + len - d) in expand_string()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dfsys_tftp.c625 dirname[grub_strlen (dirname)] = ch; in tftp_dir()
833 dirname[grub_strlen (dirname)] = ch; in tftp_dir_undi()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog8093 (grub_strlen): Declared.
8095 * stage2/char_io.c [!STAGE1_5] (grub_strlen): New function.