Lines Matching refs:strtoul
202 *count = strtoul(atts[i + 1], &p, 0);
206 *offset = strtoul(atts[i + 1], &p, 0);
208 *size = strtoul(atts[i + 1], &p, 0);
265 *offset = strtoul(atts[i + 1], &p, 0);
319 field->start = strtoul(atts[i + 1], &p, 0);
323 field->end = strtoul(atts[i + 1], &p, 0) - 1;
327 size = strtoul(atts[i + 1], &p, 0);
334 field->default_value = strtoul(atts[i + 1], &p, 0);
356 value->value = strtoul(atts[i + 1], NULL, 0);
385 group->opcode = strtoul(atts[i + 1], &p, 0);
429 min_ver = strtoul(atts[i + 1], NULL, 0);
431 max_ver = strtoul(atts[i + 1], NULL, 0);