Home | History | Annotate | Download | only in lib

Lines Matching defs:optarg

116 char *optarg = NULL;
487 ARGV-element, is returned in `optarg'. Two colons mean an option that
489 it is returned in `optarg', otherwise `optarg' is set to zero.
527 optarg = NULL;
615 optarg = argv[optind++];
701 optarg = nameend + 1;
726 optarg = argv[optind++];
813 optarg = nextchar;
836 optarg = argv[optind++];
838 /* optarg is now the argument, see if it's in the
841 for (nextchar = nameend = optarg; *nameend && *nameend != '='; nameend++)
884 optarg = nameend + 1;
899 optarg = argv[optind++];
930 optarg = nextchar;
934 optarg = NULL;
942 optarg = nextchar;
965 optarg = argv[optind++];
1036 printf ("option c with value `%s'\n", optarg);