Searched refs:val_end (Results 1 – 2 of 2) sorted by relevance
390 const fdt32_t *v, *val_end = (const fdt32_t *)p->val.val + p->val.len / 4; in append_unique_u32_to_property() local396 for (v = (const void *)p->val.val; v < val_end; v++) { in append_unique_u32_to_property()
1550 char *val_end; in parse_rvalue() local1555 value = strtoll(val, &val_end, 0); in parse_rvalue()1558 value = strtoull(val, &val_end, 0); in parse_rvalue()1560 if (errno || *val_end != '\0') { in parse_rvalue()