Home | History | Annotate | Download | only in doio

Lines Matching full:optarg

1381 	extern char *optarg;
1404 cp = strtok(optarg, ",");
1422 cp = strtok(optarg, ",");
1455 switch (sscanf(optarg, "%i%c", &Iterations, &ch)) {
1477 TagName, optarg);
1493 if (parse_ranges(optarg, 1, 255, 1, NULL, &ranges,
1497 TagName, optarg, errmsg);
1511 str_lookup(Omode_Map, optarg)) == NULL) {
1514 TagName, optarg);
1522 sprintf(TagName, "(%.39s)", optarg);
1531 nopenargs = string_to_tokens(optarg, openargs, 4, ":/");
1542 TagName, optarg, errmsg);
1550 TagName, optarg, errmsg);
1598 Outpipe = optarg;
1603 if ((Rawmult = bytes_by_prefix(optarg)) == -1 ||
1607 TagName, optarg, BSIZE);
1615 cp = strtok(optarg, ",");
1639 if ((Mintrans = bytes_by_prefix(optarg)) == -1) {
1642 TagName, optarg);
1649 if ((Maxtrans = bytes_by_prefix(optarg)) == -1) {
1652 TagName, optarg);