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

123456789

/external/qemu/
H A Darch_init.h24 void select_soundhw(const char *optarg);
25 void do_acpitable_option(const char *optarg);
26 void do_smbios_option(const char *optarg);
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...]
/external/libusb-compat/
H A Dlibusb-config.in29 -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
30 *) optarg= ;;
35 prefix=$optarg
37 exec_prefix=$optarg
44 exec_prefix=$optarg
/external/qemu/distrib/sdl-1.2.15/
H A Dsdl-config.in21 -*=*) optarg=`echo "$1" | LC_ALL="C" sed 's/[-_a-zA-Z0-9]*=//'` ;;
22 *) optarg= ;;
27 prefix=$optarg
29 exec_prefix=$optarg
36 exec_prefix=$optarg
/external/qemu/distrib/
H A Dbuild-emulator.sh12 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
16 --target=*) TARGET=$optarg
/external/srtp/crypto/test/
H A Drand_gen.c71 extern char *optarg;
94 status = crypto_kernel_set_debug_module(optarg, 1);
96 printf("error: set debug module (%s) failed\n", optarg);
104 num_octets = atoi(optarg);
H A Dkernel_driver.c58 extern char *optarg;
84 status = crypto_kernel_set_debug_module(optarg, 1);
86 printf("error: set debug module (%s) failed\n", optarg);
/external/libmtp/examples/
H A Dconnect.c128 printf("Delete %s\n",optarg);
129 delfile_function(optarg);
133 printf("Send file %s\n",optarg);
134 split_arg(optarg,&arg1,&arg2);
139 printf("Get file %s\n",optarg);
140 split_arg(optarg,&arg1,&arg2);
145 printf("New folder %s\n",optarg);
146 newfolder_function(optarg);
150 printf("Send track %s\n",optarg);
151 split_arg(optarg,
[all...]
H A Dnewplaylist.c38 extern char *optarg;
59 ids[(idcount-1)] = strtoul(optarg, &rest, 0);
62 playlistname = strdup(optarg);
/external/blktrace/btt/
H A Dargs.c297 bno_dump_name = optarg;
300 sscanf(optarg, "%lf", &range_delta);
303 devices = optarg;
306 exes = optarg;
312 input_name = optarg;
315 d2c_name = optarg;
318 plat_freq = atof(optarg);
321 iostat_name = strdup(optarg);
324 sps_name = optarg;
327 if (dev_map_read(optarg))
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dmain.c165 iface->bridge_ifname = optarg;
171 iface->confname = optarg;
174 iface->ctrl_interface = optarg;
177 iface->driver = optarg;
190 params.entropy_file = optarg;
194 params.wpa_debug_file_path = optarg;
198 params.ctrl_interface = optarg;
205 iface->ifname = optarg;
208 iface->confanother = optarg;
218 params.override_driver = optarg;
[all...]
/external/bison/lib/
H A Dgetopt1.c116 if (optarg)
117 printf (" with arg %s", optarg);
146 printf ("option c with value '%s'\n", optarg);
150 printf ("option d with value '%s'\n", optarg);
H A Dgetopt.in.h60 # undef optarg macro
71 # define optarg __GETOPT_ID (optarg) macro
137 extern char *optarg;
178 a compiled-in constant, such as set a value from 'optarg', set the
216 takes an argument, to be placed in 'optarg'.
/external/grub/lib/
H A Dgetopt1.c136 if (optarg)
137 printf (" with arg %s", optarg);
166 printf ("option c with value `%s'\n", optarg);
170 printf ("option d with value `%s'\n", optarg);
/external/ppp/pppd/plugins/rp-pppoe/
H A Dpppoe-discovery.c42 conn->serviceName = xstrdup(optarg);
45 conn->acName = xstrdup(optarg);
51 conn->debugFile = fopen(optarg, "w");
54 optarg, strerror(errno));
60 conn->ifName = xstrdup(optarg);
/external/bison/src/
H A Dgetargs.c615 char* name = optarg;
616 char* value = mbschr (optarg, '=');
627 include = AS_FILE_NAME (optarg);
631 language_argmatch (optarg, command_line_prio,
636 skeleton_arg (AS_FILE_NAME (optarg), command_line_prio,
641 FLAGS_ARGMATCH (trace, optarg);
649 FLAGS_ARGMATCH (feature, optarg);
653 FLAGS_ARGMATCH (warnings, optarg);
657 spec_file_prefix = AS_FILE_NAME (optarg);
663 if (optarg)
[all...]
/external/netperf/
H A Dnetsh.c471 extern char *optarg; /* pointer to option string */
499 break_args(optarg,arg1,arg2);
508 break_args(optarg,arg1,arg2);
560 libfmt = *optarg;
564 strcpy(fill_file,optarg);
568 break_args(optarg,arg1,arg2);
587 break_args(optarg,arg1,arg2);
609 break_args(optarg,arg1,arg2);
623 break_args(optarg,arg1,arg2);
635 shell_num_cpus = atoi(optarg);
[all...]
/external/grub/grub/
H A Dmain.c168 if (! optarg)
171 hold = atoi (optarg);
175 strncpy (config_file, optarg, 127); /* FIXME: arbitrary */
180 install_partition = strtoul (optarg, 0, 0);
189 boot_drive = strtoul (optarg, 0, 0);
233 device_map_file = strdup (optarg);
/external/valgrind/main/drd/tests/
H A Domp_printf.c34 case 'i': num_iterations = atoi(optarg); break;
36 case 't': num_threads = atoi(optarg); break;
/external/bison/darwin-lib/
H A Dgetopt.h61 # undef optarg macro
72 # define optarg __GETOPT_ID (optarg) macro
148 extern char *optarg;
189 a compiled-in constant, such as set a value from 'optarg', set the
227 takes an argument, to be placed in 'optarg'.
/external/marisa-trie/tools/
H A Dcmdopt.h39 char *optarg; // Argument of the last option. member in struct:cmdopt_t_
H A Dcmdopt.c57 h->optarg = h->nextchar;
60 h->optarg = NULL;
78 if (h->optarg == NULL && ptr[2] != ':') {
153 h->optarg = h->nextchar + 1;
160 h->optarg = h->argv[h->optind];
163 h->optarg = NULL;
188 if (h->optarg == NULL) {
213 h->optarg = NULL;
255 h->optarg = NULL;
286 fprintf(stderr, "option with `%s' -- %c\n", h->optarg,
[all...]
/external/marisa-trie/v0_1_5/tools/
H A Dcmdopt.h39 char *optarg; // Argument of the last option. member in struct:cmdopt_t_
H A Dcmdopt.c57 h->optarg = h->nextchar;
60 h->optarg = NULL;
78 if (h->optarg == NULL && ptr[2] != ':') {
153 h->optarg = h->nextchar + 1;
160 h->optarg = h->argv[h->optind];
163 h->optarg = NULL;
188 if (h->optarg == NULL) {
213 h->optarg = NULL;
255 h->optarg = NULL;
286 fprintf(stderr, "option with `%s' -- %c\n", h->optarg,
[all...]
/external/netcat/
H A Dnetcat.c156 if (strcasecmp(optarg, "connect") == 0)
158 else if (strcmp(optarg, "4") == 0)
160 else if (strcmp(optarg, "5") == 0)
173 iflag = atoi(optarg);
175 iflag = strtonum(optarg, 0, UINT_MAX, &errstr);
177 errx(1, "interval %s: %s", errstr, optarg);
195 Pflag = optarg;
198 pflag = optarg;
204 sflag = optarg;
214 rtableid = (unsigned int)strtonum(optarg,
[all...]

Completed in 571 milliseconds

123456789