Lines Matching refs:optarg
271 opt_ofs = argtooff(optarg, "offset");
280 opt_B = optarg;
283 opt_create = argtooff(optarg, "create size");
286 if (strcmp(optarg, "12") && strcmp(optarg, "16") && strcmp(optarg, "32"))
287 errx(1, "%s: bad FAT type", optarg);
288 opt_F = atoi(optarg);
291 opt_I = argto4(optarg, 0, "volume ID");
295 if (!oklabel(optarg))
296 errx(1, "%s: bad volume label", optarg);
297 opt_L = optarg;
300 if (strlen(optarg) > 8)
301 errx(1, "%s: bad OEM string", optarg);
302 opt_O = optarg;
305 opt_S = argto2(optarg, 1, "bytes/sector");
308 opt_a = argto4(optarg, 1, "sectors/FAT");
311 opt_b = argtox(optarg, 1, "block size");
315 opt_c = argto1(optarg, 1, "sectors/cluster");
319 opt_e = argto2(optarg, 1, "directory entries");
322 opt_f = optarg;
325 opt_h = argto2(optarg, 1, "drive heads");
328 opt_i = argto2(optarg, 1, "info sector");
331 opt_k = argto2(optarg, 1, "backup sector");
334 opt_m = argto1(optarg, 0, "media descriptor");
338 opt_n = argto1(optarg, 1, "number of FATs");
341 opt_o = argto4(optarg, 0, "hidden sectors");
345 opt_r = argto2(optarg, 1, "reserved sectors");
348 opt_s = argto4(optarg, 1, "file system size");
351 opt_u = argto2(optarg, 1, "sectors/track");