Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c973 while (*path && !grub_isspace(*path)) { in dnode_get_path()
977 while (*path && !grub_isspace(*path) && *path != '/') in dnode_get_path()
1140 while (*fsname && !grub_isspace(*fsname) && *fsname != '/') in get_objset_mdn()
1143 while (*fsname && !grub_isspace(*fsname)) { in get_objset_mdn()
1150 while (*fsname && !grub_isspace(*fsname) && *fsname != '/') in get_objset_mdn()
1156 while (*snapname && !grub_isspace(*snapname) && *snapname != in get_objset_mdn()
H A Dshared.h387 #define isspace grub_isspace
954 int grub_isspace (int c);
H A Dchar_io.c1020 grub_isspace (int c) in grub_isspace() function
1294 while (*str && ! grub_isspace (*str)) in nul_terminate()
H A Dbuiltins.c418 if (grub_isspace (c) || (c >= ' ' && c <= '~')) in cat_func()
4164 while (*p && ! grub_isspace (*p)) in serial_func()
/titanic_41/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.