Lines Matching defs:endptr
2094 char *endptr;
2115 dev = simple_strtoul(name + 3, &endptr, 0);
2118 if (*endptr == '\0')
2122 if (*endptr == '_' && isdigit(endptr[1])) {
2123 vol = simple_strtoul(endptr + 1, &endptr, 0);
2124 if (*endptr != '\0')
2130 if ((*endptr == ':' || *endptr == '!') && endptr[1] != '\0')
2131 return ubi_open_volume_nm(dev, ++endptr, mode);