Lines Matching refs:share__optarg
128 char *share__optarg = 0; /*[JEC] initialize to avoid being a 'Common' symbol */ variable
532 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++];
935 share__optarg = nextchar;
939 share__optarg = NULL;
947 share__optarg = nextchar;
970 share__optarg = argv[share__optind++];
1040 printf ("option c with value `%s'\n", share__optarg);