HomeSort by relevance Sort by last modified time
    Searched defs:optarg (Results 1 - 17 of 17) sorted by null

  /external/bison/lib/
getopt_int.h 42 char *optarg;
41 char *optarg; member in struct:_getopt_data
getopt_.h 42 # undef optarg macro
52 # define optarg __GETOPT_ID (optarg) macro
114 extern char *optarg;
155 a compiled-in constant, such as set a value from `optarg', set the
190 takes an argument, to be placed in `optarg'.
getopt.c 76 char *optarg;
325 ARGV-element, is returned in `optarg'. Two colons mean an option that
327 it is returned in `optarg', otherwise `optarg' is set to zero.
367 d->optarg = NULL;
458 d->optarg = argv[d->optind++];
570 d->optarg = nameend + 1;
637 d->optarg = argv[d->optind++];
818 d->optarg = d->__nextchar;
862 d->optarg = argv[d->optind++]
75 char *optarg; variable
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt_int.h 41 char *optarg;
40 char *optarg; member in struct:_getopt_data
getopt.in.h 41 # undef optarg macro
51 # define optarg __GETOPT_ID (optarg) macro
113 extern char *optarg;
154 a compiled-in constant, such as set a value from `optarg', set the
189 takes an argument, to be placed in `optarg'.
getopt.c 71 char *optarg;
320 ARGV-element, is returned in `optarg'. Two colons mean an option that
322 it is returned in `optarg', otherwise `optarg' is set to zero.
362 d->optarg = NULL;
453 d->optarg = argv[d->optind++];
565 d->optarg = nameend + 1;
632 d->optarg = argv[d->optind++];
813 d->optarg = d->__nextchar;
857 d->optarg = argv[d->optind++]
70 char *optarg; variable
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.c 202 char *optarg; variable
242 optarg = &argv[optind++][optchr + 1];
248 optarg = argv[optind++];
256 optarg = NULL;
  /external/wpa_supplicant_8/src/utils/
common.c 256 char *optarg; variable
296 optarg = &argv[optind++][optchr + 1];
302 optarg = argv[optind++];
310 optarg = NULL;
  /bionic/libc/unistd/
getopt_long.c 72 char *optarg; /* argument associated with option */ variable
239 optarg = has_equal;
245 optarg = nargv[optind++];
249 && (optarg == NULL)) {
322 optarg = NULL;
354 optarg = nargv[optind++];
461 optarg = NULL;
463 optarg = place;
473 optarg = nargv[optind];
481 optarg = nargv[++optind]
    [all...]
  /external/grub/lib/
getopt.c 116 char *optarg = NULL;
487 ARGV-element, is returned in `optarg'. Two colons mean an option that
489 it is returned in `optarg', otherwise `optarg' is set to zero.
527 optarg = NULL;
615 optarg = argv[optind++];
701 optarg = nameend + 1;
726 optarg = argv[optind++];
813 optarg = nextchar;
836 optarg = argv[optind++]
115 char *optarg = NULL; variable
    [all...]
  /external/wpa_supplicant/
common.c 498 char *optarg; variable
538 optarg = &argv[optind++][optchr + 1];
544 optarg = argv[optind++];
552 optarg = NULL;
  /ndk/sources/host-tools/make-3.81/
getopt.c 110 char *optarg = NULL; variable
474 ARGV-element, is returned in `optarg'. Two colons mean an option that
476 it is returned in `optarg', otherwise `optarg' is set to zero.
509 optarg = NULL;
597 optarg = argv[optind++];
683 optarg = nameend + 1;
707 optarg = argv[optind++];
794 optarg = nextchar;
817 optarg = argv[optind++]
    [all...]
  /external/netperf/
netlib.c 275 *optarg; /* argument associated with option */ variable
381 optarg = NULL;
387 optarg = place; /* no white space */
394 optarg = argv[optind]; /* white space */
    [all...]
  /external/qemu/
vl.c 1188 static void numa_add(const char *optarg)
1195 optarg = get_opt_name(option, 128, optarg, ',') + 1;
1197 if (get_param_value(option, 128, "nodeid", optarg) == 0) {
1203 if (get_param_value(option, 128, "mem", optarg) == 0) {
1217 if (get_param_value(option, 128, "cpus", optarg) == 0) {
2079 const char *r, *optarg; local
    [all...]
vl-android.c 2532 const char *r, *optarg; local
    [all...]
  /external/mksh/src/
sh.h 762 const char *optarg; member in struct:__anon8787
768 char buf[2]; /* for bad option OPTARG value */
    [all...]
  /external/valgrind/main/perf/
tinycc.c 21438 const char *optarg, *p1, *r1; local
    [all...]

Completed in 421 milliseconds