Lines Matching refs:optarg
196 c.heap = atoi(optarg);
204 if (strlen(optarg) > MAX_PATH_LEN) {
209 c.devices[c.ndevs++].path = strdup(optarg);
212 c.dbg_lv = atoi(optarg);
215 c.extension_list[0] = strdup(optarg);
218 c.extension_list[1] = strdup(optarg);
221 if (!strcmp(optarg, "android"))
231 if (strlen(optarg) > 512) {
236 c.vol_label = optarg;
242 c.overprovision = atof(optarg);
245 if (parse_feature(feature_table, optarg))
252 if (parse_root_owner(optarg, &c.root_uid, &c.root_gid))
256 c.segs_per_sec = atoi(optarg);
259 c.device_size = atoll(optarg);
264 c.secs_per_zone = atoi(optarg);
267 c.trim = atoi(optarg);
270 c.fixed_time = strtoul(optarg, NULL, 0);
273 c.vol_uuid = strdup(optarg);
279 c.wanted_sector_size = atoi(optarg);
285 token = strtok(optarg, ":");