Lines Matching refs:ISSPACE
664 while (ISSPACE(line[c])) in boot_prop_finish()
676 while (ISSPACE(line[c])) in boot_prop_finish()
686 while (line[c] && !ISSPACE(line[c])) in boot_prop_finish()
694 while (ISSPACE(line[c])) in boot_prop_finish()
698 while (line[c] && !ISSPACE(line[c])) in boot_prop_finish()
1315 while (ISSPACE(*value)) in build_boot_properties()
1321 while (*value && !ISSPACE(*value) && *value != '=') { in build_boot_properties()
1334 while (value[value_len] && !ISSPACE(value[value_len])) { in build_boot_properties()
1373 while (ISSPACE(*value)) in build_boot_properties()
1379 while (value[value_len] && !ISSPACE(value[value_len])) in build_boot_properties()
1405 if (!ISSPACE(name[0]) || name[1] != '-' || name[2] != 'B') { in build_boot_properties()
1416 while (ISSPACE(*name)) in build_boot_properties()
1418 while (*name && !ISSPACE(*name)) { in build_boot_properties()
1453 ISSPACE(value[value_len])) in build_boot_properties()