Lines Matching refs:ISSPACE
662 while (ISSPACE(line[c])) in boot_prop_finish()
674 while (ISSPACE(line[c])) in boot_prop_finish()
684 while (line[c] && !ISSPACE(line[c])) in boot_prop_finish()
692 while (ISSPACE(line[c])) in boot_prop_finish()
696 while (line[c] && !ISSPACE(line[c])) in boot_prop_finish()
1302 while (ISSPACE(*value)) in build_boot_properties()
1308 while (*value && !ISSPACE(*value) && *value != '=') { in build_boot_properties()
1321 while (value[value_len] && !ISSPACE(value[value_len])) { in build_boot_properties()
1360 while (ISSPACE(*value)) in build_boot_properties()
1366 while (value[value_len] && !ISSPACE(value[value_len])) in build_boot_properties()
1392 if (!ISSPACE(name[0]) || name[1] != '-' || name[2] != 'B') { in build_boot_properties()
1403 while (ISSPACE(*name)) in build_boot_properties()
1405 while (*name && !ISSPACE(*name)) { in build_boot_properties()
1440 ISSPACE(value[value_len])) in build_boot_properties()