Lines Matching refs:optarg
116 char *optarg = NULL; variable
526 optarg = NULL; in _getopt_internal()
614 optarg = argv[optind++]; in _getopt_internal()
700 optarg = nameend + 1; in _getopt_internal()
726 optarg = argv[optind++]; in _getopt_internal()
813 optarg = nextchar; in _getopt_internal()
836 optarg = argv[optind++]; in _getopt_internal()
841 for (nextchar = nameend = optarg; *nameend && *nameend != '='; nameend++) in _getopt_internal()
884 optarg = nameend + 1; in _getopt_internal()
899 optarg = argv[optind++]; in _getopt_internal()
930 optarg = nextchar; in _getopt_internal()
934 optarg = NULL; in _getopt_internal()
942 optarg = nextchar; in _getopt_internal()
965 optarg = argv[optind++]; in _getopt_internal()
1030 printf ("option c with value `%s'\n", optarg); in main()