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

/bionic/libc/include/
H A Dgetopt.h69 extern char *optarg; /* getopt(3) external variables */
H A Dunistd.h169 extern char *optarg;
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dgetopt_long.c77 char *optarg; /* argument associated with option */ variable
298 optarg = has_equal;
304 optarg = nargv[optind++];
308 && (optarg == NULL)) {
393 optarg = NULL;
429 optarg = nargv[optind++];
551 optarg = NULL;
553 optarg = place;
562 optarg = nargv[optind];
/bionic/libc/kernel/uapi/sound/
H A Dsfnt_info.h35 short optarg; member in struct:soundfont_patch_info

Completed in 1772 milliseconds