/external/bison/lib/ |
H A D | getopt_int.h | 42 char *optarg; 41 char *optarg; member in struct:_getopt_data
|
H A D | 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'.
|
H A D | 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 75 char *optarg; variable [all...] |
/external/iptables/extensions/ |
H A D | libipt_set.h | 15 parse_bindings(const char *optarg, struct ipt_set_info *info) argument 17 char *saved = strdup(optarg);
|
H A D | libip6t_hashlimit.c | 111 static int parse_mode(struct xt_hashlimit_info *r, char *optarg) argument 114 char *arg = strdup(optarg); 165 if (!parse_rate(optarg, &r->cfg.avg)) 167 "bad rate `%s'", optarg); 173 if (string_to_number(optarg, 0, 10000, &num) == -1) 175 "bad --hashlimit-burst `%s'", optarg); 181 if (string_to_number(optarg, 0, 0xffffffff, &num) == -1) 183 "bad --hashlimit-htable-size: `%s'", optarg); 189 if (string_to_number(optarg, 0, 0xffffffff, &num) == -1) 191 "bad --hashlimit-htable-max: `%s'", optarg); [all...] |
H A D | libipt_hashlimit.c | 111 static int parse_mode(struct ipt_hashlimit_info *r, char *optarg) argument 114 char *arg = strdup(optarg); 165 if (!parse_rate(optarg, &r->cfg.avg)) 167 "bad rate `%s'", optarg); 173 if (string_to_number(optarg, 0, 10000, &num) == -1) 175 "bad --hashlimit-burst `%s'", optarg); 181 if (string_to_number(optarg, 0, 0xffffffff, &num) == -1) 183 "bad --hashlimit-htable-size: `%s'", optarg); 189 if (string_to_number(optarg, 0, 0xffffffff, &num) == -1) 191 "bad --hashlimit-htable-max: `%s'", optarg); [all...] |
/external/grub/lib/ |
H A D | 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 115 char *optarg = NULL; variable [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
H A D | common.c | 202 char *optarg; variable 242 optarg = &argv[optind++][optchr + 1]; 248 optarg = argv[optind++]; 256 optarg = NULL;
|
/external/wpa_supplicant/ |
H A D | common.c | 498 char *optarg; variable 538 optarg = &argv[optind++][optchr + 1]; 544 optarg = argv[optind++]; 552 optarg = NULL;
|
/external/netperf/ |
H A D | netlib.c | 275 *optarg; /* argument associated with option */ variable 381 optarg = NULL; 387 optarg = place; /* no white space */ 394 optarg = argv[optind]; /* white space */
|
/external/qemu/ |
H A D | vl-android.c | 2510 static void numa_add(const char *optarg) argument 2517 optarg = get_opt_name(option, 128, optarg, ',') + 1; 2519 if (get_param_value(option, 128, "nodeid", optarg) == 0) { 2525 if (get_param_value(option, 128, "mem", optarg) == 0) { 2539 if (get_param_value(option, 128, "cpus", optarg) == 0) { 4634 static void select_soundhw (const char *optarg) argument 4638 if (*optarg == '?') { 4646 exit (*optarg != '?'); 4654 if (!strcmp (optarg, "al 4931 const char *r, *optarg; local [all...] |
H A D | vl.c | 2589 static void numa_add(const char *optarg) argument 2596 optarg = get_opt_name(option, 128, optarg, ',') + 1; 2598 if (get_param_value(option, 128, "nodeid", optarg) == 0) { 2604 if (get_param_value(option, 128, "mem", optarg) == 0) { 2618 if (get_param_value(option, 128, "cpus", optarg) == 0) { 4698 static void select_soundhw (const char *optarg) argument 4702 if (*optarg == '?') { 4710 exit (*optarg != '?'); 4718 if (!strcmp (optarg, "al 4995 const char *r, *optarg; local [all...] |