Searched refs:grub_isspace (Results 1 – 5 of 5) sorted by relevance
973 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()
387 #define isspace grub_isspace954 int grub_isspace (int c);
1020 grub_isspace (int c) in grub_isspace() function1294 while (*str && ! grub_isspace (*str)) in nul_terminate()
418 if (grub_isspace (c) || (c >= ' ' && c <= '~')) in cat_func()4164 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.