Searched refs:share__optarg (Results 1 – 5 of 5) sorted by relevance
128 char *share__optarg = 0; /*[JEC] initialize to avoid being a 'Common' symbol */ variable532 share__optarg = NULL;620 share__optarg = argv[share__optind++];705 share__optarg = nameend + 1;731 share__optarg = argv[share__optind++];818 share__optarg = nextchar;841 share__optarg = argv[share__optind++];846 for (nextchar = nameend = share__optarg; *nameend && *nameend != '='; nameend++)889 share__optarg = nameend + 1;904 share__optarg = argv[share__optind++];[all …]
148 if (share__optarg)149 printf (" with arg %s", share__optarg);178 printf ("option c with value `%s'\n", share__optarg);182 printf ("option d with value `%s'\n", share__optarg);
51 extern char *share__optarg;
626 had_error |= (parse_option(short_option, long_options_[option_index].name, share__optarg) != 0); in parse_options()633 had_error |= (parse_option(short_option, 0, share__optarg) != 0); in parse_options()
167 had_error |= !parse_option(option_index, share__optarg, options); in parse_options()