Searched refs:grub_isspace (Results 1 – 5 of 5) sorted by relevance
978 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()
388 #define isspace grub_isspace957 int grub_isspace (int c);
1061 grub_isspace (int c) in grub_isspace() function1335 while (*str && ! grub_isspace (*str)) in nul_terminate()
421 if (grub_isspace (c) || (c >= ' ' && c <= '~')) in cat_func()4207 while (*p && ! grub_isspace (*p)) in serial_func()
422 * stage2/char_io.c (grub_isspace): Use a switch sentense instead5411 * stage2/char_io.c (grub_isspace): Make carriage return a white8764 (grub_isspace): Renamed from isspace.