Searched refs:optarg (Results 1 – 4 of 4) sorted by relevance
72 char *optarg; /* argument associated with option */ variable239 optarg = has_equal; in parse_long_options()245 optarg = nargv[optind++]; in parse_long_options()249 && (optarg == NULL)) { in parse_long_options()322 optarg = NULL; in getopt_internal()354 optarg = nargv[optind++]; in getopt_internal()461 optarg = NULL; in getopt_internal()463 optarg = place; in getopt_internal()473 optarg = nargv[optind]; in getopt_internal()481 optarg = nargv[++optind]; in getopt_internal()
36 extern char *optarg;92 *lib = strdup(optarg); in get_options()95 *sym = strdup(optarg); in get_options()
76 extern char *optarg; /* getopt(3) external variables */
166 extern char *optarg;