Searched defs:optarg (Results 1 - 2 of 2) sorted by relevance

/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)) {
387 optarg = NULL;
423 optarg = nargv[optind++];
545 optarg = NULL;
547 optarg = place;
556 optarg = nargv[optind];
/bionic/libc/kernel/uapi/sound/
H A Dsfnt_info.h35 short optarg; member in struct:soundfont_patch_info

Completed in 219 milliseconds