Lines Matching refs:endptr
123 char *endptr;
164 attr_num = strtol(optarg, &endptr, 0);
165 if (*endptr != '\0') {
177 element_address = strtol(optarg, &endptr, 0);
178 if (*endptr != '\0') {
192 output_format = strtoul(optarg, &endptr, 0);
193 if (*endptr != '\0') {
226 partition = strtol(optarg, &endptr, 0);
227 if (*endptr != '\0') {
255 start_attr = strtol(optarg, &endptr, 0);
256 if (*endptr != '\0') {
289 logical_volume = strtol(optarg, &endptr, 0);
291 if (*endptr != '\0') {