Lines Matching refs:optarg
2428 handle_non_switch_argument (optarg, env); in decode_switches()
2462 if (optarg == 0) in decode_switches()
2463 optarg = cs->noarg_value; in decode_switches()
2464 else if (*optarg == '\0') in decode_switches()
2488 sl->list[sl->idx++] = optarg; in decode_switches()
2495 if (optarg == 0 && argc > optind) in decode_switches()
2501 optarg = argv[optind++]; in decode_switches()
2507 if (optarg != 0) in decode_switches()
2509 int i = atoi (optarg); in decode_switches()
2513 for (cp = optarg; ISDIGIT (cp[0]); ++cp) in decode_switches()
2532 if (optarg == 0 && optind < argc in decode_switches()
2534 optarg = argv[optind++]; in decode_switches()
2538 = (optarg != 0 ? atof (optarg) in decode_switches()