Home
last modified time | relevance | path

Searched refs:optarg (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/unistd/
Dgetopt_long.c72 char *optarg; /* argument associated with option */ variable
239 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()
/bionic/libdl/
Ddltest.c36 extern char *optarg;
92 *lib = strdup(optarg); in get_options()
95 *sym = strdup(optarg); in get_options()
/bionic/libc/include/
Dgetopt.h76 extern char *optarg; /* getopt(3) external variables */
Dunistd.h166 extern char *optarg;