Lines Matching defs:endptr
2089 char *endptr;
2110 dev = simple_strtoul(name + 3, &endptr, 0);
2113 if (*endptr == '\0')
2117 if (*endptr == '_' && isdigit(endptr[1])) {
2118 vol = simple_strtoul(endptr + 1, &endptr, 0);
2119 if (*endptr != '\0')
2125 if ((*endptr == ':' || *endptr == '!') && endptr[1] != '\0')
2126 return ubi_open_volume_nm(dev, ++endptr, mode);