Home | History | Annotate | Download | only in libiberty

Lines Matching defs:optarg

117 char *optarg = NULL;
494 ARGV-element, is returned in `optarg'. Two colons mean an option that
496 it is returned in `optarg', otherwise `optarg' is set to zero.
530 optarg = NULL;
618 optarg = argv[optind++];
704 optarg = nameend + 1;
730 optarg = argv[optind++];
817 optarg = nextchar;
840 optarg = argv[optind++];
842 /* optarg is now the argument, see if it's in the
845 for (nextchar = nameend = optarg; *nameend && *nameend != '='; nameend++)
888 optarg = nameend + 1;
903 optarg = argv[optind++];
934 optarg = nextchar;
938 optarg = NULL;
946 optarg = nextchar;
969 optarg = argv[optind++];
1035 printf ("option c with value `%s'\n", optarg);