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 */ variable528 share__optarg = NULL; in share___getopt_internal()616 share__optarg = argv[share__optind++]; in share___getopt_internal()701 share__optarg = nameend + 1; in share___getopt_internal()727 share__optarg = argv[share__optind++]; in share___getopt_internal()814 share__optarg = nextchar; in share___getopt_internal()837 share__optarg = argv[share__optind++]; in share___getopt_internal()842 for (nextchar = nameend = share__optarg; *nameend && *nameend != '='; nameend++) in share___getopt_internal()885 share__optarg = nameend + 1; in share___getopt_internal()900 share__optarg = argv[share__optind++]; in share___getopt_internal()[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;
657 had_error |= (parse_option(short_option, long_options_[option_index].name, share__optarg) != 0); in parse_options()664 had_error |= (parse_option(short_option, 0, share__optarg) != 0); in parse_options()
170 had_error |= !parse_option(option_index, share__optarg, options); in parse_options()