Lines Matching refs:optarg
164 attr_num = strtol(optarg, &endptr, 0);
167 __func__, optarg);
177 element_address = strtol(optarg, &endptr, 0);
180 __func__, optarg);
191 if (isdigit(optarg[0])) {
192 output_format = strtoul(optarg, &endptr, 0);
196 optarg);
204 while ((tmpstr = strsep(&optarg, ",")) != NULL) {
226 partition = strtol(optarg, &endptr, 0);
229 __func__, optarg);
239 sizeof(sa_map[0]), optarg, &entry_num,
247 optarg);
255 start_attr = strtol(optarg, &endptr, 0);
258 __func__, optarg);
269 optarg, &entry_num, SCSI_NV_FLAG_IG_CASE);
276 optarg);
289 logical_volume = strtol(optarg, &endptr, 0);
293 __func__, optarg);