HomeSort by relevance Sort by last modified time
    Searched refs:optarg (Results 1 - 25 of 368) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/emulator/qtools/
parse_options.cpp 58 if (*optarg == ':') {
59 if (strcmp(optarg, ":kernel") == 0)
61 else if (strcmp(optarg, ":libs") == 0)
65 excluded_procedures.Update(optarg, 1);
67 } else if (isdigit(*optarg)) {
68 int bitnum = atoi(optarg);
72 excluded_procedures.Update(optarg, 1);
77 if (*optarg == ':') {
78 if (strcmp(optarg, ":kernel") == 0)
80 else if (strcmp(optarg, ":libs") == 0
    [all...]
  /prebuilts/tools/linux-x86/sdl/bin/
sdl-config 21 -*=*) 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
  /prebuilts/tools/windows/sdl/bin/
sdl-config 21 -*=*) 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
  /development/tools/yuv420sp2rgb/
cmdline.c 9 extern char *optarg;
87 INFO ("option -%c with value `%s'\n", c, (optarg ?: "(null)"));
91 ASSERT(optarg); \
92 (*name) = strdup(optarg); \
96 ASSERT(optarg); \
97 if (strlen(optarg) >= 2 && optarg[0] == '0' && optarg[1] == 'x') { \
98 FAILIF(1 != sscanf(optarg+2, "%x", val), \
101 FAILIF(1 != sscanf(optarg, "%d", val),
    [all...]
  /external/qemu/
arch_init.h 24 void select_soundhw(const char *optarg);
25 void do_acpitable_option(const char *optarg);
26 void do_smbios_option(const char *optarg);
  /external/libusb-compat/
libusb-config.in 29 -*=*) 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.12/
sdl-config.in 21 -*=*) 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
  /prebuilts/tools/darwin-x86/sdl/bin/
sdl-config 21 -*=*) 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/
build-emulator.sh 12 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
16 --target=*) TARGET=$optarg
  /external/srtp/crypto/test/
rand_gen.c 71 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);
kernel_driver.c 58 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/
connect.c 128 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,&arg1,&arg2)
    [all...]
  /system/extras/ext4_utils/
make_ext4fs_main.c 72 info.len = parse_num(optarg);
75 info.journal_blocks = parse_num(optarg);
78 info.block_size = parse_num(optarg);
81 info.blocks_per_group = parse_num(optarg);
84 info.inodes = parse_num(optarg);
87 info.inode_size = parse_num(optarg);
90 info.label = optarg;
98 mountpoint = optarg;
125 seopts[0].value = optarg;
128 perror(optarg);
    [all...]
  /external/blktrace/btt/
args.c 297 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/
main.c 141 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);
  /device/moto/wingray/taudio/
tctl.c 37 if (optarg)
38 output = atoi(optarg);
43 if (optarg)
44 input = atoi(optarg);
49 if (optarg)
50 volume = atoi(optarg);
55 in_rate = atoi(optarg);
58 in_channels = atoi(optarg);
61 if (optarg)
62 in_volume = atoi(optarg);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
main.c 147 iface->bridge_ifname = optarg;
153 iface->confname = optarg;
156 iface->ctrl_interface = optarg;
159 iface->driver = optarg;
172 params.entropy_file = optarg;
176 params.wpa_debug_file_path = optarg;
180 params.ctrl_interface = optarg;
187 iface->ifname = optarg;
197 params.override_driver = optarg;
200 params.override_ctrl_interface = optarg;
    [all...]
  /external/bison/src/
getargs.c 383 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...]
  /bionic/libc/include/
getopt.h 76 extern char *optarg; /* getopt(3) external variables */
  /development/ndk/platforms/android-3/include/
getopt.h 76 extern char *optarg; /* getopt(3) external variables */
  /external/bison/lib/
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'.
  /external/grub/lib/
getopt1.c 136 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);
  /ndk/sources/host-tools/make-3.81/
getopt1.c 126 if (optarg)
127 printf (" with arg %s", optarg);
156 printf ("option c with value `%s'\n", optarg);
160 printf ("option d with value `%s'\n", optarg);
  /ndk/sources/host-tools/sed-4.2.1/lib/
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'.
getopt1.c 116 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);

Completed in 1340 milliseconds

1 2 3 4 5 6 7 8 91011>>