Searched refs:optarg (Results 1 – 3 of 3) sorted by relevance
238 extern char *optarg; /* getopt(3) external variables */319 char *optarg; /* argument associated with option */ variable521 optarg = has_equal; in parse_long_options()527 optarg = nargv[optind++]; in parse_long_options()531 && (optarg == NULL)) { in parse_long_options()603 optarg = NULL; in getopt_internal()635 optarg = nargv[optind++]; in getopt_internal()742 optarg = NULL; in getopt_internal()744 optarg = place; in getopt_internal()753 optarg = nargv[optind]; in getopt_internal()[all …]
282 extern char *optarg;
517 defconfig_file = optarg; in main()