Home
last modified time | relevance | path

Searched refs:grub_isspace (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c978 while (*path && !grub_isspace(*path)) { in dnode_get_path()
982 while (*path && !grub_isspace(*path) && *path != '/') in dnode_get_path()
1146 while (*fsname && !grub_isspace(*fsname) && *fsname != '/') in get_objset_mdn()
1149 while (*fsname && !grub_isspace(*fsname)) { in get_objset_mdn()
1156 while (*fsname && !grub_isspace(*fsname) && *fsname != '/') in get_objset_mdn()
1162 while (*snapname && !grub_isspace(*snapname) && *snapname != in get_objset_mdn()
H A Dshared.h388 #define isspace grub_isspace
957 int grub_isspace (int c);
H A Dchar_io.c1061 grub_isspace (int c) in grub_isspace() function
1335 while (*str && ! grub_isspace (*str)) in nul_terminate()
H A Dbuiltins.c421 if (grub_isspace (c) || (c >= ' ' && c <= '~')) in cat_func()
4207 while (*p && ! grub_isspace (*p)) in serial_func()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog422 * stage2/char_io.c (grub_isspace): Use a switch sentense instead
5411 * stage2/char_io.c (grub_isspace): Make carriage return a white
8764 (grub_isspace): Renamed from isspace.