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

12345678

/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_6/wpa_supplicant/
H A Dmain.c141 iface->bridge_ifname = optarg;
147 iface->confname = optarg;
150 iface->ctrl_interface = optarg;
153 iface->driver = optarg;
167 params.wpa_debug_file_path = optarg;
171 params.ctrl_interface = optarg;
178 iface->ifname = optarg;
188 iface->driver_param = optarg;
192 params.pid_file = os_rel2abs_path(optarg);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dmain.c163 iface->bridge_ifname = optarg;
169 iface->confname = optarg;
172 iface->ctrl_interface = optarg;
175 iface->driver = optarg;
188 params.entropy_file = optarg;
192 params.wpa_debug_file_path = optarg;
196 params.ctrl_interface = optarg;
203 iface->ifname = optarg;
213 params.override_driver = optarg;
216 params.override_ctrl_interface = optarg;
[all...]
/external/bison/src/
H A Dgetargs.c383 if (optarg)
384 spec_graph_file = AS_FILE_NAME (optarg);
392 skeleton = AS_FILE_NAME (optarg);
396 include = AS_FILE_NAME (optarg);
402 if (optarg)
403 spec_defines_file = AS_FILE_NAME (optarg);
427 spec_outfile = AS_FILE_NAME (optarg);
431 spec_file_prefix = AS_FILE_NAME (optarg);
435 spec_name_prefix = optarg;
439 report_argmatch (optarg);
[all...]
/external/bison/lib/
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 Dgetopt1.c120 if (optarg)
121 printf (" with arg %s", optarg);
150 printf ("option c with value `%s'\n", optarg);
154 printf ("option d with value `%s'\n", 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/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/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...]
/external/e2fsprogs/misc/
H A Dblkid.c29 extern char *optarg;
286 if (optarg && !*optarg)
289 read = optarg;
303 if (!strcmp(optarg, "value"))
305 else if (!strcmp(optarg, "device"))
307 else if (!strcmp(optarg, "list"))
309 else if (!strcmp(optarg, "full"))
314 "device, list, or full\n", optarg);
323 show[numtag++] = optarg;
[all...]
/external/openssh/
H A Dssh.c247 extern char *optarg;
372 if (strcmp(optarg, "check") == 0)
374 else if (strcmp(optarg, "forward") == 0)
376 else if (strcmp(optarg, "exit") == 0)
378 else if (strcmp(optarg, "stop") == 0)
400 if (stat(optarg, &st) < 0) {
402 "not accessible: %s.\n", optarg,
411 xstrdup(optarg);
415 options.pkcs11_provider = xstrdup(optarg);
445 options.tun_local = a2tun(optarg,
[all...]
/external/ipsec-tools/src/racoon/
H A Dmain.c295 extern char *optarg;
328 lcconf->port_isakmp = atoi(optarg);
331 lcconf->port_isakmp_natt = atoi(optarg);
335 lcconf->port_admin = atoi(optarg);
343 lcconf->racoon_conf = optarg;
346 plogset(optarg);
H A Dplainrsa-gen.c162 extern char *optarg;
170 if (strncmp(optarg, "0x", 2) == 0)
171 sscanf(optarg, "0x%x", &pubexp);
173 pubexp = atoi(optarg);
176 bits = atoi(optarg);
179 fname = optarg;

Completed in 651 milliseconds

12345678