Lines Matching refs:optarg
110 char *optarg = NULL; variable
506 optarg = NULL; in _getopt_internal()
594 optarg = argv[optind++]; in _getopt_internal()
680 optarg = nameend + 1; in _getopt_internal()
704 optarg = argv[optind++]; in _getopt_internal()
791 optarg = nextchar; in _getopt_internal()
814 optarg = argv[optind++]; in _getopt_internal()
819 for (nextchar = nameend = optarg; *nameend && *nameend != '='; nameend++) in _getopt_internal()
862 optarg = nameend + 1; in _getopt_internal()
877 optarg = argv[optind++]; in _getopt_internal()
908 optarg = nextchar; in _getopt_internal()
912 optarg = NULL; in _getopt_internal()
920 optarg = nextchar; in _getopt_internal()
943 optarg = argv[optind++]; in _getopt_internal()
1008 printf ("option c with value `%s'\n", optarg); in main()