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

/external/bison/lib/
H A Dgetopt_int.h42 char *optarg;
41 char *optarg; member in struct:_getopt_data
H A Dgetopt_.h42 # 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 Dgetopt.c76 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/grub/lib/
H A Dgetopt.c116 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/qemu/
H A Dos-posix.c177 void os_parse_cmd_args(int index, const char *optarg) argument
183 net_slirp_smb(optarg);
185 if (net_slirp_smb(optarg) < 0)
191 user_pwd = getpwnam(optarg);
193 fprintf(stderr, "User \"%s\" doesn't exist\n", optarg);
198 chroot_dir = optarg;
H A Dos-win32.c236 void os_parse_cmd_args(int index, const char *optarg) argument
H A Darch_init.c568 void select_soundhw(const char *optarg) argument
572 if (*optarg == '?') {
580 exit(*optarg != '?');
588 if (!strcmp(optarg, "all")) {
595 p = optarg;
646 void select_soundhw(const char *optarg) argument
677 void do_acpitable_option(const char *optarg)
680 if (acpi_table_add(optarg) < 0) {
688 void do_smbios_option(const char *optarg) argument
691 if (smbios_entry_add(optarg) <
[all...]
H A Dvl-android.c1387 static void numa_add(const char *optarg) argument
1394 optarg = get_opt_name(option, 128, optarg, ',') + 1;
1396 if (get_param_value(option, 128, "nodeid", optarg) == 0) {
1402 if (get_param_value(option, 128, "mem", optarg) == 0) {
1416 if (get_param_value(option, 128, "cpus", optarg) == 0) {
2374 net_slirp_forward(const char *optarg) argument
2381 char *argument = strdup(optarg), *p = argument;
2401 optarg);
2442 slirp_allow(const char *optarg, u_int8_ argument
2545 const char *r, *optarg; local
[all...]
H A Dvl.c1188 static void numa_add(const char *optarg) argument
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
2184 optarg = argv[optind++];
2186 optarg = NULL;
2191 machine = find_machine(optarg);
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dcommon.c202 char *optarg; variable
242 optarg = &argv[optind++][optchr + 1];
248 optarg = argv[optind++];
256 optarg = NULL;
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.c250 char *optarg; variable
290 optarg = &argv[optind++][optchr + 1];
296 optarg = argv[optind++];
304 optarg = NULL;
/external/wpa_supplicant_8/src/utils/
H A Dcommon.c250 char *optarg; variable
290 optarg = &argv[optind++][optchr + 1];
296 optarg = argv[optind++];
304 optarg = NULL;
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.c250 char *optarg; variable
290 optarg = &argv[optind++][optchr + 1];
296 optarg = argv[optind++];
304 optarg = NULL;
/external/openssh/
H A Ddefines.h561 # undef optarg macro
567 # define optarg BSDoptarg macro
/external/netperf/
H A Dnetlib.c275 *optarg; /* argument associated with option */ variable
381 optarg = NULL;
387 optarg = place; /* no white space */
394 optarg = argv[optind]; /* white space */
/external/mksh/src/
H A Dsh.h808 #undef optarg macro
812 const char *optarg; member in struct:__anon10117
/external/valgrind/main/perf/
H A Dtinycc.c21441 const char *optarg, *p1, *r1;
21482 optarg = r1;
21486 optarg = argv[optind++];
21491 optarg = NULL;
21500 if (tcc_add_include_path(s, optarg) < 0)
21506 sym = (char *)optarg;
21516 tcc_undefine_symbol(s, optarg);
21519 tcc_add_library_path(s, optarg);
21523 tcc_lib_path = optarg;
21533 num_callers = atoi(optarg);
21439 const char *optarg, *p1, *r1; local
[all...]

Completed in 517 milliseconds